PDA

View Full Version : no such file on wordpress


ameljor
06-04-2008, 09:26 PM
Could someone please tell me what this means:

Warning: require(admin-footer.php) [function.require]: failed to open stream: No such file or directory in /home/forevew0/public_html/health/wp-admin/themes.php on line 131

Fatal error: require() [function.require]: Failed opening required 'admin-footer.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/forevew0/public_html/health/wp-admin/themes.php on line 131

I get this when I try to upload a photo, which I can now do through firefox, but I cannot seem to change themes through internet explorer or firefox.

I really am at a loss as to what I can do.

Any help will be greatly appreciated.

thanking you in advance.
ameljor.

owencutajar
06-05-2008, 02:47 AM
Sounds lik you might be missing one of your WordPress files. Would suggest you try re-uploading the contents of /wp-admin to make sure none are missing

Owen

owencutajar
06-05-2008, 02:49 AM
Spcifically .. you can check if: admin-footer.php exists in that folder (it should, it's part of the base install). If it doesn't, I would reupload the whole folder to make sure you have all the files.

Owen

ameljor
06-06-2008, 05:54 AM
thankyou owen,
but I am a little confused as the wordpress blog was hosted through bluehost and I don't understand how something could not have loaded.
anyway will look into it.
thanks again.
ameljor

felgall
06-06-2008, 12:40 PM
Sometimes there is a glitch with a computer and a file disappears or is corrupted. I have had several files on my site that have stopped working properly at various times on various web hosts. The fix when you discover the corrupted file is to reload it from your backup copy.

owencutajar
06-07-2008, 11:25 AM
I've had FTP miss a file for me in the past too which caused similar issues. Reuploading the whole thing solved the problem (and is usually simpler that even trying to figure out which file is missing, though in your case the error message is quite clear)

Owen