Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Circo Posted June 25, 2021 Posted June 25, 2021 I opened a support ticket for this, but haven't heard anything... Hoping someone here may be able to help out. I updated to 4.6 yesterday. I have a couple members trying to login, but getting Sorry! Your account does not require validation Error code: 2S129/4 I tried to delete the user account and get the following: DELETE FROM `donate_member` WHERE donate_member_id=42876 IPS\Db\Exception: Table 'vpuniver_ipb.donate_member' doesn't exist (1146) #0 /home/xxxxx/xxxxx.com/forums/system/Db/Db.php(1292): IPS\_Db->preparedQuery('/*vpuniver_ipb:...', Array) #1 /home/xxxxx/xxxxx.com/forums/applications/donate/extensions/core/MemberSync/Donate.php(48): IPS\_Db->delete('donate_member', Array) #2 /home/xxxxx/xxxxx.com/forums/system/Member/Member.php(4032): IPS\donate\extensions\core\MemberSync\_Donate->onDelete(Object(IPS\Member)) #3 /home/xxxxx/xxxxx.com/forums/system/Member/Member.php(335): IPS\_Member->memberSync('onDelete') #4 /home/xxxxx/xxxxx.com/forums/applications/core/modules/admin/members/members.php(2999): IPS\_Member->delete(false) #5 /home/xxxxx/xxxxx.com/forums/system/Dispatcher/Controller.php(90): IPS\core\modules\admin\members\_members->delete() #6 /home/xxxxx/xxxxx.com/forums/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #7 /home/xxxxx/xxxxx.com/forums/admin/index.php(13): IPS\_Dispatcher->run() #8 {main}
Adriano Faria Posted June 25, 2021 Posted June 25, 2021 The issue seems to be related to the Donations resource. Did you try to get support with its developer?
DawPi Posted June 25, 2021 Posted June 25, 2021 4 hours ago, Circo said: DELETE FROM `donate_member` WHERE donate_member_id=42876 There is missing S at the end of the table name. Should be easy to fix when you try find it on your FTP in the donations app folder. Should be donate_members.
Circo Posted June 25, 2021 Author Posted June 25, 2021 5 hours ago, DawPi said: There is missing S at the end of the table name. Should be easy to fix when you try find it on your FTP in the donations app folder. Should be donate_members. Thanks, I made the change and it's working now. I didn't realize that this was an application that caused it. My apologies as I should have caught.
Kjell Iver Johansen Posted June 20, 2022 Posted June 20, 2022 I had this very same error on my site. I just can't find the actual reason - and to sort out the problem for the member experiencing this I had to reset the members password. It is kind of strange because when I log in as the other member I just get that message - so there is no way to return to my own account on my site.
Marc Posted June 20, 2022 Posted June 20, 2022 Sorry, could you clarify what exactly you are getting here? This is a 12 month old topic which relates to an issue in the donations application they were using
Recommended Posts