exstreme / Jcomments-4

Modified Jcomments 3.0.7 with Recaptcha 2 in comments. Adapted to Joomla 4. No compatibility with Joomla 1.5\2.5\3.x
16 stars 13 forks source link

Column mixed in Subscriptions table #118

Closed vicioussn closed 1 year ago

vicioussn commented 1 year ago

Hello!

When subscription is created, email comes to name column and name - to email.

Globulopolis commented 1 year ago

In backend or frontend?

vicioussn commented 1 year ago

It's in the MySQL table:

"id","object_id","object_group","lang","userid","name","email","hash","published","source","checked_out","checked_out_time" "672","231","com_content","en-GB","0","ttttt@gmail.com","test1","f211cbd30febda2981e2a326f7a679cb","1",,"0",NULL

FYI: JComments installed on top of 3.0.7 after migration J3->J4.

Globulopolis commented 1 year ago

@vicioussn look like something wrong with you subscription table. Go to administrator/index.php?option=com_installer&view=database and check for errors.