User Activity

  • Modified a comment on discussion Help on PHP Address Book

    Hello Martin In my case, I found the problem. In the file /include/view.w.php I swaped the readout of the variable $result (line 180): $result = mysqli_query($sql, $db); $result = mysqli_query($db, $sql); Comparing the php files from version 8 to 9 I discovered this change and it obviously was forgotten to be adapted in this file.

  • Posted a comment on discussion Help on PHP Address Book

    Hello Martin In my case, I found the problem. In the file /include/view.w.php I swaped the readout of the variable $result: $result = mysqli_query($sql, $db); $result = mysqli_query($db, $sql); Comparing the php files from version 8 to 9 I discovered this change and it obviously was forgotten to be adapted in this file.

  • Posted a comment on discussion Help on PHP Address Book

    Hello Martin I recently installed PHP Address Book (php-addressbook v9.0.0.1) and I found the same problem as you describe. I followed the link to the demo (php-addressbook v8.1.24.1) and there the groups are displayed in the detail view. Did you get any feedback or solution?

View All

Personal Data

Username:
thomas-stalder
Joined:
2022-10-25 22:27:40.649000

Projects

  • No projects to display.

Personal Tools