Forum Replies Created

Viewing 15 replies - 1 through 15 (of 26 total)
  • Thread Starter funkytwig

    (@funkytwig)

    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.

    Thread Starter funkytwig

    (@funkytwig)

    @otto42, sorry misread that. Sorted it out and now it works, thanks a lot, you are a star.

    Thread Starter funkytwig

    (@funkytwig)

    Thanks, @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?

    Thread Starter funkytwig

    (@funkytwig)

    @otto42, any ideas?

    Thread Starter funkytwig

    (@funkytwig)

    @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?

    Thread Starter funkytwig

    (@funkytwig)

    Tried 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.

    Thread Starter funkytwig

    (@funkytwig)

    PS I also checked the multisite setup and both site and ‘Site Address (URL)’, Siteurl and home are correctly set to https://malmesburycan.co.uk.

    Thread Starter funkytwig

    (@funkytwig)

    OK, 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.

    Thread Starter funkytwig

    (@funkytwig)

    Thanks, found it.

    Thread Starter funkytwig

    (@funkytwig)

    There is no edit option, just Visit and Dashboard.

    screenshot

    I checked and I am a Super Admin.

    Looks like they changed the interface.

    Ben

    Thread Starter funkytwig

    (@funkytwig)

    OK, 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.

    Thread Starter funkytwig

    (@funkytwig)

    There are no cookies, either when I first go to page or when I login. Inspector->Applications->Cookies does not show anything.

    Thread Starter funkytwig

    (@funkytwig)

    ‘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?

    Thread Starter funkytwig

    (@funkytwig)

    OK, 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_filters

    And disabling plugins. Have you got a backup?

Viewing 15 replies - 1 through 15 (of 26 total)