Nicholas Schuester Posted April 1, 2020 Share Posted April 1, 2020 (edited) Gday all. I'm trying to clear out some old accounts (that existed before upgrading) and at the last step I am getting this error. A configuration or server error has occurred EX1146 Something went wrong. Please try again. DELETE FROM `ipbcore_profile_completion` WHERE `member_id`=25495 IPS\Db\Exception: Table 'trznet.ipbcore_profile_completion' doesn't exist (1146) #0 /home/trznet/public_html/lounge/system/Db/Db.php(1280): IPS\_Db->preparedQuery('/*IPS\\core\\exte...', Array) #1 /home/trznet/public_html/lounge/applications/core/extensions/core/MemberSync/System.php(255): IPS\_Db->delete('core_profile_co...', Array) #2 /home/trznet/public_html/lounge/system/Member/Member.php(3745): IPS\core\extensions\core\MemberSync\_System->onDelete(Object(IPS\Member)) #3 /home/trznet/public_html/lounge/system/Member/Member.php(329): IPS\_Member->memberSync('onDelete') #4 /home/trznet/public_html/lounge/applications/core/modules/admin/members/members.php(2712): IPS\_Member->delete(true, false) #5 /home/trznet/public_html/lounge/system/Dispatcher/Controller.php(87): IPS\core\modules\admin\members\_members->delete() #6 /home/trznet/public_html/lounge/system/Dispatcher/Dispatcher.php(152): IPS\Dispatcher\_Controller->execute() #7 /home/trznet/public_html/lounge/admin/index.php(14): IPS\_Dispatcher->run() #8 {main} Can someone advise or shed some light on this please? v4.4.10 Edited April 1, 2020 by Nicholas Schuester Link to comment Share on other sites More sharing options...
opentype Posted April 1, 2020 Share Posted April 1, 2020 A typical case for a support ticket with IPS. It’s looking for the table “profile_completion” but it isn’t there. Someone with full site access needs to check why. Nicholas Schuester 1 Link to comment Share on other sites More sharing options...
bfarber Posted April 1, 2020 Share Posted April 1, 2020 Yeah, you're missing a database table. You can run the support tool in the AdminCP if you're able to access it, but otherwise I'd recommend a support ticket. Nicholas Schuester 1 Link to comment Share on other sites More sharing options...
Recommended Posts