Re: [PHP-DB] Fatal Error - Undefined function mysqli_connect

2011-09-04 Thread Lester Caine
Ben wrote: My server was upgraded to PHP 5.3.8 and MySQL 5.1.58 today and, since, I am getting a 500 error on any script requiring a DB connection. Upgraded from what? Sounds like the mysqli extension is no longer getting loaded. There will either be an error saying why, or it is still

RE: [PHP-DB] Fatal Error - Undefined function mysqli_connect

2011-09-04 Thread Ben
Lester wrote: Upgraded from what? Sounds like the mysqli extension is no longer getting loaded. There will either be an error saying why, or it is still commented out in the php.ini. Upgraded from PHP 4.3 and MySQL 4.1. Was using mysql_connect, but understand that mysqli is better/supported

Re: [PHP-DB] Fatal Error - Undefined function mysqli_connect

2011-09-04 Thread Lester Caine
Ben wrote: Upgraded from what? Sounds like the mysqli extension is no longer getting loaded. There will either be an error saying why, or it is still commented out in the php.ini. Upgraded from PHP 4.3 and MySQL 4.1. Was using mysql_connect, but understand that mysqli is better/supported

Re: [PHP-DB] Fatal error: Class 'Mail' not found in

2010-05-29 Thread Nilesh Govindarajan
On Sat, May 29, 2010 at 7:23 PM, win.a win@gmail.com wrote: Excuse me to trouble ,in my little application there's a mail function which i revoked the pear package require 'mail.php' when i test the app ,it show me Fatal error: Class 'Mail' not found ,i checked the mail.php no Class Mail?

Re: [PHP-DB] Fatal error: Call to undefined function pq_query()

2010-04-13 Thread Firan Corneliu
Are you sure you're not using q instead of g :) just to be sure, you can check if a function exists by using $boolExists = function_exists('any_function_name'); http://www.php.net/manual/en/function.function-exists.php On Tue, Apr 13, 2010 at 11:20 AM, Gary . php...@garydjones.name wrote:

Re: [PHP-DB] Fatal error: Call to undefined function pq_query()

2010-04-13 Thread Gary .
On Tue, Apr 13, 2010 at 10:40 AM, Firan Corneliu wrote: Are you sure you're not using q instead of g :) Err. My first thought was What a strange thing to ask. Then I looked... Thanks. I'd been looking at that for a good hour or so... *embarrassed* -- PHP Database Mailing List

RE: [PHP-DB] Fatal Error: Class 'mysqli' not found in...

2007-02-19 Thread Dwight Altman
So we are talking about MS Windows? I was shocked to see Linux antivirus offerings, so you had me concerned for a moment. I can only laugh at your calamity. Okay, I can offer something else. How about providing the list with the not found in... part? Perhaps put it where it is looking for it?

Re: [PHP-DB] Fatal Error: Class 'mysqli' not found in...

2007-02-19 Thread John Comerford
Have you tried using phpinfo() to make sure it's seeing your php.ini file ? Ralph E. Brickley wrote: Hello All, I have been using Apache 2, PHP5 and MySQL 4 and 5 for a long time, and recently had to wipe my box due to a virus! Now that I have everything reinstalled, I can NOT get

RE: [PHP-DB] Fatal Error: Class 'mysqli' not found in...

2007-02-19 Thread Ralph E. Brickley
. Problem solved. Thanks for all the help. I do laugh at my calamity... thought I must cry too! -Original Message- From: John Comerford [mailto:[EMAIL PROTECTED] Sent: Monday, February 19, 2007 3:33 PM To: Ralph E. Brickley Cc: php-db@lists.php.net Subject: Re: [PHP-DB] Fatal Error: Class

RE: [PHP-DB] fatal error

2004-11-29 Thread Gryffyn, Trevor
What version of PHP are you using? Did you develop it on one system then move it to 'production' and now it doesn't work? PHP 5 has SQLite functions built into it, but PHP 4 doesn't (I think I got that right). You may need to make sure your extensions are loading properly and such. Is it just

Re: [PHP-DB] fatal error

2004-11-27 Thread Huy Ton That
how do i remove myself off this list? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Fatal error message

2003-01-16 Thread Rich Gray
Jon Based on your include path does the script exist in any of these locations on your server? = /var/www/html/addrbk/Connections/addrbk.php or = /php/includes/Connections/addrbk.php = /usr/share/pear/Connections/addrbk.php If not then that's your problem, else you need to start looking at

Re: [PHP-DB] Fatal error: Call to undefined function: mysql_connect() ......

2002-10-14 Thread Jeffrey_N_Dyke
does the mysql section show up in phpinfo() ? is [shared] allowed in that configure argument? |-| | Jeff | KeaneIT - Presidents Landing | | | Suite: 200| | Outside: 617 -517-1772 | E-mail: | | [EMAIL PROTECTED]

RE: [PHP-DB] Fatal error: Call to undefined function: mysql_connect() ......

2002-10-14 Thread Vyas, Bhavin
-DB] Fatal error: Call to undefined function: mysql_connect() .. does the mysql section show up in phpinfo() ? is [shared] allowed in that configure argument? |-| | Jeff | KeaneIT - Presidents Landing | | | Suite: 200| | Outside

RE: [PHP-DB] Fatal error: Call to undefined function: mysql_conne ct() ......

2002-10-14 Thread Jeffrey_N_Dyke
] Subject: RE: [PHP-DB] Fatal error: Call to undefined function: 10/14/2002 11:14 AM mysql_conne ct

RE: [PHP-DB] Fatal error: Call to undefined function: mysql_conne ct() ......

2002-10-14 Thread Jeffrey_N_Dyke
[EMAIL PROTECTED] cc: '[EMAIL PROTECTED]' [EMAIL PROTECTED] 10/14/2002 11:43 AMSubject: RE: [PHP-DB] Fatal error: Call to undefined function

RE: [PHP-DB] Fatal error: Call to undefined function: mysql_connect() ......

2002-10-14 Thread Vyas, Bhavin
for all your help!!! Bhavin. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, October 14, 2002 11:46 AM To: Vyas, Bhavin Cc: '[EMAIL PROTECTED]' Subject: RE: [PHP-DB] Fatal error: Call to undefined function: mysql_conne ct() .. what are you passing

Re: [PHP-DB] Fatal error: Call to undefined function: mysql_conne ct() ......

2002-10-14 Thread Michael Mauch
Bhavin Vyas [EMAIL PROTECTED] wrote: I am using mysq. I tried to re-install using rpm, but didn't work. Will need to recompile. However, now, I am getting Mysql not loaded. My feeling is that there must be a simple way to load this module, just don't know how :-( You have to use

Re: [PHP-DB] Fatal error: Call to undefined function: pg_connect() in .....

2002-07-18 Thread Miles Thompson
Is PostgreSQL started with the -i switch? (I think that's the one; it exposes it to tcp/ip connections.) Check your PGSQL docs to be certain. Have you run a page with phpinfo? Is PostgreSQL support compiled into your installation of PHP? This is a file consisting of ? phpinfo(); ?, named

RE: [PHP-DB] Fatal error: Call to undefined function: pg_connect() in ...

2001-10-29 Thread Rick Emery
This means that PostgreSQL support was NOT compiled into PHP. Therefore, you cannot use PostgreSQL commands. -Original Message- From: Rodolfo Napoles [mailto:[EMAIL PROTECTED]] Sent: Monday, October 29, 2001 2:17 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Fatal error: Call to undefined

Re: [PHP-DB] Fatal error: Call to undefined function: pg_connect() in ...

2001-10-29 Thread Rodolfo Napoles
Is there a way to configure php (through the conf file?) to support the pg commands? Is there a manual (link) where I can find how to compile postgreSQL support into PHP? does it mean to compile PHP ? Thanks Rick Emery wrote: This means that PostgreSQL support was NOT compiled into PHP.

RE: [PHP-DB] Fatal error: Call to undefined function: pg_connect() in ...

2001-10-29 Thread Fotwun
. -Original Message- From: Rodolfo Napoles [mailto:[EMAIL PROTECTED]] Sent: Monday, October 29, 2001 1:43 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Fatal error: Call to undefined function: pg_connect() in ... Is there a way to configure php (through the conf file?) to support

Re: [PHP-DB] Fatal Error

2001-09-22 Thread Andreas D. Landmark
At 23.09.2001 02:41, you wrote: Hello, I was wondering if this means that my ISP doesnt support mysl commands in php. They use php3.0.18 and apache server. I get the following message. Pretty much. Your ISP has probably compiled PHP w/o mysql support, since they're running such an old version

Re: [PHP-DB] Fatal error

2001-08-24 Thread * RzE:
--- Original message --- From: Russ Michell [EMAIL PROTECTED] Date: Fri, Aug 24, 2001 at 12:47:42PM +0100 Message-ID: SIMEON.10108241242.N@k1c. anglia.ac.uk Subject: [PHP-DB] Fatal error Hi there folks - this isn't *entirley* a DB question so I'm putting on my flack Jacket right now: I

Re: RE: [PHP-DB] Fatal error

2001-08-24 Thread Russ Michell
Try to include your files with the command include_once() ... and not include() ... Well Br me! Cheers.. That did the job... I thank you sir! Cheers Russ On Fri, 24 Aug 2001 13:04:15 +0200 Walter, Marcel [EMAIL PROTECTED] wrote: Try to include your files with the command include_once()

RE: [PHP-DB] Fatal error: undefined function mysql_connect()

2001-04-30 Thread Lester June Cabrera
! Greetings Andi |-Ursprüngliche Nachricht- |Von: winescout [mailto:[EMAIL PROTECTED]] |Gesendet: Sonntag, 29. April 2001 20:44 |An: [EMAIL PROTECTED] |Betreff: Re: [PHP-DB] Fatal error: undefined function mysql_connect() | | |I am having the same problem. I followed the advice

Re: [PHP-DB] Fatal error: undefined function mysql_connect()

2001-04-29 Thread winescout
I am having the same problem. I followed the advice of the message below(? phpinfo()?), and can only find any mention of mySQL in my Configure area. It shows that I configured it with -with-mysql=share. What is the next step to solving this? Here is some more information that may be usefull.

Re: [PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()

2001-04-12 Thread Brian S. Dunworth
Such patience! You waited nearly 7 whole minutes before reposting your message! I don't run MySQL, so I'm not sure... but it looks like you probably don't have MySQL support in your version of PHP. Try: ?php phpinfo(); ? ...and see if it says you do. At 12:44 PM 4/13/01 -0400, franky

Re: [PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()

2001-04-12 Thread B. van Ouwerkerk
Such patience! You waited nearly 7 whole minutes before reposting your message! I don't run MySQL, so I'm not sure... but it looks like you probably don't have MySQL support in your version of PHP. Try: ?php phpinfo(); ? Also, include some more code.. Or even better, check out some of the

RE: [PHP-DB] Fatal error: Call to unsupported or undefined functi on mysql_connect()

2001-04-05 Thread Jason Vance
From: Patrick Dunford [mailto:[EMAIL PROTECTED]] Sent: April 4, 2001 5:17 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-DB] Fatal error: Call to unsupported or undefined functi on mysql_connect() On 4 Apr 2001 06:54:45 -0700 AD in php.db, Brunner, Daniel said: Hello... Either the Username or Passw

RE: [PHP-DB] Fatal error: Call to unsupported or undefined function mysql_connect()

2001-04-04 Thread Brunner, Daniel
Hello... Either the Username or Password or Database does not exist... Do this $db = mysql_connect(server, $user, $password) or die ("Sorry something is wrong"); $select = mysql_select_db("intranet", $db); or die ("Sorry something is wrong"); That way you can see if it

RE: [PHP-DB] Fatal error: Call to unsupported or undefined functi on mysql_connect()

2001-04-04 Thread Patrick Dunford
On 4 Apr 2001 06:54:45 -0700 AD in php.db, Brunner, Daniel said: Hello... Either the Username or Password or Database does not exist... NO!. "Call to undefined function" means it doesn't know the name of the function you are calling. if the function name is correct you either need to load

Re: [PHP-DB] Fatal error: Call to undefined function: () in add2.php on line 11

2001-02-26 Thread Joe Brown
back to the drawing board... Re-compile php --with-mysql ""jim and lois flaherty"" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... help , I have this problem I have redhat 7.0 mysql 3.23 and php-mysql rpm installed my code html head