When i try to delete a member i get this error.
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. |
I reported this in Beta 1. http://www.boonex.com/trac/dolphin/ticket/692 My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Hahahahah maybe ghost from the past. You possess an intuitive intelligence so powerful it can help you heal, and relieve stress. |
I can deactivate a member but not delete them. You possess an intuitive intelligence so powerful it can help you heal, and relieve stress. |
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 |
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. |
Ticket 863 My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
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. |
I have the same problem. How to fix this problem? Query:
Mysql error: Table 'dolphin_1db.sys_profiles_track' doesn't exist Called 'db_res' function with erroneous argument #0. |
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}'" );
|
I havethe same problem for D7 B3. |