Re: [PHP] Call to undefined function

2011-06-23 Thread Shiplu Mokaddim
Sent from a handheld device On 24-Jun-2011, at 5:53 AM, ad...@buskirkgraphics.com wrote: I am running a scheduled task for the first time since switching from linux to Windows IIS I am getting an error when the task runs. Fatal error: Call to undefined function mysql_connect() I

RE: [PHP] Call to undefined function

2011-06-23 Thread admin
-general@lists.php.net Subject: Re: [PHP] Call to undefined function Sent from a handheld device On 24-Jun-2011, at 5:53 AM, ad...@buskirkgraphics.com wrote: I am running a scheduled task for the first time since switching from linux to Windows IIS I am getting an error when the task runs

Re: [PHP] call to undefined function which is defined

2007-06-11 Thread Jim Lucas
Bing Du wrote: Hi, RHEL 4 PHP 4.3.9 Apache 2.0.52 Without knowing much about the web application we use, can anybody tell me what kind of situation could trigger the following 'call to undefined function' error? PHP Fatal error: Call to undefined function: encryptchar code() in

Re: [PHP] Call to undefined function mysql_real_escape_string()]

2005-12-08 Thread David Grant
Try using mysqli, instead of mysql. Have you tried Joomla! support channels? Paul Hickey wrote: Can someone help me overcome this recurring problem? I am using the Joomla content management system and I keep coming across the following errors. Fatal error: Call to undefined function

Re: [PHP] Call to undefined function mysql_real_escape_string()]

2005-12-08 Thread Paul Hickey
I have PHP compiled with mysqli. The standard answer from the Joomla forums is that I need to have mysql vice mysqli. I was looking for a more global solution than having to modify the code for every component, module, mambot I want to use. I don't understand why I'm getting undefined function

Re: [PHP] Call to undefined function mysql_real_escape_string()]

2005-12-08 Thread David Grant
Is there no way to specify the database functions in Joomla? You're getting undefined function because you haven't compiled it with mysql, but mysqli instead, which means the functions you need are prefixed with mysqli instead of mysql. Paul Hickey wrote: I have PHP compiled with mysqli. The

Re: [PHP] Call to undefined function mysql_real_escape_string()]

2005-12-08 Thread John Nichel
Paul Hickey wrote: Can someone help me overcome this recurring problem? I am using the Joomla content management system and I keep coming across the following errors. Fatal error: Call to undefined function mysql_real_escape_string() in /usr/local/apache2/htdocs/common.php on line 24 Fatal

Re: [PHP] Call to undefined function mysql_real_escape_string()]

2005-12-08 Thread John Nichel
Paul Hickey wrote: I have PHP compiled with mysqli. The standard answer from the Joomla forums is that I need to have mysql vice mysqli. I was looking for a more global solution than having to modify the code for every component, module, mambot I want to use. I don't understand why I'm getting

Re: [PHP] Call to undefined function mysql_real_escape_string()]

2005-12-08 Thread David Grant
Hi John, John Nichel wrote: Paul Hickey wrote: I don't understand why I'm getting undefined function errors. PHP.ini has no reference to mysqli. I don't know if changing this would enable the functions specific to PHP 4.x. In your configuration line (how php was configured then compiled),

Re: [PHP] Call to undefined function mysql_real_escape_string()]

2005-12-08 Thread Curt Zirzow
On Thu, Dec 08, 2005 at 08:32:56AM -0500, Paul Hickey wrote: I have PHP compiled with mysqli. The standard answer from the Joomla forums is that I need to have mysql vice mysqli. I was looking for a more global solution than having to modify the code for every component, module, mambot I

Re: [PHP] Call to undefined function mysql_real_escape_string()

2005-12-07 Thread John Nichel
Paul Hickey wrote: Can someone help me overcome this recurring problem? I am using the Joomla content management system and I keep coming across the following errors. Fatal error: Call to undefined function mysql_real_escape_string() in /usr/local/apache2/htdocs/common.php on line 24 Fatal

Re: [PHP] Call to undefined function ora_logon()

2005-07-05 Thread Richard Lynch
On Tue, July 5, 2005 6:14 am, Chuck Carson said: I saw a document that said to build with --with-oci8 AND --with-oracle, however --with-oracle doesn't work with 10g. (it complains about not finding the correct libraries) Where are your Oracle 10g headers and libraries? What did you pass in to

Re: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread Jason Wong
On Friday 18 June 2004 18:07, michael watson (IAH-C) wrote: So, my question is, having not compiled php with that switch in the first place, how can I get the functionality I need into PHP without breaking everything else? In general, you can recompile PHP to your hearts content without

RE: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread michael watson (IAH-C)
to undefined function... But NEVER from the command line using php, always from apache using php. Mick -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: 18 June 2004 13:59 To: [EMAIL PROTECTED] Subject: Re: [PHP] Call to undefined function: bindtextdomain() On Friday 18

Re: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread Jason Wong
On Friday 18 June 2004 21:10, michael watson (IAH-C) wrote: Test.php (which merely executes ? Phpinfo(); ? seems to think I still have PHP version 4.3.3, vene though the output of /usr/local/bin/php -v is 4.3.7. If I log in as my apache user, and execute which php, it tells me

RE: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread michael watson (IAH-C)
So in that case, if I want to upgrade the php that apache and mod_php use, I have to re-install apache, mod_php and php all over again? -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: 18 June 2004 14:20 To: [EMAIL PROTECTED] Subject: Re: [PHP] Call to undefined

Re: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread Jason Wong
On Friday 18 June 2004 21:26, michael watson (IAH-C) wrote: So in that case, if I want to upgrade the php that apache and mod_php use, I have to re-install apache, mod_php and php all over again? No. Assuming you installed apache-module of php using apxs then recompiling php and 'make

RE: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread michael watson (IAH-C)
Hi Jason Sorry to be a pain. I didn't use apxs, I installed apache and php from source using a devshed.com recipe. Mick -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: 18 June 2004 14:46 To: [EMAIL PROTECTED] Subject: Re: [PHP] Call to undefined function

RE: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread michael watson (IAH-C)
Thanks :-) Mick -Original Message- From: michael watson (IAH-C) Sent: 18 June 2004 14:51 To: Jason Wong; [EMAIL PROTECTED] Subject: RE: [PHP] Call to undefined function: bindtextdomain() Hi Jason Sorry to be a pain. I didn't use apxs, I installed apache and php from source using

Re: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread Jason Wong
On Friday 18 June 2004 21:50, michael watson (IAH-C) wrote: Sorry to be a pain. I didn't use apxs, I installed apache and php from source using a devshed.com recipe. It's been years since I last did a non-apxs install. OK you was using the soothingly... guide. Basically repeat the necessary

RE: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread michael watson (IAH-C)
To: [EMAIL PROTECTED] Subject: Re: [PHP] Call to undefined function: bindtextdomain() On Friday 18 June 2004 21:50, michael watson (IAH-C) wrote: Sorry to be a pain. I didn't use apxs, I installed apache and php from source using a devshed.com recipe. It's been years since I last did a non

Re: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread John Nichel
michael watson (IAH-C) wrote: Hi Jason I tried that. I am still left with two versions of php - the one from the command line which has gettext compiled into it (4.3.7), and the one which apache uses, which hasn't (4.3.1). Mick Did you restart Apache after you compiled the newer version? -- John

Re: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread Jason Wong
On Friday 18 June 2004 22:15, michael watson (IAH-C) wrote: ./configure --with-mysql=/usr/ --with-xml --with-gettext --with-apxs=/usr/local/apache/bin/apxs make make install Everything worked fine apart from I am in exactly the same situation. Apache is working with one version of php and

RE: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread michael watson (IAH-C)
OK, that worked :-) Now, do I really trust myself to do rm -rf /usr/local/apache/ on my production server? *strokes chin* Thanks for the help guys :-) -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: 18 June 2004 15:40 To: [EMAIL PROTECTED] Subject: Re: [PHP] Call

Re: [PHP] Call to undefined function: bindtextdomain()

2004-06-18 Thread Jason Wong
On Friday 18 June 2004 22:44, michael watson (IAH-C) wrote: OK, that worked :-) Now, do I really trust myself to do rm -rf /usr/local/apache/ on my production server? *strokes chin* mv /usr/local/apache /some/directory/that/will/never/be/accidently/deleted -- Jason Wong - Gremlins

Re: [PHP] Call to undefined function: mail() with SUSE 9.1

2004-06-02 Thread Marek Kilimajer
Chris W wrote: I just moved my site to a new install of SUSE 9.1 and get the error.. Call to undefined function: mail() when ever I try to send a message. What is the easiest way to fix this since suse used postfix instead of sendmail. Hmm, weird. The function should always be available, it's

Re: [PHP] Call to undefined function: mail() with SUSE 9.1

2004-06-02 Thread John Nichel
Chris W wrote: I just moved my site to a new install of SUSE 9.1 and get the error.. Call to undefined function: mail() when ever I try to send a message. What is the easiest way to fix this since suse used postfix instead of sendmail. You'll have to set the path to postfix's sendmail

Re: [PHP] Call to undefined function: mail() with SUSE 9.1

2004-06-02 Thread Curt Zirzow
* Thus wrote Chris W ([EMAIL PROTECTED]): I just moved my site to a new install of SUSE 9.1 and get the error.. Call to undefined function: mail() when ever I try to send a message. What is the easiest way to fix this since suse used postfix instead of sendmail. This happens when php is

Re: [PHP] Call to undefined function: dbase_open()

2004-04-13 Thread Joukje de Haan
Yes, the ./configure string includes enable-dbase. But that's the only place I see the word dbase on the page. John Nichel wrote: Joukje wrote: Hi, I tried to open a dbf with, but I got an error message: Call to undefined function: dbase_open(). PHP was compiled (on linux) with the

Re: [PHP] Call to undefined function: dbase_open()

2004-04-13 Thread William Lovaton
May be you should load the corresponding extension in your php.ini and restart the web server. Something like this: extension=dbase.so Then look back at your phpinfo(), you should see information about that module. -William El mar, 13-04-2004 a las 02:26, Joukje de Haan escribió: Yes, the

RE: [PHP] Call to undefined function: dbase_open()

2004-04-09 Thread Jay Blanchard
[snip] I tried to open a dbf with, but I got an error message: Call to undefined function: dbase_open(). PHP was compiled (on linux) with the option enable-dbase. Does anyone have an idea of what's wrong? [/snip] Have you run phpinfo() to make sure the option is in? -- PHP General Mailing List

Re: [PHP] Call to undefined function: dbase_open()

2004-04-09 Thread John Nichel
Joukje wrote: Hi, I tried to open a dbf with, but I got an error message: Call to undefined function: dbase_open(). PHP was compiled (on linux) with the option enable-dbase. Does anyone have an idea of what's wrong? Joukje When you look at a phpinfo() on that server, do you see the enable-dbase

Re: [PHP] Call to undefined function: vadmin_rc4_crypt()

2004-03-04 Thread Brian V Bonini
On Wed, 2004-03-03 at 23:55, [EMAIL PROTECTED] wrote: Hi, Squirrelmail 1.4.2 serversidefilters plugin version 1.32, apache 1.3.26 and php 4.3.4, qmail/vpopmail/courier-imap, maildrop on debian stable. When the serversidefilters plugin goes to en/decrypt domain passwords using mcrypt,

Re: [PHP] Call to undefined function: imagecreatefromjpeg()

2003-11-28 Thread Marek Kilimajer
Philip J. Newman wrote: http://www.php.net/manual/en/function.imagecreatefromjpeg.php After using this code for some time it suddenly returns ... It's not suddenly, someone must have recompiled php without gd/jpg support. Fatal error: Call to undefined function: imagecreatefromjpeg() in

Re: [PHP] Call to undefined function: imagecreatefromjpeg()

2003-11-28 Thread Philip J. Newman
... just what i was thinking, i'll get back to them and complain. Thanks - Original Message - From: Marek Kilimajer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, November 29, 2003 8:29 AM Subject: Re: [PHP] Call to undefined function: imagecreatefromjpeg

RE: [PHP] Call to undefined function: xml_parser_create()... but CGI compiled --with-xml

2003-11-03 Thread Dave [Hawk-Systems]
a production box running 4.2.2 recently had a script added to it requiring use of xml functionality. The box was already compiled (a few versions earlier) with the --with-xml option. Since then, have upgraded this box twice (though it is due for another) using config.nice to ensure the same

Re: [PHP] Call to undefined function: mysql_connect()

2003-06-16 Thread Jason Wong
On Monday 16 June 2003 13:49, Daniel R. Hansen wrote: Attempts to install the client RPM return messages that it's already installed. What version of MySQL do you have installed? And where did you get it from? If it's not from Redhat then it's best that you remove it and install Redhat's. --

Re: [PHP] Call to undefined function: mssql_pconnect()

2003-03-18 Thread -{ Rene Brehmer }-
On Tue, 18 Mar 2003 13:44:25 -0500, Miro Kralovic wrote about [PHP] Call to undefined function: mssql_pconnect() what the universal translator turned into this: Hi all.. I'm trying to connect MSSQL2000 Personal Edition from PHP and all I'm getting is Call to undefined function: mssql_pconnect()

Re: [PHP] Call to undefined function: mysql_foo()...

2002-12-01 Thread Marco Tabini
Is it possible that phpBB is using a different copy of PHP? On Sun, 2002-12-01 at 14:21, Adam Atlas wrote: I'm having a strange problem. If I run any MySQL function, I get the error message Call to undefined function: mysql_foo(). Why would I be getting this? I've checked php.ini to see if

Re: [PHP] Call to undefined function mysql_connect()

2002-08-25 Thread @ Edwin
Help! I am getting the following error message for : ? $link=mysql_connect("localhost","$user","$pass"); // line 34 ? Fatal error: Call to undefined function: mysql_connect() in /home/www/test.somename.org/aux/db-mod.php on line 34 I have used this call successfully on php v4.0.6, and am

Re: [PHP] Call to undefined function mysql_connect()

2002-08-25 Thread hugh danaher
To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, August 25, 2002 8:54 PM Subject: Re: [PHP] Call to undefined function mysql_connect() Help! I am getting the following error message for : ? $link=mysql_connect("localhost","$user","$pass"); // line

RE: [PHP] Call to undefined function mysql_connect()

2002-08-25 Thread Peter Houchin
do a php_info() on a page and check the mysql propeties in there.. might give you a clue.. -Original Message- From: hugh danaher [mailto:[EMAIL PROTECTED]] Sent: Monday, 26 August 2002 1:18 PM To: php Subject: [PHP] Call to undefined function mysql_connect() Help! I am getting

RE: [PHP] call to undefined function: mysql_connect

2002-07-27 Thread Richard Pijnenburg
It seems then that your mysql support isn't installed correctly with your php. Richard Pijnenburg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 28, 2002 12:25 AM To: [EMAIL PROTECTED] Subject: [PHP] call to undefined function: mysql_connect

Re: [PHP] Call to undefined function: pfpro_init()

2001-10-19 Thread Richard Baskett
Did you check out?: http://www.php.net/manual/en/ref.pfpro.php These functions are only available if PHP has been compiled with the --with-pfpro[=DIR] option. You will require the appropriate SDK for your platform, which may be downloaded from within the manager interface once you have

Re: [PHP] Call to undefined function problem

2001-09-12 Thread Doug Farmer
Typo in my explanation. I had defined in my code. Nice catch though. However, I'm running into more define issues. When I get to a file through a redirect via header(Location: /newfile.php), my defines are existing as tested by defined but the values are all corrupt. However, if I then

Re: [PHP] Call to undefined function problem

2001-09-11 Thread Andrey Hristov
if (!define(__FUNCTIONS__) ) must be: if (!defined(__FUNCTIONS__) ) Andrey Hristov IcyGEN Corporation http://www.icygen.com BALANCED SOLUTIONS - Original Message - From: Doug Farmer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 11, 2001 6:50 AM Subject: [PHP]

Re: [PHP] Call to undefined function problem

2001-09-10 Thread Rasmus Lerdorf
Try the current 4.0.7 release candidates. There were some define() related issues in prior versions. Also, in PHP 4 you don't need those defines to protect from multiple inclusion. You can simply use include_once -Rasmus On Mon, 10 Sep 2001, Doug Farmer wrote: I'm doing the following:

Re: [PHP] Call to undefined function: imap_open()

2001-08-06 Thread Renze Munnik
On Sat, Aug 04, 2001 at 06:57:35PM -0500, Damiano Ferrari wrote: I just tried to use the IMAP functions on my website. When I run the first script, I get this error: Call to undefined function: imap_open() Does this mean the IMAP functions are not installed? Damiano Most likely! You

Re: [PHP] Call to undefined function

2001-03-15 Thread Clayton Dukes
Nevermind. The php.ini was replaced which changed my include path. Clayton Dukes CCNA, CCDA, CCDP, CCNP Internetwork Solutions Engineer Internetwork Management Engineer Thrupoint, Inc. Tampa, FL (c) 904.477.7825 (h) 904.292.1881 - Original Message - From: Clayton Dukes To:

Re: [PHP] Call to undefined function

2001-03-15 Thread Jack Dempsey
clayton, checking php.net for 'page_open()' gives me nothingalso, why is it .php3 if you're on php 4.04? jack Clayton Dukes wrote: Hey everyone, I just upgraded from php v4.03pl1 to php 4.04pl. Everything seems to work okay except my IMP/Webmail. When I load the url, I get:

Re: [PHP] Call to undefined function

2001-03-15 Thread Clayton Dukes
: "Clayton Dukes" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, March 15, 2001 7:03 PM Subject: Re: [PHP] Call to undefined function clayton, checking php.net for 'page_open()' gives me nothingalso, why is it .php3 if you're on php 4.04? jack Clayton Dukes wrot