HELP.!! i just follow up the instalation instruccions step by step... i stall MySQL, libraries, and some other usefull dependencies regarding MySQL... then I downloaded PHP-Nuke, untarded, follow the Install instructions and put it on the right paths... i reconfigure the config.php3 according my hosts with the database created following the manual.. and when i access the page, i have this error without any kind of graphic output.. I have other php3 pages running already on this site... the mysql server is located righ here on the same localhost.. The error message:
Fatal error: Call to unsupported or undefined function mysql_pconnect() in mainfile.php3 on line 23
Any comment about this..?
ThanX
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sounds to me like you don't have support for MySQL Compiled into PHP. You will have to
re-compile PHP now that you have MySQL installed and make sure it recognizes that MySQL
is installed. I you can get a PHP shared module for MySQL, you might be abe to avoid recompilation.
Bob Schader
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HELP.!! i just follow up the instalation instruccions step by step... i stall MySQL, libraries, and some other usefull dependencies regarding MySQL... then I downloaded PHP-Nuke, untarded, follow the Install instructions and put it on the right paths... i reconfigure the config.php3 according my hosts with the database created following the manual.. and when i access the page, i have this error without any kind of graphic output.. I have other php3 pages running already on this site... the mysql server is located righ here on the same localhost.. The error message:
Fatal error: Call to unsupported or undefined function mysql_pconnect() in mainfile.php3 on line 23
Any comment about this..?
ThanX
Sounds to me like you don't have support for MySQL Compiled into PHP. You will have to
re-compile PHP now that you have MySQL installed and make sure it recognizes that MySQL
is installed. I you can get a PHP shared module for MySQL, you might be abe to avoid recompilation.
Bob Schader