Results 1 to 4 of 4

Thread: Members not really Deleted from admin panel

  1. #1
    Prometheus
    Guest

    Default Members not really Deleted from admin panel

    Hey All,
    Anyone else having this problem?
    When a user is deleted from the ae admin panel they are not really deleted.
    The ae admin shows them as deleted but in the database they are still there and still recieve emails from the site...
    I am, for now, manually deleting them from my database..but what pain.....another one to fix? or live with it?...

    Todd

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Hi,

    Look in /inc/admin.inc.php - and find the profile_delete function

    You will see a bunch of SQL statements - where it deletes the users information from various tables.

    Perhaps some need to be added or changed here.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  3. #3
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    You said:

    Code:
    db_res( "DELETE FROM Notify WHERE ID = {$p_arr['ID']}" );
    There is no "Notify" table in v4.1.0 - check phpMyAdmin for the proper table names.

    Also, be carful with ID - as ID in aedating often is not the same as the users ID in the database. While this is true for the Profiles table - it is not true in all other tables.

    ID is used in some other tables as an auto increment field, for internal, nothing to do with user ID number, use.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  4. #4
    Prometheus
    Guest

    Default Members not really Deleted from admin panel

    I guess I got my answer....lol....
    "I you kill someone make sure you see the blood" Who said this???
    From now on we will just delete members manually in sql...ALL tables.. by...hand...and yes it does miff people off..ALOT.....

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. BUG FIX: Images are not deleted from server (admin mode)
    By vanarie in forum Bugs Dolphin 6.02
    Replies: 0
    Last Post: 10-17-2007, 09:40 PM
  2. the script deleted 127 members???
    By birkenstam in forum General Issues, Comments, Questions
    Replies: 12
    Last Post: 09-11-2007, 11:12 PM
  3. Background Pic not been deleted (admin panel)
    By elusuario in forum Dolphin General Discussion v5.3 to v5.6.5
    Replies: 6
    Last Post: 05-12-2007, 01:47 AM
  4. I accidently deleted some members
    By 1dell in forum Database
    Replies: 4
    Last Post: 05-08-2007, 02:47 PM
  5. Admin Panel Mod's - More On the Way
    By Prometheus in forum Free Mod Exchange
    Replies: 0
    Last Post: 06-12-2006, 12:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •