Hi, I just set up mydns and mydnsconfig on a vserver on a fresh debian machine install. I was careful to follow the instructions in the installation instructions and howtos. Login as admin works, and I can add dns records. Then I added a new user, this is a type 'user' and with default module 'dns' and start module 'dns'. I then log out from admin. Now, every time I log in a new user like that I get the following message: Fatal error: Call to a member function on a non-object in /var/www/lib/classes/listform_actions.inc.php on line 112 The default admin user still works fine though. I am stuck Please help! Thanks, Thor
Please add this line: Code: if(!is_object($app->tform)) $app->uses('tform'); in line 50 of the file: /var/www/lib/classes/listform_actions.inc.php Update: When you create a user that is not admin, set the group and default group on the "groups" tab to the "user" group.