more about the proper
Arguments for task manager next time before I post.
Thanks Shiplu, and Negin for all your help.
Richard L. Buskirk
-Original Message-
From: Shiplu Mokaddim [mailto:muquad...@gmail.com]
Sent: Thursday, June 23, 2011 9:42 PM
To:
Cc:
Subject: Re: [PHP] Call to
Sent from a handheld device
On 24-Jun-2011, at 5:53 AM, 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 ran php.exe -m to
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 /data/www/htm
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, mamb
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
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 gett
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 e
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.
>
> T
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 functi
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
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
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
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 Ass
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:
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 ph
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 C
15:17
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 s
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 necessa
using
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
sour
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 fun
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 instal
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
On Friday 18 June 2004 21:10, michael watson (IAH-C) wrote:
> Test.php (which merely executes 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 /usr/local/bin/php
It
rrors
about "Call 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: bindte
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 bre
* 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
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 wrapper.
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
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
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 li
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-dbas
[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
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
> mc
... 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:
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 /home/cru
>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
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.
-
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_pconne
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
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 a
MAIL PROTECTED]>
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=
>
>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,
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
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 registered
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 the
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
Thanks. I ran some further tests and came to the same conclusion. My test
showed that the constant was defined even though in theory it should be a
new request.
Since this is a production system, I don't want to go with a release
candidate. I'm going to do a switchover to "include_once".
"
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:
>
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 likel
TED]>
To: "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
>
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 g
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: [
52 matches
Mail list logo