Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Dereck R. Bauer on September 28, 2000, 11:14:36 PM

Title: WebMail / Imp
Post by: Dereck R. Bauer on September 28, 2000, 11:14:36 PM
When I try to go ot the HORDE directory then click on IMP I get
the following message >>Fatal error: Call to undefined
function: mysql_pconnect() in db_mysql.inc on line 73 I can't
seem to fnd where this is coming from.
Title: RE: WebMail / Imp
Post by: Tim Litwiller on September 29, 2000, 02:58:59 AM
your sure that mysql is installed and running?
and also the the php_mysql module is installed?

If you are not sure go back to Dan's web page and reread his instructions and see if you followed them exactly. because there are a bunch of us that know it does work if the dirrections are followed exactly.

If you are sure that everything has been installed correctly, then uninstall rpm -e all the modules and start over.
Title: RE: WebMail / Imp
Post by: Nef Kho on September 29, 2000, 05:57:30 AM
I did have the same problem and heres how to fixed it by Dan Brown himslf.

> of " Fatal Error: call to undefined function:
> mysql_pconnect() in db_mysql.inc on line 73"

 You haven't installed mod_php-mysql.  Read the directions on my page, make sure all the required
packages are installed, and try again.  In particular, make sure mod_php-imap is also installed.

 Install mod_php-mysql and reboot it afterwards...
Title: RE: WebMail / Imp
Post by: Dan Brown on September 29, 2000, 06:41:47 AM
No need at all to reboot.  Just run "service httpd restart" after installing mod_php-mysql.