boggsoft
Forum Replies Created
-
Forum: Plugins
In reply to: [Newsletters] Autoresponder could not be saved, please try again.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!
Forum: Plugins
In reply to: [Newsletters] Autoresponder could not be saved, please try 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 * FROMwp_wpmloptions
WHERE field_id = 2 ORDER BYorder
ASCWordPress database error: [Table ‘schema.wp_wpmlgroups’ doesn’t exist]
SELECTid
,title
FROMwp_wpmlgroups
ORDER BYtitle
ASCBefore I configure this plugin more, please let me know what I can do to resolve the missing table issues.
Forum: Plugins
In reply to: [Newsletters] Autoresponder could not be saved, please try again.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 INTOwp_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_wpmlautoresponderslistsRemoved the actual schema name as well as the actual title for ambiguity reasons. Get in touch if you need additional tests.