nzrhcom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Logged in but can’t access wp-adminResolved: there was a problem with the SALT
I don’t understand but I’m not the only one who has had this!
Forum: Fixing WordPress
In reply to: Logged in but can’t access wp-adminManually edited ‘theme’ and ‘current_theme’ in
wp_optionsso at least my site is visible now…Forum: Fixing WordPress
In reply to: Logged in but can’t access wp-admindone, no change.
wordpress.com still can’t access
there must be something in the database that is messed up.
Forum: Fixing WordPress
In reply to: Logged in but can’t access wp-adminI haven’t done it today, but over the years I’ve done it a couple of times.
No harm in doing it again, drawing a line in the sand…
Forum: Fixing WordPress
In reply to: Logged in but can’t access wp-admin– browser caches cleared
– no server cache
– can’t resave permalinks but have renamed the .htaccessWhen the page does load the first 3 files to load are
1: wp-login.php 302
2: wp-admin/ 302
3: wp-login.php?redirect_to…. 200– nothing new gets shown or logged by turning on script_debug
– all plugins moved to a new directory
– wp_options active_plugins record set to a:0:{}
– changed the name of the theme and now my site is just the abs_path error and nothing else, but I can still get to the login page.Forum: Fixing WordPress
In reply to: Logged in but can’t access wp-adminThat’s as is, but the error indicates that it’s being set again somewhere else
Forum: Fixing WordPress
In reply to: Logged in but can’t access wp-adminNothing gets written to the log. All I get is
Notice: Constant ABSPATH already defined in [snip]/httpdocs/wp-config.php on line 33
Forum: Fixing WordPress
In reply to: Can’t login to Admin, debug doesn’t appear to be workingIt might be a red herring, but I thought it was odd that when the themes are renamed WP doesn’t automatically use twentyseventeen (as the docs say it should). Is that indicative of a broader problem?
Forum: Fixing WordPress
In reply to: Can’t login to Admin, debug doesn’t appear to be workingbefore I deleted Securi it was logging that the login attempt was successful. What it actually shows me is “ERROR: The password you entered for the username daemon is incorrect”. I’ve reset the password using WP and using md5 on the database directly for one of the accounts.
Curiously, after a password reset the form doesn’t throw errors, just returns to the login screen. If I select a different account I get the bad password message.
Forum: Fixing WordPress
In reply to: Can’t login to Admin, debug doesn’t appear to be workinglol, yeah, I ran your checks just because I’ve seen people make too many dumb errors in the past. I am pointing at the right files and the right database.
Forum: Plugins
In reply to: [Arconix FAQ] Ordering“Post Types Order” by Nsp-Code works for the posts themselves but it’s sister plugin “Category Order and Taxonomy Terms Order” works on all my other custom post types but not doesn’t recognise Arconix FAQ’s taxonomy.
Has anyone got a suggestion that orders the categories for this plugin?