MyDNSConfig w/ PHP 5.1.4, MySQL 5.0.24, Apache 2.0.55: Error: No permission

Discussion in 'General' started by jarre, Sep 27, 2006.

  1. jarre

    jarre New Member

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please add the following database table and records to your mydnsconfig database:

     
  3. jarre

    jarre New Member

    Thanks, but that didn't help

    Thank You, till, for the advise, but it didn't solve the problem. I'm still getting the same errors.

    At the moment I have four tables in my mydnsconfig database:

    rr
    soa
    sys_group
    sys_user

    sys_group table looks like this:

    And the sys_user table looks like this:

    Any further advise on how to solve this problem is highly appreciated :).
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Also run this MySQL command:

    Code:
    UPDATE sys_user SET groups = '1,2' WHERE userid = 1;
    Afterwards it should work.
     
  5. jarre

    jarre New Member

    Now working!

    Thanks, that last update query did the trick, now it's working again.
     

Share This Page