Anonymous
Unregistered
Posted 3 years ago #
I recently upgraded my site to 2.6 and now my site is giving me an error message. I backed up my site and I tried reloading it back to the previous version and it still gives me the same error. Please help!!!!
This is the error I get:
Warning: main(../wp-load.php) [function.main]: failed to open stream: No such file or directory in /mnt/w0305/d28/s44/b0072e07/www/admin.php on line 7
Fatal error: main() [function.require]: Failed opening required '../wp-load.php' (include_path='.:/usr/local/nf/lib/php') in /mnt/w0305/d28/s44/b0072e07/www/admin.php on line 7
I'm able to get to the admin screen and see my post there, but the actual site is not visible...
Warning: main(../wp-load.php) [function.main]: failed to open stream: No such file or directory in /mnt/w0305/d28/s44/b0072e07/www/admin.php on line 7
wp-load.php needs to be in the same directory as wp-blog-header.php - is it?
Anonymous
Unregistered
Posted 3 years ago #
I just checked and yes it is :(
Anonymous
Unregistered
Posted 3 years ago #
If you uploaded the files and verified they are all in place and exist...hmmm...wild shot in the dark but have you tried to set the permissions on the files in question to 777???
Try that and see what happens.
umm, why are you telling someone to chmod a file to 777? 777 for a file makes it exceutable -- something the file doesnt need. Futhermore it makes it WORLD writable, which is a security risk.
I know youre trying to help, but it would be even more helpful if you tried to help when you arent just "guessing".