Re: PHP/MySQL problem SOLVED

2002-12-26 Thread Steve
On 12/25/2002 6:54 PM, Michael Olds wrote: This problem solved. PHP was working fine, MySql was working fine, MySql support was built into the PHP Apache module ok, but the PHP MySql module was not installed. That gets me every time. ;) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

RE: PHP/MySQL problem SOLVED

2002-12-26 Thread Michael Olds
Three teeth-grinding days! -Original Message- From: Steve [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 26, 2002 8:29 AM To: [EMAIL PROTECTED] Subject: Re: PHP/MySQL problem SOLVED On 12/25/2002 6:54 PM, Michael Olds wrote: This problem solved. PHP was working fine, MySql

RE: PHP/MySQL problem SOLVED

2002-12-25 Thread Michael Olds
, December 24, 2002 2:24 PM To: Debian-User Subject: PHP/MySQL problem OK I need a little help here, some insight into what may be going wrong. Setting up on a Debian Woody with Apache; trying to install a PHP BB script. I have checked in with the script folks but I need to work this from both

PHP/MySQL problem

2002-12-24 Thread Michael Olds
OK I need a little help here, some insight into what may be going wrong. Setting up on a Debian Woody with Apache; trying to install a PHP BB script. I have checked in with the script folks but I need to work this from both ends. The PHP module is set up and working (I have uncommented the

Re: bookmarker/PHP/MySQL problem

2000-11-18 Thread Corey Popelier
Yes you need a line under Dynamic Extensions that says: extension=mysql.so Cheers, Corey J. Popelier http://members.dingoblue.net.au/~pancreas On Fri, 17 Nov 2000, John Griffiths wrote: Fatal error: Call to unsupported or undefined function mysql_pconnect() in

Re: bookmarker/PHP/MySQL problem

2000-11-18 Thread John S. J. Anderson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Corey Popelier [EMAIL PROTECTED] writes: Yes you need a line under Dynamic Extensions that says: extension=mysql.so Actually, I've _got_ that line in /etc/php3/apache/php3.ini. To re-iterate, bookmarker *was* working; I can only assume that the

bookmarker/PHP/MySQL problem

2000-11-16 Thread John S. J. Anderson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greetings -- I use the bookmarker deb to store my web bookmarks, because I was already running a local webserver, and it seemed like the best solution to the where did I bookmark that site problem when bouncing around (as I currently am) between

Re: bookmarker/PHP/MySQL problem

2000-11-16 Thread John Griffiths
Fatal error: Call to unsupported or undefined function mysql_pconnect() in /var/www/bookmarker/lib/phplib/db_mysql.inc on line 73 I was going to ask about this very same error message myself, encountered using different code... php3, apache, mysql, php3-mysql all

Re: Apache-ssl php/MySQL problem

1999-08-23 Thread finn
Ashley Clark wrote: On Sun, 22 Aug 1999, Andrew Glover wrote: LoadModule something /usr/lib/php3/apache/mysql.so Thanks for [both of yours] help. And sorry for the duplicate post by me. Andrew. -- Andrew Glover

Apache-ssl php/MySQL problem

1999-08-22 Thread finn2000
Hi, Ive got a problem with php / mysql. Ive installed php3-mysql, although it doesnt want to load. apacheconfig doesnt even attempt to load it. After playing I figured out to add: LoadModule auth_mysql_module /usr/lib/apache/1.3/mod_auth_mysql.so into httpd.conf, but im also guessing I

Re: Apache-ssl php/MySQL problem

1999-08-22 Thread Gergely Madarasz
On Sun, 22 Aug 1999 [EMAIL PROTECTED] wrote: Hi, Ive got a problem with php / mysql. Ive installed php3-mysql, although it doesnt want to load. apacheconfig doesnt even attempt to load it. After playing I figured out to add: LoadModule auth_mysql_module

Apache-ssl php/MySQL problem

1999-08-22 Thread Andrew Glover
Hi, Ive got a problem with php / mysql. Ive installed php3-mysql, although it doesnt want to load. apacheconfig doesnt even attempt to load it. After playing I figured out to add: LoadModule auth_mysql_module /usr/lib/apache/1.3/mod_auth_mysql.so into httpd.conf, but im also guessing I

Re: Apache-ssl php/MySQL problem

1999-08-22 Thread Ashley Clark
On Sun, 22 Aug 1999, Andrew Glover wrote: LoadModule something /usr/lib/php3/apache/mysql.so Close. You don't need the line you had here, just put in /etc/php3/apache/php3.ini a line saying extension=mysql.so and then restart apache, then your MySQL pages should load You might also want other