JustMeIO Posted April 21, 2007 Share Posted April 21, 2007 I moved my php page on another hosting company... an it says on error log : [sat Apr 21 14:21:22 2007] [error] PHP Warning: fclose(): supplied argument is not a valid stream resource in /home/ggteamro/public_html/index.php on line 169 [sat Apr 21 14:21:22 2007] [error] PHP Warning: fwrite(): supplied argument is not a valid stream resource in /home/ggteamro/public_html/index.php on line 168 [sat Apr 21 14:21:22 2007] [error] PHP Warning: fopen(page.txt) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in /home/ggteamro/public_html/index.php on line 165 [sat Apr 21 14:21:22 2007] [error] PHP Warning: fread() [<a href='function.fread'>function.fread</a>]: Length parameter must be greater than 0 in /home/ggteamro/public_html/index.php on line 163 [sat Apr 21 14:21:22 2007] [error] PHP Warning: include() [<a href='function.include'>function.include</a>]: Failed opening 'includes/loadpage.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ggteamro/public_html/index.php on line 62 [sat Apr 21 14:21:22 2007] [error] PHP Warning: include(includes/loadpage.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/ggteamro/public_html/index.php on line 62 [sat Apr 21 14:21:22 2007] [error] PHP Warning: include(includes/loadpage.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/ggteamro/public_html/index.php on line 62 Can i solve this problem, or please tell me what is about ?I wait an reply.Thanks Link to comment https://forums.phpfreaks.com/topic/48016-php-error/ Share on other sites More sharing options...
AndyB Posted April 21, 2007 Share Posted April 21, 2007 Yes it can be solved. Quite possibly all those errors arise from the first one. Without seeing any code whatsoever, it's impossible to help you more. Looks like your troubles begin at line 62 of index.php Link to comment https://forums.phpfreaks.com/topic/48016-php-error/#findComment-234674 Share on other sites More sharing options...
JustMeIO Posted April 21, 2007 Author Share Posted April 21, 2007 On line 62: </script> <?php include("includes/loadpage.php"); ?> Link to comment https://forums.phpfreaks.com/topic/48016-php-error/#findComment-234675 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.