[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] mysqlconnect() not supported in php 4.0.6 ?????
- Subject: Re: [cobalt-users] mysqlconnect() not supported in php 4.0.6 ?????
- From: "Charles Williams" <hosting.mailing.list.account@xxxxxxxxxxxxxxx>
- Date: Fri Sep 7 21:20:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
----- Original Message -----
From: "R. Hamburg" <cobalt@xxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Cc: <pkgmaster@xxxxxxx>
Sent: Friday, September 07, 2001 11:31 PM
Subject: [cobalt-users] mysqlconnect() not supported in php 4.0.6 ?????
> Hello,
>
> I have upgraded to the new supplied php version from
> http://pkg.nl.cobalt.com/packages/raq/4/ Everything seemed working fine
> however. One of my clients is using a mysql database for his guestbook.
> Since I upgraded to php4.0.6 he is getting the following error when trying
> to open his
>
> guestbook:
> Fatal error: Call to undefined function: mysql_connect() in
> /home/sites/site14/web/nl/guestbook_show.php on line 16
>
> & Poll
> Fatal error: Call to undefined function: mysql_pconnect() in
> /home/sites/site14/web/poll/include/mysql.inc.php on line 8
>
>
> Does this error ring a bell to some experienced mysql user(s). Is it
> possible that the mysql_connect()/ mysql_pconnect() function is no longer
> supported in php4.0.6
> Is there a work around for it ? I have several other customers using mysql
> but they haven't complaint (yet) about this issue.
>
> Can somebody shine some light on this matter for me ? In this case we used
a
> raq4 server. Perhaps it is good to know that phpmyadmin is still running,
> and as far as I know this app also uses the mysql_connect().
> Suggestions are more than welcome. :)
>
> --- R. Hamburg
>
make sure the mysqllib.so is being loaded.
chuck