Fixed it. Just had to add new column into database - "middlename". To add it with mysql command: ALTER TABLE addressbook ADD middlename varchar(255) default NULL AFTER firstname; WIthout it, adding new and editing existing items didn't work. Now it all works, the only problem is when adding new item/person into addressbook, if you assign it to a group, it doesn't get assigned, so have to assign it to a group later. But I believe we will be able to live with this. I found this solution here in this...
To get rid of the error message which is very annoying (even though the addressbook works) I had to manually specify the $db variable, so add line $db=“dbname“ into login.inc.php, which is in include folder I haven't found any other way to fix it and I know it is more like a workaround.
Hello, you just have to enter the right login. It's not secret/root, it's admin/secret
Hello, the problem is just the mesage that says "could not connect to database" (or something like that), but the login works, you just have to enter the right login. It's not secret/root, it's admin/secret Anyways, to get rid of the error message which was annoying I had to manually specify the $db variable, so add line $db=“dbname“ into login.inc.php, which is in include folder I haven't found any other way to fix it.