DannyHoek Posted May 10, 2007 Share Posted May 10, 2007 Hi, a while ago I found a script which reads what files are in a certain directory, and then sorts them by date and only shows the last 10. BUT.... I get a error I tried to figure it out, but with no success.... So can you guys fix this code for me??? This is the type of error I constantly get.... (Get like 50 of 'em ) Warning: stat failed for /aanval.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates.php on line 19 This is the code: <?PHP /************************************************************ * List Files ************************************************************/ $dir= opendir($upload_dir); $basename = basename($upload_dir); $fileArr = array(); while ($file_name = readdir($dir)) { if (($file_name !=".") && ($file_name != "..")) { #Get file modification date... # $fName = "$upload_dir/$file_name"; $fTime = filemtime($fName); $fileArr[$file_name] = $fTime; } } # Use arsort to get most recent first # and asort to get oldest first arsort($fileArr); $numberOfFiles = sizeOf($fileArr); //for($t=0;$t<$numberOfFiles;$t++) for($t=0;$t<10;$t++) { $thisFile = each($fileArr); $thisName = $thisFile[0]; $thisTime = $thisFile[1]; $thisTime = date("d M y", $thisTime); $filelist .= "<b>$thisName</b> $thisTime <p>"; } closedir ($dir); ?> PS.: I think it can't be the path because in the error it says: Warning: stat failed for /aanval.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates.php on line 19 by means, aanval.php is a file which is in the directory, so the script DOES recognize which files are in the directory... But it gives an error on every file.... strange isn't it? Quote Link to comment https://forums.phpfreaks.com/topic/50778-recent-updates-script/ Share on other sites More sharing options...
BigNaz Posted May 10, 2007 Share Posted May 10, 2007 The only thing that I can see that I would have thought of trying is.. #Get file modification date... # $fName = "$upload_dir/$file_name"; should this not be... #Get file modification date... # $fName = "$upload_dir" . "/" . "$file_name"; I am still learning myself, so I could be well off the mark. Regards, BigNaz Quote Link to comment https://forums.phpfreaks.com/topic/50778-recent-updates-script/#findComment-250058 Share on other sites More sharing options...
MadTechie Posted May 10, 2007 Share Posted May 10, 2007 its the path! echo $fName; Quote Link to comment https://forums.phpfreaks.com/topic/50778-recent-updates-script/#findComment-250082 Share on other sites More sharing options...
DannyHoek Posted May 11, 2007 Author Share Posted May 11, 2007 Can you guys tell me how to solve the problem? It isn't what BigNaz said it could be... Quote Link to comment https://forums.phpfreaks.com/topic/50778-recent-updates-script/#findComment-250343 Share on other sites More sharing options...
MadTechie Posted May 11, 2007 Share Posted May 11, 2007 can you echo $fName; and post the results Quote Link to comment https://forums.phpfreaks.com/topic/50778-recent-updates-script/#findComment-250496 Share on other sites More sharing options...
DannyHoek Posted May 11, 2007 Author Share Posted May 11, 2007 Warning: stat failed for /aanval.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /backbutton.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /baupunkt (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /bevolking.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /bodemvondsten.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /brittenburggroep.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /bunkers.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /clips.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /dwapens (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /Files (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /fotos (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /gebruiksvoorwerpen.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /handgranaten.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /home.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /hulzen.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /index.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /indexori.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /kogelpunten.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /Kopie van recenteupdates.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /leeg.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /login.js (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /loginbodemvondsten.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /menuaanval.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /menubevolking.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /menubodemvondsten.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /menubunkers.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /menuhome.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /menuslachtoffers.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /menutijdlijnen.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /menutroepen.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /menuverzet.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /menuwapens.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /menuwapensdl.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /menuwapensnl.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /mortieren.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /munten.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /nwapens (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /ontstekingen.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /patronen.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /recenteupdates.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /recenteupdates2.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /slachtoffers.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /stijkelgroep.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /testzijmenu.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /tijdlijnen.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /troepen.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /uitrusting.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /verzet.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /wapens.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /zoom.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 Warning: stat failed for /zoomcode.php (errno=2 - No such file or directory) in c:\ibserver\www\katwijk\siteindex\recenteupdates2.php on line 17 /zoomcode.php ________________________________________________________________ This /zoomcode.php is what come's out the echo.... Quote Link to comment https://forums.phpfreaks.com/topic/50778-recent-updates-script/#findComment-250665 Share on other sites More sharing options...
MadTechie Posted May 11, 2007 Share Posted May 11, 2007 can you post your directory structure.. Quote Link to comment https://forums.phpfreaks.com/topic/50778-recent-updates-script/#findComment-250822 Share on other sites More sharing options...
DannyHoek Posted May 12, 2007 Author Share Posted May 12, 2007 files are located on my localhost now... C:/IBserver/www/katwijk/siteindex/ siteindex holds a few folders baupunkt files fotos nwapens dwapens My index.php file is in the siteindex folder... Quote Link to comment https://forums.phpfreaks.com/topic/50778-recent-updates-script/#findComment-251384 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.