On Wed, 2002-05-15 at 15:23, Alexander Rigo wrote: > Fatal error: Call to undefined function: mysql_pconnect() in > snippet:///hklc_adminsite_host/lib/mysql.db.inc.php3 on line 87 > > Is it possible, that nadmin is not corretly installed?
Your PHP installation does not have MySQL functions defined. If you installed PHP from sources, recompile it with --with-mysql Otherwise try to find the required php-mysql package for your distribution. > Alex /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]
