Results 1 to 4 of 4

Thread: Admin Control Panel Issues?

  1. #1
    banjovi
    Guest

    Default Admin Control Panel Issues?

    When I go to look at the list of unconfirmed users in the admin panel, it comes up with a database error, because it cannot insert the ip address into the Admin table.

    I went and looked at my database and there is no ipaddress field in the Admins table so that is probably why.

    Also, after commenting that line out as a quick fix for the moment, I clicked on the Member ID number for an unconfirmed user and it brings up the edit_profile.php?ID=## page, but that page is broken and says it's calling an undefined function print_rows_set_membership().

    I've added quite a few modifications to my script, so I'm wondering if I inadvertantly broke it myself, or if other people are having these problems w/ the IQ install also?

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

    Default

    Quote Originally Posted by banjovi
    When I go to look at the list of unconfirmed users in the admin panel, it comes up with a database error, because it cannot insert the ip address into the Admin table.

    I went and looked at my database and there is no ipaddress field in the Admins table so that is probably why.
    Right - this seems to be something you added?

    Also, after commenting that line out as a quick fix for the moment,
    What line (number, and code) in what file did you comment out?

    Rob
    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
    banjovi
    Guest

    Default

    I didn't think we added anything to log the ipaddress, so that confuses me.

    The line I commented out was in the admin/profiles.php file, line 20 which says:

    PHP Code:
    db_res("UPDATE Admins SET ipaddress = '$ip' WHERE Name = 'admin'"); 

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

    Default

    I have looked in both v4.1.0 and v4.1.1, and I know it was not in v4.0.X - so I'm not sure where this came from - it must be something you added.

    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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I want change member control panel
    By daly in forum Dolphin General Discussion v5.3 to v5.6.5
    Replies: 0
    Last Post: 05-05-2008, 02:30 PM
  2. Control Panel Links
    By windy in forum FAQ & HOWTO
    Replies: 1
    Last Post: 12-08-2006, 05:40 PM
  3. Friends in control panel
    By Techbot in forum FAQ & HOWTO
    Replies: 4
    Last Post: 11-08-2006, 03:17 PM
  4. Control Panel
    By raeyo in forum General Troubleshooting
    Replies: 11
    Last Post: 09-14-2005, 08:32 AM

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
  •