On Thu, 2002-06-06 at 23:17, [EMAIL PROTECTED] wrote: > Hi, all Greetings! > When I created company database in Nadmin as system administrator on RC 2, > I got this error message: > > Fatal error: Call to undefined function: mysql_pconnect() in ROOT(797) : > eval()'d code on line 87 > > Any suggestion?
You need the MySQL module in your PHP. If you built PHP from sources, add a --with-mysql as configure option. If you used RPM packages, you need to install the php-mysql package: http://rpmfind.net/linux/rpm2html/search.php?query=php-mysql > Rene /Bergie -- Henri Bergius [EMAIL PROTECTED] Consultant Partner Tel: +358-20-198 6032 Nemein Oy http://www.nemein.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
