New register get Invalid activation key

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Tue Mar 03, 2015 1:28 am
Hi Team,

When new register sign up the member in our website, they get the activation email. But when whey click the link, the error is showing.
I got to this link and install the SMTP plugin but it didn't help. https://www.gavick.com/forums/wp-securi ... -key-34011

Also, I check the activation key in email and compare it in database. They match.

Can you tell me what happen? Thank you

Bing
User avatar
Fresh Boarder

GK User
Tue Mar 03, 2015 3:27 am
I got the error like this


WordPress database error: [Table 'ultim819_shoptci.wp_signups' doesn't exist]
INSERT INTO `wp_signups` (`domain`,`path`,`title`,`user_login`,`user_email`,`registered`,`activation_key`,`meta`) VALUES ('','','','test22','[email protected]','2015-03-03 02:19:52','6a718047d6dc288bc14546919b7635f0','a:5:{s:7:\"field_1\";s:6:\"test22\";s:7:\"field_7\";s:6:\"test22\";s:18:\"field_7_visibility\";s:6:\"public\";s:17:\"profile_field_ids\";s:3:\"1,7\";s:8:\"password\";s:34:\"$P$B61deIWMCtdtwH0WDeDSTT8VJKbAI/1\";}')

I did not find the table wp_signups in database. Should I create one? What should I do?
User avatar
Fresh Boarder

GK User
Tue Mar 03, 2015 5:39 am
I already fixed it. The solution is Create the table wp_signups and add colunm `signup_id` as primary key. Hope it can help other people who need it.
User avatar
Fresh Boarder


cron