I also updated to work with 8.1 starting from Darwin Betancourt -- which I found has some issues on my system. In case anyone is interested
Hi @chatelao I did a PR, I hope these changes will be easy to integrate on master Regards
Hi everyone, I share the link for download from my website, and I'll create a pull request too https://www.drwsoluciones.net/sites/default/files/addressbook-9.0.0.1.tar.gz Regards
Hi everyone, I share the link for download from my website, and I'll create a pull request too https://www.drwsoluciones.net/sites/default/files/addressbook-9.0.0.1.tar.gz Regards
I share the link for download from my website, and I'll create a pull request too https://www.drwsoluciones.net/sites/default/files/addressbook-9.0.0.1.tar.gz Regards
Hi, Can you provide a working version for PHP8?
Hi, Can you provide a working version for PHP8?
So is this the current version? Can I switch to PHP 8.X?
Hi Darwin, please send me a pull-request over here: https://github.com/chatelao/php-addressbook/pulls
Hi. If you can, please share (for me) your version. Version which I downloaded from here, not working on my srv. Best regards, Mario.
Hi, everyone I downloaded the version 9.0.0.1 and updated some deprecated functions for work with PHP 8.1, I'd like to collaborate and share this version for someone else that is searching a version that work with PHP 8.1. I used to import the contacts from CSV file, I tested the import and it works. Regards from Loja - Ecuador
SSL compatible?
I replaced all the 'deprecated datetime default NULL' occurencies with 'deprecated datetime default '2001-01-01'', it did work as an intermittent solution for me
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.
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.
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?
Hi. php-addressbook is a top project. Is there anyone who has emigrated the code to php8 and who might consider sharing it?
I will pay you to make it work as seen on the homepage of your project with the Google Maps integration.
Since I have kids, mainenance got way harder :-)
Hi, this would be great. - I recommend to use the master from here to start with: https://github.com/chatelao/php-addressbook
Error! Could not select the database
I have downloaded version 9 of AddressBook. The contact details option does not display the groups to which it belongs. This worked in previous versions. Could you help me with this. Thanks
I have the same problem. Is it possible to show the group to which a contact belongs in the details option?
Hello Petr. Thanks for your time. Unfortunatley that didn't work for me. I see that solution was suggested in post from almost 8 years ago, I'm currently using latest version of script, it may be fixed from then, since when I execute SQL command I get message for duplicate column name.
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...
Hello Petr. Thanks for posting suggest, I've tried it but it only solves my problem with login into addressbook, but when I try to add new record (contact or group) I get edit page, then I fill necessary fields, submit, then I get that record has been added, but few secons later I see that there is nothing added, not in frontend or in database... same with contact and groups. Since i'm not programmer, I only know basics, I've googled for solution, somebody mentioned that setting "php_flag register_globals...
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.
I think I have the same problem like you, and unfortunatley I think that there is no support anymore for this excellent script. I've tried to run it on PHP version 5.3.29 and 7.2.5. but on both servers I got message that it could not connect to database... altought I've used some basic script (https://gist.github.com/M165437/421cd2d23e53a111541a483971f7368b) to test connection, and everything worked OK.
Forgot to say that I've executed SQL command, and added 5 tables in my database, and that third party script saw all of them. I' dont know why I cannot connect via your software? I've tried also on PHP Version 5.3.29 but same problem. Thought maybe PHP version is to high since I saw that last update of script is in 2017.
Forot to say that I've executed SQL command, and added 5 tables in my database, and that thrid party script saw all of them. I' dont know why I cannot connect via yout software?
Hello. I have a problem installing PHP Address Book 9.0.0.1 I've followed userguide, configured cfg.db.php according to my database credentials, but as I try to create new account I get message that it could not connect to database. I'm using localhost and same data in my third party basic script to test connection, and in that script I connect without any problem (in same folder as where is adress book software). When I try to call diag.php I get the login page and link to create new account......
CSV Import problem
is php-addressBook still maintained? i notice its still using php mysqli vs php-pdo and and a number of the mysqli_query() calls are not using the database connection, which i thought was a requirement. also, is mysqli in dange of being deprecated in php-7? if this is not maintained anymore, is there a recommended newer one? Thank you, Mark Edwards
You should use manual install, user is admin, pass is secret!
Hi, i can see that there is some logging Tool available in the scripts. I like to be able to make a few entries in order to debug what is going on. But how do i enable and use that logging? Best Regards Torben
Hi, I followed the quick installation for Version 9.0.0.1 and actually just replaced the data definition with an already existing database used for an earlier version and i get this error after given in user and password. I used the default to start with. The line refers to a mysqli_query in AutLoginDb where then the $db is reference. Do have an issue that the database login did not work and therefor not filled the $db? I was searching for logfiles, but found nothing. Anybody have an idea? Best Regards...
Hi, I followed the quick installation for Version 9.0.0.1 and actually just replaced the data definition with an already existing database used for an earlier version and i get this error after given in user and password. I used the default to start with. The line refers to a mysqli_query in AutLoginDb where then the $db is reference. Do have an issue that the database login did not work and therefor not filled the $db? I was searching for logfiles, but found nothing. Anybody have an idea? Best Regards...
No new group is created.
My issue with the PHP Address Book script is fixed now . The solution was to turn off certain displays with PHP, which is a standard practice. I attached the php.ini file for ref.
When login in and use incorreet data I get an error and on exit I get an error. Both are almost the same and I suspect the same fix will correct both but have been unable to find a fix yet. I see others getting the error but no reply. HAs anyone found the cause yet or how to fix it?
Advisory from Netsparker - PHPaddressbook 9.0.0.1 - Multiple Cross-site scripting vulnerabilities
I have installed PHP addressbook version v9.0.0.1 on linux and it appears to be working as expected. However, I am unable to import any data. I have downloaded the sample.csv file and added my data but when I import it I just get a white screen and only the first line is imported. I tried dos2unix on the csv file and got the same result. I imported just the dummy data in the sample csv file and then did an export, edited the exported file and tried to import that and got the same result. I have even...
Looks like it's a yes.
I am getting this error as well. Any help out there?
Did you giys figure this one out?
Contact Photo not being saved.
Addressbook v9.0.0.1 root# php -v PHP 7.0.30-0ubuntu0.16.04.1 (cli) ( NTS ) Copyright (c) 1997-2017 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies with Zend OPcache v7.0.30-0ubuntu0.16.04.1, Copyright (c) 1999-2017, by Zend Technologies root# mysql -V mysql Ver 14.14 Distrib 5.7.22, for Linux (x86_64) using EditLine wrapper I edited config/cfg.db.php to point to my local database with correct user/password information [page 2 of User Guide] root# mysql -u addressbook...
Addressbook v9.0.0.1 root# php -v PHP 7.0.30-0ubuntu0.16.04.1 (cli) ( NTS ) Copyright (c) 1997-2017 The PHP Group Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies with Zend OPcache v7.0.30-0ubuntu0.16.04.1, Copyright (c) 1999-2017, by Zend Technologies root# mysql -V mysql Ver 14.14 Distrib 5.7.22, for Linux (x86_64) using EditLine wrapper I edited config/cfg.db.php to point to my local database with correct user/password information [page 2 of User Guide] root# mysql -u addressbook...
Hi All, I've created a docker-compose file to run php-addressbook which might be handy for others as well :-) docker-compose.yml version: '3.3' services: phpaddressbook: container_name: addressbook_www image: php:7.1-apache-stretch restart: always ports: - "8080:80" volumes: - ./data/www:/var/www/html/ command: > sh -c "docker-php-ext-install mysqli && apt-get update && apt-get install -y libfreetype6-dev libjpeg62-turbo-dev libpng-dev && docker-php-ext-configure gd --with-freetype-dir=/usr/include/...
Иконки
Error on log out screen
whole table is on right side of screen
Hello, When I try to import sql file into addressbook mysql database with: mysql -u root -p -Daddressbook <addressbook.sql It returns: ERROR 1171 (42000) at line 12: All parts of a PRIMARY KEY must be NOT NULL; if you nee d NULL in a key, use UNIQUE instead It happens same if I do it via phpmyadmin It means that deprecated field is part of PRIMARY KEY as it says here: PRIMARY KEY (id,deprecated,domain_id), But can't be default as it's defined here: deprecated datetime default NULL, So please, fix...
Produces two errors on the page
Great to hear the problem is solved. Have a lot of fun. Jan Turansky turda@users.sf.net schrieb am So., 3. Dez. 2017, 07:17: offcourse i did, i couldn't make it work though. Found out i had a mistake in ip range. Thx [feature-requests:#102] https://sourceforge.net/p/php-addressbook/feature-requests/102/ read only wthout logging in* Status: closed Group: Next_Release_(example) Created: Fri Dec 01, 2017 06:52 PM UTC by Jan Turansky Last Updated: Sun Dec 03, 2017 06:14 AM UTC Owner: nobody Hello, could...
offcourse i did, i couldn't make it work though. Found out i had a mistake in ip range. Thx
read only wthout logging in
Did you read the manual? Jan Turansky turda@users.sf.net schrieb am Fr., 1. Dez. 2017 um 19:52 Uhr: [feature-requests:#102] https://sourceforge.net/p/php-addressbook/feature-requests/102/ read only wthout logging in* Status: open Group: Next_Release_(example) Created: Fri Dec 01, 2017 06:52 PM UTC by Jan Turansky Last Updated: Fri Dec 01, 2017 06:52 PM UTC Owner: nobody Hello, could you please write me how to configure Address book, to auto log in as a read only user. Similary as you have it in DEMO...
read only wthout logging in
Danke für die Rückmeldung. Was uns noch aufgefallen ist. Auf einem Apache MAMP Server werden die icons nicht mehr richtig angezeigt. anscheinend sei das ein Problem des Apache Servers der für seine Icons das Verzeichnis nutze. Aber wenn ich dieses in images umschreibe und in den Codes eine Änderung mache dann scheint er die Listenfunktionen vorallem löschen aus Listen nicht mehr sauber abzuarbeiten. Wäre es möglich dieses Phänomen zu verbessern. anstatt icons im icon Ordner einen anderen Ordnernamen....
Changing PHP to 7.0
Changing PHP to 7.0
Needed a DB-Access-Upgrade Fixed in v9.0.0.1
could you maybe list the columns affected?
Incorrect version in version 9.0.0.0
ooooh no - build & uploaded 9.0.0.1 to fix this
Incorrect version in version 9.0.0.0
PHP Addressbook 9.0.0.0
Cannot find the page mentioned above.
I didn't abandon it yet, but there was littel (= no changes for a long time)
no longer maintained?
is this project abandoned?
project dead
After adding photo in to a contact and saving changes, nothing hapens. Returning to main page and after opening contact there is no photo. Using last version of address book Please help, maybe i do something wrong
how many contacts u havE?
works fine :)
You can use it for 4000 contacts adn photos? my db have already 8mb and only have 200 contacts and 20 photos.
are u using php7?
did you edit any php file?
Howdy, I am new to all this php & apache stuff and I would really like some help with this. I am trying to install this programm but not able to get the database setup. I have read that I need to create my database and then add the information from the addressbook.sql file in the zip file.. I am using WAMP 3.0.6 on Windows 7 pro so that I can test it as localhost/addressbook. However all the ways that I have used phpmyadmin to get the information from the file to my database result in errors and...
Thanks Kevin :P
hi all I have added in the config.php in the disp_cols the department (field "dept") and it is displayed in the columns but without any content and with alert "Notice: Undefined variable: dept in ...\addressbook\index.php on line 243" Also I need insert the "dept" field in "Edit / add address book entry" for populate the db field It would be great if someone can help me regards
Hi, I wish I could use your software, but I'm runing Debian stretch where only PHP7...
ll parts of a PRIMARY KEY must be NOT NULL
possibility to choose canceling delete action
Add CANCEL button
Blank Screen no login info
Create account error
Display Frontbuttons Login and New Account
Changing PHP to 7.0
Error in displaying Icons
I'm trying to install php addressbook on XAMPP for OS X 7.0.8 (PHP Version 7.0.8)...
Hi! I'm writing here because i'm unable to import csv data... once i select the file...