funkytwig
Forum Replies Created
-
PS display_errors is set to Off and I phpinfo() in a file and run it and this clarifies that. Does the code in yuor plugin change this/do you use your own error handeling. This is only a problem that has apeared recently (we may of updated the pluging and not noticed it till now.
Forum: Fixing WordPress
In reply to: Changes domain and now I get cookie error@otto42, sorry misread that. Sorted it out and now it works, thanks a lot, you are a star.
Forum: Fixing WordPress
In reply to: Changes domain and now I get cookie errorThanks, @otto42, I created a file with above at /home/malmesbury.xyz/public_html/wp-content/plugins/fix_cookies.php. Still same problem but guess I need to do something else to activate this?
Forum: Fixing WordPress
In reply to: Changes domain and now I get cookie error@otto42, any ideas?
Forum: Fixing WordPress
In reply to: Changes domain and now I get cookie error@jnashhawkins just tried both these and no joy. I simply added them to the end of wp-config.php, saved and hit refresh on browser. Think this is what I need to do?
Forum: Fixing WordPress
In reply to: Changes domain and now I get cookie errorTried setting COOKIE_DOMAIN to various things, including this, no joy. Also, the articles that talk about this seem to say it is a solution to do with using the domain mapping plugin, which I do not do (it does not seem to be maintained any more). I just do it using Virtualmin. I have other multi-sites associated with the same primary domain and it works fine.
Forum: Fixing WordPress
In reply to: Changes domain and now I get cookie errorPS I also checked the multisite setup and both site and ‘Site Address (URL)’, Siteurl and home are correctly set to https://malmesburycan.co.uk.
Forum: Fixing WordPress
In reply to: Changes domain and now I get cookie errorOK, maybe I have something.
So I went to https://malmesburycan.co.uk/wp-login.php in an Incognito tab, went to Network, went to ( clicked on) wp-login.php and clicked on Response tab.
The only thing I can find on that todo with cookies seems to be:
<input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="Log In" /> <input type="hidden" name="redirect_to" value="https://malmesburycan.co.uk/wp-admin/" /> <input type="hidden" name="testcookie" value="1" />
However under Cookies I did find wordpress_test_cookie, with a value of WP+Cookie+check. It has a domain of .malmesbury.xyz. There is a little ! by domain and when I click on it I get ‘This set cookies domain was invalid in regards yo the current hosts url’.
Is that what I am looking for. malmesbury.xyz is the primary domain I am using for the multisite.
Forum: Fixing WordPress
In reply to: Changing multisite domain through mysqlThanks, found it.
Forum: Fixing WordPress
In reply to: Changing multisite domain through mysqlThere is no edit option, just Visit and Dashboard.
I checked and I am a Super Admin.
Looks like they changed the interface.
Ben
Forum: Fixing WordPress
In reply to: Changes domain and now I get cookie errorOK, the errors above are a red herring. The table it refers to is for auto update, it seems to be a buf in the auto update plugin. Guess this error was always there but not causing a problem.
Forum: Fixing WordPress
In reply to: Changes domain and now I get cookie errorThere are no cookies, either when I first go to page or when I login. Inspector->Applications->Cookies does not show anything.
Forum: Fixing WordPress
In reply to: Changes domain and now I get cookie error‘Also check that the “home” and “siteurl” settings are correct for that individual site in the network.’ in the database, they are not in the wp-config.php and what I can work out there is not a wp-config.php for eatch site?
Forum: Fixing WordPress
In reply to: Changes domain and now I get cookie errorOK, very odd, I got the following debug.
As I said the main site is fine, just the login.
I added
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );Any ideas?
[26-Apr-2020 19:29:35 UTC] WordPress database error Table ‘malmesbury_xyz_wordpress.wp_3_auto_updates’ doesn’t exist for query SELECT * FROM wp_3_auto_updates WHERE name = ‘major’ made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, CAU_auto_update->CAU_auto_update_filters
[26-Apr-2020 19:29:35 UTC] WordPress database error Table ‘malmesbury_xyz_wordpress.wp_3_auto_updates’ doesn’t exist for query SELECT * FROM wp_3_auto_updates WHERE name = ‘minor’ made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, CAU_auto_update->CAU_auto_update_filters
[26-Apr-2020 19:29:35 UTC] WordPress database error Table ‘malmesbury_xyz_wordpress.wp_3_auto_updates’ doesn’t exist for query SELECT * FROM wp_3_auto_updates WHERE name = ‘plugins’ made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, CAU_auto_update->CAU_auto_update_filters
[26-Apr-2020 19:29:35 UTC] WordPress database error Table ‘malmesbury_xyz_wordpress.wp_3_auto_updates’ doesn’t exist for query SELECT * FROM wp_3_auto_updates WHERE name = ‘themes’ made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, CAU_auto_update->CAU_auto_update_filters
[26-Apr-2020 19:29:35 UTC] WordPress database error Table ‘malmesbury_xyz_wordpress.wp_3_auto_updates’ doesn’t exist for query SELECT * FROM wp_3_auto_updates WHERE name = ‘translations’ made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, CAU_auto_update->CAU_auto_update_filters
[26-Apr-2020 19:29:35 UTC] WordPress database error Table ‘malmesbury_xyz_wordpress.wp_3_auto_updates’ doesn’t exist for query SELECT * FROM wp_3_auto_updates WHERE name = ‘wpemails’ made by require(‘wp-load.php’), require_once(‘wp-config.php’), require_once(‘wp-settings.php’), do_action(‘plugins_loaded’), WP_Hook->do_action, WP_Hook->apply_filters, CAU_auto_update->CAU_auto_update_filtersForum: Fixing WordPress
In reply to: Users can’t log in since WP updateAnd disabling plugins. Have you got a backup?