file_get_contents() - URL file-access is disabled
Hi guys,
First I must say that I found some similar issues in the forum but they didnt fit my problem. so I am sorry if I seem like dublicating posts.
The search function is showing an error :
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in******
I enabled on my php.ini the following:
allow_url_fopen = on
But still same !
I tried the tuto given by
securityjobs here
Nothing changed
i am running under php5
Anyone knows another solutions for this?
PS: My website works properly on local.
Thank You