Cannot delete member

When i try to delete a member i get this error.

You possess an intuitive intelligence so powerful it can help you heal, and relieve stress.
Quote · 10 Aug 2009

I reported this in Beta 1.  http://www.boonex.com/trac/dolphin/ticket/692


According to track, it's been fixed.  You must be imagining things.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 10 Aug 2009

Hahahahah maybe ghost from the past.

You possess an intuitive intelligence so powerful it can help you heal, and relieve stress.
Quote · 10 Aug 2009

I can deactivate a member but not delete them.

You possess an intuitive intelligence so powerful it can help you heal, and relieve stress.
Quote · 10 Aug 2009

I am facing the same issue. Tried deleting a user and got the exact same error as posted by LightWolf.

Deactivation seems to work just fine.

Regards

Palz

Quote · 10 Aug 2009

I looked at the DB, and there definitely is no table named sys_profiles_track.  It was there in the last beta.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 10 Aug 2009

Ticket 863

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 10 Aug 2009

Thanks HoustonLively, you rock guy!...And kinda cute too..hehehe

You possess an intuitive intelligence so powerful it can help you heal, and relieve stress.
Quote · 10 Aug 2009

I have the same problem.

How to fix this problem?

Query:

DELETE FROM `sys_profiles_track` WHERE `ID` = '3' OR `Profile` = '3'

Mysql error: Table 'dolphin_1db.sys_profiles_track' doesn't exist

Found error in the file '/home2/restaura/public_html/test-nt.net/D-7a/inc/admin.inc.php' at line 773.

Called 'db_res' function with erroneous argument #0.

Quote · 15 Aug 2009
A solution is to delete or hide this line of code,
(probably there are several track tables that the member must be deleted from,
since this is a Beta version not everything is complete yet)

Open file inc/admin.inc.php

Find line ~773 and delete or hide this line
db_res( "DELETE FROM `sys_profiles_track` WHERE `ID` = '{$ID}' OR `Profile` = '{$ID}'" );

Hide line with code:
// db_res( "DELETE FROM `sys_profiles_track` WHERE `ID` = '{$ID}' OR `Profile` = '{$ID}'" );
Quote · 15 Aug 2009

I havethe same problem for D7 B3.

Quote · 16 Aug 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.