Hello All:
Recently I am experiencing problems with my PHP scripts not being able
to access remote files. I receive the following errors:
Warning:
file(): URL file-access is disabled in the server configuration in
/usr/www/users/testprog/cron.php on line 60
Warning:
file(http://domain.com/testprog/cron_cont...mpaign_id=13): failed
to open stream: no suitable wrapper could be found in
/usr/www/users/testprog/cron.php on line 60
Curiously, if I omit the query string portion (?campaign_id=1 3) the
problem disappears.
Any ideas on what the problem could be and how to remedy it?
Thank you very much.
Jerry
Recently I am experiencing problems with my PHP scripts not being able
to access remote files. I receive the following errors:
Warning:
file(): URL file-access is disabled in the server configuration in
/usr/www/users/testprog/cron.php on line 60
Warning:
file(http://domain.com/testprog/cron_cont...mpaign_id=13): failed
to open stream: no suitable wrapper could be found in
/usr/www/users/testprog/cron.php on line 60
Curiously, if I omit the query string portion (?campaign_id=1 3) the
problem disappears.
Any ideas on what the problem could be and how to remedy it?
Thank you very much.
Jerry
Comment