I'm running Debian Sarge 3.1, which was installed following these instructions: Everything was working fine, including MyDNSConfig. Shortly after the initial installation I upgraded PHP and MySQL to version 5, PHP 5.1.4 and MySQL 5.0.24 to be exact. After that upgrade I'm getting this error: This error occurs when I try to add or edit users, groups or servers from MyDNSConfig System panel, and also when I try to see or edit a particular SOA, eg: I'm stunned, what could be the problem?
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 .
Also run this MySQL command: Code: UPDATE sys_user SET groups = '1,2' WHERE userid = 1; Afterwards it should work.