Issue
Php function mysql_pconnect fails with an error message of :
Cause
Because we employ php as a fastcgi script to enhance security for your
website, there are no persistent connections available as there are when php is
configured as an apache module.
Solution
You will need to recode your application to use the mysql_connect function
(or some other suitable function) instead.
|