• I’ve a fresh install of the latest version of WordPress on a VPS.

    When I install the woocommerce plugin it doesn’t seem to be creating all the DB tables and the whole site becomes very unstable when I activate it. (Critical errors but no error codes, refresh makes it go away)

    I thought it could be a database collation issue but not sure
    The collation is utf8mb4 general 520 ci

    The admin notes table never creates.

    With debugging enabled it doesn’t seem to generate any logs and there’s nothing in the PHP error log about it.

    Anyone else having this issue?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Mathesonandrew

    (@mathesonandrew)

    anyone any clues?

    these are the errors i get when activating the plugin?

    [Table ‘theluxfo_wp.wp_wc_admin_notes’ doesn’t exist]
    SELECT note_id FROM wp_wc_admin_notes WHERE name = ‘wc-admin-wc-helper-connection’ ORDER BY note_id ASC

    WordPress database error: [Table ‘theluxfo_wp.wp_wc_admin_notes’ doesn’t exist]
    SELECT note_id FROM wp_wc_admin_notes WHERE name = ‘wc-admin-wc-helper-subscription’ ORDER BY note_id ASC

    WordPress database error: [Table ‘theluxfo_wp.wp_wc_admin_notes’ doesn’t exist]
    SHOW FULL COLUMNS FROM wp_wc_admin_notes

    WordPress database error: [Table ‘theluxfo_wp.wp_wc_admin_note_actions’ doesn’t exist]
    DELETE FROM wp_wc_admin_note_actions WHERE note_id = 0

    WordPress database error: [Table ‘theluxfo_wp.wp_wc_admin_note_actions’ doesn’t exist]
    SHOW FULL COLUMNS FROM wp_wc_admin_note_actions

    WordPress database error: [Table ‘theluxfo_wp.wp_wc_admin_note_actions’ doesn’t exist]
    SELECT action_id, name, label, query, status, is_primary FROM wp_wc_admin_note_actions WHERE note_id = 0

    WordPress database error: [Table ‘theluxfo_wp.wp_wc_admin_notes’ doesn’t exist]
    SELECT note_id FROM wp_wc_admin_notes WHERE name = ‘wc-update-db-reminder’ ORDER BY note_id ASC

    The same question, i can’t active wooCommerce perfectly

    WordPress database error: [Table 'gloapp_community.wp_wc_admin_notes' doesn't exist]
    SELECT note_id FROM wp_wc_admin_notes WHERE name = 'wc-admin-wc-helper-connection' ORDER BY note_id ASC
    
    WordPress database error: [Table 'gloapp_community.wp_wc_admin_notes' doesn't exist]
    SELECT note_id FROM wp_wc_admin_notes WHERE name = 'wc-admin-wc-helper-connection' ORDER BY note_id ASC
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘New Setup – not creating tables’ is closed to new replies.