Activity for PHP Address Book

  • Robert Jansen Robert Jansen posted a comment on discussion Open Discussion

    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

  • Darwin Betancourt Darwin Betancourt posted a comment on discussion Open Discussion

    Hi @chatelao I did a PR, I hope these changes will be easy to integrate on master Regards

  • Darwin Betancourt Darwin Betancourt modified a comment on discussion Open Discussion

    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

  • Darwin Betancourt Darwin Betancourt modified a comment on discussion Open Discussion

    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

  • Darwin Betancourt Darwin Betancourt posted a comment on discussion Open Discussion

    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

  • Ireneusz Ireneusz posted a comment on discussion Open Discussion

    Hi, Can you provide a working version for PHP8?

  • Ireneusz Ireneusz posted a comment on discussion Open Discussion

    Hi, Can you provide a working version for PHP8?

  • Robert Jansen Robert Jansen posted a comment on discussion Open Discussion

    So is this the current version? Can I switch to PHP 8.X?

  • chatelao chatelao posted a comment on discussion Open Discussion

    Hi Darwin, please send me a pull-request over here: https://github.com/chatelao/php-addressbook/pulls

  • Chivale Chivale posted a comment on discussion Open Discussion

    Hi. If you can, please share (for me) your version. Version which I downloaded from here, not working on my srv. Best regards, Mario.

  • Darwin Betancourt Darwin Betancourt posted a comment on discussion Open Discussion

    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

  • Anonymous created ticket #103

    SSL compatible?

  • Alton Alton posted a comment on discussion Help

    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

  • Thomas Stalder Thomas Stalder modified a comment on discussion Help

    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.

  • Thomas Stalder Thomas Stalder posted a comment on discussion Help

    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.

  • Thomas Stalder Thomas Stalder posted a comment on discussion Help

    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?

  • Christer Berglund Christer Berglund posted a comment on discussion Help

    Hi. php-addressbook is a top project. Is there anyone who has emigrated the code to php8 and who might consider sharing it?

  • Gene Laratonda Gene Laratonda created ticket #184

    I will pay you to make it work as seen on the homepage of your project with the Google Maps integration.

  • chatelao chatelao posted a comment on ticket #183

    Since I have kids, mainenance got way harder :-)

  • chatelao chatelao posted a comment on ticket #183

    Hi, this would be great. - I recommend to use the master from here to start with: https://github.com/chatelao/php-addressbook

  • Anonymous created ticket #183

    Error! Could not select the database

  • Martin Huaman Martin Huaman posted a comment on discussion Help

    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

  • Martin Huaman Martin Huaman posted a comment on discussion Help

    I have the same problem. Is it possible to show the group to which a contact belongs in the details option?

  • Goran Todorov Goran Todorov posted a comment on discussion Help

    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.

  • Petr Krahulec Petr Krahulec posted a comment on discussion Help

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

  • Goran Todorov Goran Todorov posted a comment on discussion Help

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

  • Petr Krahulec Petr Krahulec posted a comment on discussion Help

    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.

  • Petr Krahulec Petr Krahulec modified a comment on discussion Help

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

  • Petr Krahulec Petr Krahulec posted a comment on discussion Help

    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.

  • Goran Todorov Goran Todorov posted a comment on discussion Open Discussion

    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.

  • Goran Todorov Goran Todorov modified a comment on discussion Help

    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.

  • Goran Todorov Goran Todorov posted a comment on discussion Help

    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?

  • Goran Todorov Goran Todorov posted a comment on discussion Help

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

  • Anonymous created ticket #182

    CSV Import problem

  • mark edwards mark edwards posted a comment on discussion Open Discussion

    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

  • typhubinhduong typhubinhduong posted a comment on discussion Help

    You should use manual install, user is admin, pass is secret!

  • torbeli torbeli posted a comment on discussion Help

    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

  • torbeli torbeli modified a comment on discussion Help

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

  • torbeli torbeli posted a comment on discussion Help

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

  • Anonymous created ticket #181

    No new group is created.

  • Clay Zevely Clay Zevely posted a comment on ticket #177

    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.

  • Clay Zevely Clay Zevely posted a comment on ticket #177

    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?

  • Anonymous created ticket #180

    Advisory from Netsparker - PHPaddressbook 9.0.0.1 - Multiple Cross-site scripting vulnerabilities

  • Kevin Hall Kevin Hall posted a comment on discussion Help

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

  • Justin Pfeil Justin Pfeil posted a comment on ticket #173

    Looks like it's a yes.

  • Justin Pfeil Justin Pfeil posted a comment on ticket #177

    I am getting this error as well. Any help out there?

  • Justin Pfeil Justin Pfeil posted a comment on discussion Help

    Did you giys figure this one out?

  • Mauricio Vas Mauricio Vas created ticket #179

    Contact Photo not being saved.

  • Craig Arno Craig Arno modified a comment on discussion Help

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

  • Craig Arno Craig Arno posted a comment on discussion Help

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

  • Dominik Dominik posted a comment on discussion Open Discussion

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

  • Anonymous created ticket #178

    Иконки

  • Anonymous created ticket #177

    Error on log out screen

  • Anonymous created ticket #176

    whole table is on right side of screen

  • Javier Polo Cózar Javier Polo Cózar posted a comment on discussion Help

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

  • Anonymous created ticket #175

    Produces two errors on the page

  • chatelao chatelao posted a comment on ticket #102

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

  • Jan Turansky Jan Turansky posted a comment on ticket #102

    offcourse i did, i couldn't make it work though. Found out i had a mistake in ip range. Thx

  • Jan Turansky Jan Turansky modified ticket #102

    read only wthout logging in

  • chatelao chatelao posted a comment on ticket #102

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

  • Jan Turansky Jan Turansky created ticket #102

    read only wthout logging in

  • Lomatu Lomatu posted a comment on ticket #168

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

  • chatelao chatelao modified ticket #168

    Changing PHP to 7.0

  • chatelao chatelao modified ticket #168

    Changing PHP to 7.0

  • chatelao chatelao posted a comment on ticket #168

    Needed a DB-Access-Upgrade Fixed in v9.0.0.1

  • chatelao chatelao posted a comment on ticket #172

    could you maybe list the columns affected?

  • chatelao chatelao modified ticket #174

    Incorrect version in version 9.0.0.0

  • chatelao chatelao posted a comment on ticket #174

    ooooh no - build & uploaded 9.0.0.1 to fix this

  • PHP Address Book PHP Address Book released /php-addressbook/addressbookv9.0.0.1.zip

  • Softaculous Admin Softaculous Admin created ticket #174

    Incorrect version in version 9.0.0.0

  • chatelao chatelao created a blog post

    PHP Addressbook 9.0.0.0

  • PHP Address Book PHP Address Book released /php-addressbook/addressbook.v9.0.0.0.zip

  • chatelao chatelao posted a comment on ticket #171

    Cannot find the page mentioned above.

  • chatelao chatelao posted a comment on ticket #171

    I didn't abandon it yet, but there was littel (= no changes for a long time)

  • Anonymous posted a comment on ticket #171

    no longer maintained?

  • Anonymous posted a comment on ticket #172

    is this project abandoned?

  • Anonymous created ticket #173

    project dead

  • Arseniy Arseniy posted a comment on discussion Help

    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

  • Nelson Costa Nelson Costa posted a comment on discussion Help

    how many contacts u havE?

  • Nelson Costa Nelson Costa posted a comment on discussion Help

    works fine :)

  • Nelson Costa Nelson Costa posted a comment on ticket #11

    You can use it for 4000 contacts adn photos? my db have already 8mb and only have 200 contacts and 20 photos.

  • Nelson Costa Nelson Costa posted a comment on discussion Help

    are u using php7?

  • Nelson Costa Nelson Costa posted a comment on discussion Help

    did you edit any php file?

  • Datsys100 Datsys100 posted a comment on discussion Help

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

  • Nelson Costa Nelson Costa posted a comment on discussion Help

    Thanks Kevin :P

  • Renato Renato posted a comment on discussion Help

    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

  • Miguel Miguel posted a comment on discussion Open Discussion

    Hi, I wish I could use your software, but I'm runing Debian stretch where only PHP7...

  • Anonymous created ticket #172

    ll parts of a PRIMARY KEY must be NOT NULL

  • Anonymous created ticket #101

    possibility to choose canceling delete action

  • Anonymous created ticket #100

    Add CANCEL button

  • Anonymous created ticket #171

    Blank Screen no login info

  • Raju Raju created ticket #170

    Create account error

  • Lomatu Lomatu created ticket #169

    Display Frontbuttons Login and New Account

  • Lomatu Lomatu created ticket #168

    Changing PHP to 7.0

  • Lomatu Lomatu created ticket #167

    Error in displaying Icons

  • Ermanno Friso Ermanno Friso posted a comment on discussion Help

    I'm trying to install php addressbook on XAMPP for OS X 7.0.8 (PHP Version 7.0.8)...

  • matteo sg matteo sg posted a comment on discussion Help

    Hi! I'm writing here because i'm unable to import csv data... once i select the file...

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.