SidBlogger
Member
Posted 1 year ago #
I was reinstalling Wp on my Blog Funwidmasti.com suddenly my internet connection failed and when i refreshed that page it is showing error
Warning: require(/home/funwidma/public_html/wp-includes/load.php) [function.require]: failed to open stream: Permission denied in /home/funwidma/public_html/wp-settings.php on line 19
Fatal error: require() [function.require]: Failed opening required '/home/funwidma/public_html/wp-includes/load.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/funwidma/public_html/wp-settings.php on line 19
Well what there error message is saying is that on line 19 of wp-settings.php it's trying to require another file at the location '/home/funwidma/public_html/wp-includes/load.php' but is responding with permission denied.
Typically these require errors are related to the file not in the correct spot as the path is requesting, but this is different as it is saying 'permission denied'.. but maybe could try checking the permissions on the path being required.
I'd check wp-includes and make sure it's set to 755 for permissions, and then check load.php and make sure it's set to 644 for permissions.
SidBlogger
Member
Posted 1 year ago #
i have changed the permissions as directed and the error message is finally removed but NOW there is no GUI interface there is only a white blank page??
It's a simple suggestion, but in such a case, I believe the simpler would be to reupload your wordpress.zip installation files again, having them overwrite the previous ones.
It would be MUCH faster than trying to figure out which files were corrupted during the interrupted upload, and it would preserve the integrity of your own data.
SidBlogger
Member
Posted 1 year ago #
I am not getting you as i have only the normal backup of my blog though it has many files with name WP which one should i reupload?
SidBlogger
Member
Posted 1 year ago #
re-upload the fresh WP set again and check once.
SidBlogger
Member
Posted 1 year ago #
yeh i have manually fixed some files and now Funwidmasti.com is working..!!!
thnx to all for support