mydnsconfig error upon login

Discussion in 'General' started by pksings, Jul 9, 2006.

  1. pksings

    pksings New Member

    I set this all up last week. It was working fine. The only changes to the machine since is installing Gallery2.

    Now I get this error immediately upon successful login. I can no longer modify records, or for that matter do anything but add/edit users



    Fatal error: Call to a member function getAuthSQL() on a non-object in /var/www/lib/classes/listform_actions.inc.php on line 112


    I checked that line and have no idea what it is doing or looking for.

    Thank you very much in advance
    Paul Kelly
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Did you somehow modify or delete files from MyDNSConfig?
    What's the output of
    Code:
    ls -la /var/www/lib/
    ?
     
  3. pksings

    pksings New Member

    Nope, haven't changed a thing..

    root@phred:/var/www/lib# ls -la
    total 13
    drwxr-xr-x 4 root root 160 2006-07-04 08:29 .
    drwxr-xr-x 9 root root 432 2006-07-09 13:18 ..
    -rw-r--r-- 1 root root 6516 2006-07-03 23:37 app.inc.php
    drwxr-xr-x 2 root root 720 2006-07-09 14:24 classes
    -rw-r--r-- 1 root root 3405 2006-07-04 08:29 config.inc.php
    drwxr-xr-x 2 root root 144 2006-07-03 23:37 lang
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Ok, and what's the output of
    Code:
    ls -la /var/www/lib/classes
    ?
     
  5. pksings

    pksings New Member

    /var/www/lib/classes

    sudo ls -la /var/www/lib/classes/
    total 257
    drwxr-xr-x 2 root root 720 2006-07-09 14:24 .
    drwxr-xr-x 4 root root 160 2006-07-13 09:27 ..
    -rw-r--r-- 1 root root 4874 2006-07-03 23:37 cmstree.inc.php
    -rw-r--r-- 1 root root 11408 2006-07-03 23:37 db_firebird.inc.php
    -rw-r--r-- 1 root root 15196 2006-07-03 23:37 db_mysql.inc.php
    -rw-r--r-- 1 root root 12043 2006-07-03 23:37 form.inc.php
    -rw-r--r-- 1 root root 4660 2006-07-03 23:37 listform_actions.inc.php
    -rw-r--r-- 1 root root 12267 2006-07-03 23:37 listform.inc.php
    -rw-r--r-- 1 root root 4876 2006-07-03 23:37 listform_tpl_generator.inc.php
    -rw-r--r-- 1 root root 367 2006-07-03 23:37 plugin_base.inc.php
    -rw-r--r-- 1 root root 3646 2006-07-03 23:37 plugin_listview.inc.php
    -rw-r--r-- 1 root root 14631 2006-07-03 23:37 tform_actions.inc.php
    -rw-r--r-- 1 root root 43703 2006-07-03 23:37 tform.inc.php
    -rw-r--r-- 1 root root 9570 2006-07-03 23:37 tform_tpl_generator.inc.php
    -rw-r--r-- 1 root root 6115 2006-07-03 23:37 tpl_cache.inc.php
    -rw-r--r-- 1 root root 5752 2006-07-03 23:37 tpl_error.inc.php
    -rw-r--r-- 1 root root 57243 2006-07-03 23:37 tpl.inc.php
    -rw-r--r-- 1 root root 5706 2006-07-03 23:37 tpl_ini.inc.php
    -rw-r--r-- 1 root root 7117 2006-07-03 23:37 tree.inc.php
    -rw-r--r-- 1 root root 10711 2006-07-03 23:37 validate_dns.inc.php
     
  6. pksings

    pksings New Member

    Solved login error, now different problem

    I logged in as admin instead of the usernames that I had created as admins and no errors. But I even as admin I cannot actually administer DNS, I can add usernames and zones but I cannot edit those zones or usernames, it gives me a message that they do not exist.

    The usernames that I created cannot do anything. I deleted them.

    Thank you in advance..

    PK
     
  7. falko

    falko Super Moderator ISPConfig Developer

    You cannot manage your zones as admin? Never had this problem... :confused:
     
  8. pksings

    pksings New Member

    Actually, this is a previously reported bug

    I just read a previous post from March of 2006 where changing the admin password also changes a value which then makes it impossible to administer anymore.

    I think if you fix that bug the it will solve my problem also as I did change the admin password and now cannot administer.

    Thanks..

    PK
     

Share This Page