When a subscriber signs up for the Newsletter, they are sent the link to their email for approval. When they click on that link, they are taken to my website on the Newsletter page, which gives them the message, "Error during operation." I am not even able to manually add them. Suggestions? I'm using WordPress 3.0.1.
Error during operation.
(7 posts) (4 voices)-
Posted 1 year ago #
-
Hi, I tried to subscribe the newsletter on your site. I received the activation e-mail, I clicked on link and I got the error "Error during operation".
Then, I came back on your site and I tried to subscribe again. Instead to get an error (because my address has already subscribed, waiting for activation) it told me again "Subscription successful. You will receive an e-mail...".
It seems that it didn't add the new subscriber properly. In Users → Newsletter subscribers can you see my subscriber called "alo4test" and waiting for activation? And you should view a list of other subscribers waiting for activation, if any, of course.
Anyway, be sure to have re-activate EasyMail if you upgraded to last version.Posted 1 year ago # -
I looked into (Users → Newsletter subscribers) and there isn't anyone in there. I'm on ALO EasyMail Newsletter 1.8.3. Is there a newer version or do you have any idea why this is still broke?
Posted 1 year ago # -
The plugin creates 3 database tables on installation. You should view them in your database: if not, something got wrong... You can try to activate plugin again (but I think you did it) or create the tables manually (look in the file alo-easymail.php, line 97-129, for the sql).
Posted 1 year ago # -
yes, thats the point. I installed wp 3.0.1 three times, doesnt work. Made everithing: changing wp-config, cron, functions.php...
You can import subscribers, but there arent anywhere. and then when I sholdu send newsletter from All registered users: and got standard error mesage: Impossible to send. Please try again.
off course, in database arent any tables. (utf8_general_ci have our tables)
How to create tables or repaired plugin
Posted 1 year ago # -
To manually create the v.1.8.3 EasyMail tables run this sql. (If the table prefix is not "wp_" modify the sql with yours).
CREATE TABLE wp_easymail_subscribers ( ID int(11) unsigned NOT NULL auto_increment, email varchar(100) NOT NULL, name varchar(100) NOT NULL, join_date datetime NOT NULL, active INT( 1 ) NOT NULL DEFAULT '0', unikey varchar(24) NOT NULL, lists varchar(255) DEFAULT '_', PRIMARY KEY (ID), UNIQUE KEY <code>email</code> (<code>email</code>) ) DEFAULT CHARSET=utf8; CREATE TABLE wp_easymail_sendings ( ID int(11) unsigned NOT NULL auto_increment, start_at datetime DEFAULT NULL, last_at datetime DEFAULT NULL, user int(11) unsigned DEFAULT NULL, subject varchar(250) DEFAULT NULL, content text DEFAULT NULL, recipients longtext DEFAULT NULL, tracking varchar(10) DEFAULT NULL, sent INT( 1 ) NOT NULL DEFAULT '0', PRIMARY KEY (ID) ) DEFAULT CHARSET=utf8; CREATE TABLE wp_easymail_trackings ( ID int(11) unsigned NOT NULL auto_increment, newsletter int(11) unsigned DEFAULT NULL, email varchar(100) NOT NULL, type varchar(10) DEFAULT NULL, PRIMARY KEY (ID) ) DEFAULT CHARSET=utf8;Posted 1 year ago # -
key master, im also experiencing this error.
Newsletter
Error during activation. Please check the activation link.please help.. thats when i click the activation link in my email..
Posted 1 year ago #
Reply
You must log in to post.
