• Resolved alx359

    (@alx359)


    When changing the admin name, got the following error:

    WordPress database error Table 'XXX.wp_sitemeta' doesn't exist for query UPDATEwp_sitemetaSETmeta_value= REPLACE(meta_value, 's:5:"admin";', 's:4:"XXX";') WHEREmeta_key= 'site_admins' ANDmeta_valuelike '%s:5:"admin";%' made by do_action('anti-malware_page_GOTMLS-Firewall-Options'), WP_Hook->do_action, WP_Hook->apply_filters, GOTMLS_Firewall_Options, QM_DB->query

    That table isn’t there indeed (it’s just a single-site installation). What to do now?

Viewing 1 replies (of 1 total)
  • Plugin Author Eli

    (@scheeeli)

    Don’t worry, the change was still effective.. I added that query for multisite compatibility but it is not needed for a single site installation.

    I will fix that error in my next release so that it checks for multisite first and only executes that query if it is needed.

    Thanks for reporting this error and please let me know if there is anything else.

    Aloha, Eli

Viewing 1 replies (of 1 total)

The topic ‘‘wp_sitemeta’ doesn’t exist for query UPDATE’ is closed to new replies.