Dökümasyon dosyası içerisinde mevcut ben sisteme kurduğumda bu hata ile karşılaşıyorum.
Warning: file_get_contents(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in
/home/*/public_html/admin/controller/extension/module/icymobi.php on line
258Warning: file_get_contents(
http://store.inspius.com/is-api/add-ons/): failed to open stream: no suitable wrapper could be found in
/home/*/public_html/admin/controller/extension/module/icymobi.php on line
258Warning: Invalid argument supplied for foreach() in
/home/*/public_html/admin/controller/extension/module/icymobi.php on line
264
Kullandığınız sunucuda php ayarlarında file_get_contents() fonksiyonu kapatılmış. Hosting firmanız ile görüşmenizde yarar var.
Ancak hosting firması ile görüşmeden önce public_html içerisine php.ini adında dosya oluşturun ve içeriğine aşağıdaki kodu yazıp kaydederek tekrar deneyin.
allow_url_fopen = On
allow_url_include = On