Backend issues, permisson errors, dup wp folders in root above blog Subdirectory
-
Hi there, I need your help!
My WP backend hasn’t been working correctly since I upgraded to 4.0. a long while ago, since then I haven’t been able to resolve these problems:
__previewing a draft post: Page not found
__publish preview/preview post revisions, get message: You do not have permission to preview drafts
__Appearance; Customize and Themes (unable to change themes) get: Session expired. Please log in again. When I log in again it says: log in successful –but then goes into a loop; session expired log in again.
__jetpack sharing buttons no longer appear in posts (front end issue)
__jetpack site stats no longer show activityI now see I have additional wp folders/files in the root of my site. My site was originally installed in a sub-directory: mysite.com/blog Both index.php and .htaccess were set correctly (as per codex instruction: setting up wp in a sub directory) Also, both WP and site URLs are set up correctly in Settings/General.
I did some testing and without any one of these (duplicate) folders/files in the root, my site breaks:
wp-content (folders inside are empty)
wp-includes
wp-load.php
wp-config.php
wp-settings.php
wp-blog-header.phpThe index.php in “root” now appears as:
require( dirname( __FILE__ ) .'/wp-blog-header.php' );
when i change it to the correct sub-directory path (below) the site breaks, gets error 500
require( dirname( __FILE__ ) .'/blog/wp-blog-header.php' );
I though maybe removing the duplicate files in the root and uploading clean/new wp files in the /blog subdirectory might be the fix, but now I’m not sure if that will even help fix anything at all… since wp is using files in the root now….is this also a database issue? Help!
Any ideas on what I should do? Any advice or help in fixing these problems is greatly appreciated!!
Thank you
- The topic ‘Backend issues, permisson errors, dup wp folders in root above blog Subdirectory’ is closed to new replies.