From: Ray M. <ra...@st...> - 2002-09-23 12:27:50
|
Sounds like the PHPhelpdesk cannot connect to your MySQL server. Did you edit /var/www/html/config/db.conf.php and put in your account info? <?php //database config $db_server =3D "localhost"; //database server location $db_type =3D "mysql"; //mysql, pgsql, = oracle, etc.. $db_db =3D "phphelpdesk"; //database to use $db_username =3D "phpusername"; //username for $db_db $db_password =3D "password"; //password for $db_db ?> -----Original Message----- From: root [mailto:vmo...@as...]=20 Sent: Friday, September 20, 2002 9:21 PM To: php...@li... Subject: [Phphelpdesk-help] Can you help me? Hello! I install phphelpdesk, but I have a problem when launch the server this the fatal error mesage: Call to undefined function: mysql_connect() in=20 /var/www/html/includes/connect.inc.php on line 10 Thanks Victor Hugo ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Phphelpdesk-help mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phphelpdesk-help |