It looks like you may not have mysql support properly installed in
php.  Normally phpinfo will have a section with a mysql heading that
shows Client API version and, MYSQL_SOCKET, and other mysql specific
information, but you don't have that showing. so you are probably
missing the mysql support.

Paul

On 7/11/06, Lorell Hathcock <[EMAIL PROTECTED]> wrote:
>
>
> I am installing CitrusDB for the first time.
>
> My platform is:
>
> # uname -a
> Linux tickets.emcsol.com 2.6.9-34.0.1.EL #1 Wed May 24 07:40:56 CDT 2006
> i686 i686 i386 GNU/Linux
>
> # httpd -v
> Server version: Apache/2.0.52
>
> MySQL server version: 5.0.18
>
> # php -v
> PHP 4.3.9 (cgi) (built: Apr 25 2006 09:39:58)
>
> PHP seems to have been compiled with MySQL support.
>
> Here is a link to my a phpinfo() page:
>
> http://backoffice.emcsol.net/test.php
>
> Here's a link to my URL for CitrusDB:
>
> http://backoffice.emcsol.com/citrusdb/index.php
>
> When I call up the index.php for the first time, nothing comes up.
>
> I go to the command line:
>
> # php index.php
> PHP Notice:  Undefined variable:  l_deleteuser in
> /var/www/html/backoffice.emcsol.net/citrusdb/include/local/us-english.inc.php
> on line 111
> PHP Fatal error:  Call to undefined function:  mysql_connect() in
> /var/www/html/backoffice.emcsol.net/citrusdb/include/adodb/drivers/adodb-mysql.inc.php
> on line 345
> Content-type: text/html
> X-Powered-By: PHP/4.3.9
>
> I get the same errors in /var/log/httpd/error_log when called from a
> browser:
>
> [client my.ip.add.ress] PHP Notice:  Undefined variable:  l_deleteuser in
> /var/www/html/backoffice.emcsol.net/citrusdb/include/local/us-english.inc.php
> on line 111
> [client my.ip.add.ress] PHP Fatal error:  Call to undefined function:
> mysql_connect() in
> /var/www/html/backoffice.emcsol.net/citrusdb/include/adodb/drivers/adodb-mysql.inc.php
> on line 345
>
> I verified that the settings in ./include/config.inc.php are correct.
> (Except for the $hidden_hash_var.  I do not know how to verify it.)
>
> Google searches are in conclusive on this error.
>
> What am I doing wrong?
>
> Lorell Hathcock
>
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>
>
> _______________________________________________
> Citrusdb-users mailing list
> Citrusdb-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/citrusdb-users
>
>
>


-- 
The CitrusDB Project | http://www.citrusdb.org
Open Source Customer Care & Billing System


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Citrusdb-users mailing list
Citrusdb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/citrusdb-users

Reply via email to