Page 1 of 1

[SOLVED] fopen error

Posted: Fri Aug 15, 2008 6:48 pm
by -null-
I'm trying to install on a shared host that has fopen disabled but am getting errors with it, specifically when it trys to access the latest_version.php file.  Is there any way to stop this so I can continue with the installation.

Incidenatlly when it fails to access the file it keeps trying to read it. This is the error I get, the feof error keeps repeating until I stop loading the page (hope I haven't killed the server  :-[).

Code: Select all

Warning: fopen() [function.fopen]: URL file-access is disabled in the server configuration in /home/vol5/byethost5.com/b5_1891247/free-nintendo-wii.info/htdocs/lib/test.functions.php on line 837

Warning: fopen(http://dev.cmsmadesimple.org/latest_version.php) [function.fopen]: failed to open stream: no suitable wrapper could be found in /home/vol5/byethost5.com/b5_1891247/free-nintendo-wii.info/htdocs/lib/test.functions.php on line 837

Warning: feof(): supplied argument is not a valid stream resource in /home/vol5/byethost5.com/b5_1891247/free-nintendo-wii.info/htdocs/lib/test.functions.php on line 874

Re: fopen error

Posted: Sat Aug 16, 2008 10:58 am
by -null-
Never mind, I just commented out the line that calls the function.

Re: fopen error

Posted: Sun Aug 17, 2008 7:18 pm
by alby
-null- wrote: Never mind, I just commented out the line that calls the function.
Can you send a link of your phpinfo() in PM?

Alby