allaboutthekick Posted August 7, 2006 Share Posted August 7, 2006 MOVED TO PHP HELP>Ok i am using PHP easy thumbnailer and i am having some troublewhen going to the index page "http://www.allaboutthekick.com/whocares/test/" i get this_____________________________________________Warning: dir(./file_info/descriptions/): failed to open dir: No such file or directory in /nfs/cust/6/31/89/698136/web/whocares/test/index.php on line 115Fatal error: Call to a member function on a non-object in /nfs/cust/6/31/89/698136/web/whocares/test/index.php on line 117_____________________________________________When i open index.php and start at line 115 it reads this_____________________________________________$d = dir("./file_info/descriptions/");while (false !== ($entry = $d->read())) { if ($entry != "." && $entry != "..") { $fileinfo[$z] = "$entry"; $filepath = "./file_info/descriptions/$fileinfo[$z]"; $newfile = fopen($filepath,"r"); $description = fread($newfile, filesize($filepath)); $sort = explode(chr(13),$description); $access_sort[$z] = $sort[0]; #print "it is $z $access_sort[$z]<br>"; $date_sort[$z] = $sort[1]; $rating_sort[$z] = $sort[2]; fclose($newfile); #print "$fileinfo[$z] $description <br>"; $z++; }}$total_info_files = $z;$d->close();____________________________________________My server host is gate.com and i am using a shared server.my Absolute Path To Root: /nfs/cust/6/31/89/698136/webplease and thanks in advance for all the help! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.