I've been trying to install PHP addressbook version 8.2.5 for three hours now with no success.
I download and unzip addressbook.zip; then upload the files to my hosted server; then, I browse my server.
The database configuration screen appears. I introduce ALL the parameters there (DB server, DB name, DB username, DB password, a prefix "adb_" and check the history box. I click on the button to proceed... and nothing happens. Not even a single error message stating what's going on.
I have reuploaded the files, recreated the database, re-done everything I don't know how many times. I can't go past this initial page.
I've installed the same version on my local computer, where I have a WAMP setup. The initial screen shows some garbage, but besides this, once that I introduce the DB parameters, I can get to the log in screen and proceed.
Any ideas? I have installed other PHP + MySQL packages in this server without problems.
Thanks for your help. Merry Christmas!
Jose.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi to all.
I've been trying to install PHP addressbook version 8.2.5 for three hours now with no success.
I download and unzip addressbook.zip; then upload the files to my hosted server; then, I browse my server.
The database configuration screen appears. I introduce ALL the parameters there (DB server, DB name, DB username, DB password, a prefix "adb_" and check the history box. I click on the button to proceed... and nothing happens. Not even a single error message stating what's going on.
I have reuploaded the files, recreated the database, re-done everything I don't know how many times. I can't go past this initial page.
I've installed the same version on my local computer, where I have a WAMP setup. The initial screen shows some garbage, but besides this, once that I introduce the DB parameters, I can get to the log in screen and proceed.
Any ideas? I have installed other PHP + MySQL packages in this server without problems.
Thanks for your help. Merry Christmas!
Jose.
Have you created the tables?
Once you have created the database, issue the following command
$ mysql -u root -p <database-name> < addressbook.sql</database-name>
to create the tables needed
Hello how can i limit the number of entries displyed in the first page? in
what query i have to insert the LIMIT code?
Thank you very much