Colin,
Your problem is the result of possibly two things. You may not have mysql support on your PHP. Make sure that you have mysql support, otherwise PHP will not have the necessary functions. Check out
http://www.php.net/manual/en/installation.php
The second thing that could be wrong is that you haven't enabled mysqlp_connect() in your php.ini. To see if this is set go to your php.ini and make sure the following is set.
[MySQL] ; Allow or prevent persistent links. mysql.allow_persistent = On ...
I hope that helps.
Zach Keatts Software Engineer Nuvio.com
Colin Jordan wrote:
I get the following error when running serweb:
*Fatal error*: Call to undefined function: mysql_pconnect() in */var/www/html/phplib/db_mysql.inc* on line *73***
Please help!!
DISCLAIMER: The information in this message is confidential and is legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized.If receiving in error please accept our apologies and notify the sender immediately. You must also delete the original message from your machine. If you are not the intended recipient, any use, disclosure, copying, distribution or action taken in reliance of it, is prohibited and maybe unlawful.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers