Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • This looks to have fixed the issues Tribulant, nice work! Only thing I had to do extra was recreate (duplicate) the only newsletter I created in order to have the links/clicks populated, so the affect was minimal. Thanks again!

    I’m actually seeing several other tables missing while clicking into the Mailing Lists section

    WordPress database error: [Table ‘schema.wp_wpmloptions’ doesn’t exist]
    SELECT * FROM wp_wpmloptions WHERE field_id = 2 ORDER BY order ASC

    WordPress database error: [Table ‘schema.wp_wpmlgroups’ doesn’t exist]
    SELECT id, title FROM wp_wpmlgroups ORDER BY title ASC

    Before I configure this plugin more, please let me know what I can do to resolve the missing table issues.

    Just had the same issue with the autoresponder creation. Optimizing the database tables did not do anything, but debugging did show a critical error where the autoresponders table was missing.

    WordPress database error: [Table ‘dbschema.wp_wpmlautoresponders’ doesn’t exist]
    INSERT INTO wp_wpmlautoresponders (title, history_id, status, sendauto, delay, delayinterval, applyexisting, alwayssend, created, modified) VALUES (‘some name’, ‘1’, ‘active’, ‘1’, ”, ”, ‘N’, ‘N’, ‘2015-12-10 00:01:57’, ‘2015-12-10 00:01:57’);

    The following tables exist from the plugin install (done today, version 4.5.6.1.1)

    wp_wpmlautoresponderemails
    wp_wpmlautoresponderslists

    Removed the actual schema name as well as the actual title for ambiguity reasons. Get in touch if you need additional tests.

Viewing 3 replies - 1 through 3 (of 3 total)