User Activity

  • Posted a comment on discussion Help on PHP Address Book

    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...

  • Posted a comment on discussion Help on PHP Address Book

    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.

  • Modified a comment on discussion Help on PHP Address Book

    Hello, you just have to enter the right login. It's not secret/root, it's admin/secret

  • Posted a comment on discussion Help on PHP Address Book

    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.

View All

Personal Data

Username:
ptrkr
Joined:
2020-01-20 05:54:10

Projects

  • No projects to display.

Personal Tools