PDA

View Full Version : Error on user login


Thorbergur
9th February 2006, 09:46
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

TWC
18th March 2006, 07:29
I am getting the same error. Did anybody figure this out?

THANX

till
18th March 2006, 11:02
Please add this line:

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.