Restart apache and make sure that the mysql extension is being loaded in
the php.ini file (phpinfo() gives you the path to php.ini, use the
extension directive to tell php to load a module).

Jason

> -----Original Message-----
> From: Alan Curtis [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 06, 2004 1:14 PM
> To: Sheets, Jason (OZ CEEDR)
> Cc: [EMAIL PROTECTED]
> Subject: Re: phpwiki
> 
> I installed php4-mysql. Is there more I have to do? <?php phpinfo();
?>
> does not indicate any mysql stuff and phpwiki still does not work.
> There is probably some option I have to set when compiling php?
> 
> Alan
> 
> On Oct 6, 2004, at 2:37 PM, Sheets, Jason (OZ CEEDR) wrote:
> 
> > mysql_pconnect is MySQL functionality, make sure your PHP
installation
> > has MySQL support.
> >
> > You can find out by making a page named putting <?php phpinfo(); ?>
and
> > then visiting it in your web browser.
> >
> > Jason
> >
> >
> >
> >> -----Original Message-----
> >> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> >> [EMAIL PROTECTED] On Behalf Of Alan Curtis
> >> Sent: Wednesday, October 06, 2004 12:27 PM
> >> To: [EMAIL PROTECTED]
> >> Subject: phpwiki
> >>
> >> I am trying to install the phpwiki port using mysql, following the
> >> instructions in /usr/local/share/doc/phpwiki. I get to testing the
> >> installation by loading http://localhost/phpwiki/index.php and I
get
> >> the error
> >>
> >> Fatal error: Call to undefined function: mysql_pconnect()
> >>
> >> Any suggestions?
> >>
> >> Alan
> >>
> >> _______________________________________________
> >> [EMAIL PROTECTED] mailing list
> >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >> To unsubscribe, send any mail to "freebsd-questions-
> >> [EMAIL PROTECTED]"
> >

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to