phonebook error

Hi folks!

Whenever I try to open the phonebook the following message appears:

Fatal error: Call to undefined function mysql_pconnect() in /var/www/html/fop2/lib/dblib.php on line 47.

Can anybody help me with this?

Also when I tried to grant privileges to fop2 on fop2 database:

mysql -u root -pXXXXX -e "grant all privileges on fop2.* to fop2@'localhost' \
> identified by 'myPassw0rd'";

I received the following message:

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

Thanks a lot!!!

Comments

  • The visual phonebook requires php and mysql to be installed and running. You need to create a database and a table and give proper mysql credentials to the php application so it can read and write to the table. You also have to configure the language for the php application. In order to start, be sure to create a database for mysql using the proper password (replace XXXXX with your mysql root password):

    And This[/url:dyl6jse3]
Sign In or Register to comment.