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
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 see that the MySQL Module is loaded.
I have no issues unless I am running a php fi
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
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/html/typo3_src/typo3
I have just encountered a fatal error using file_put_contents() on a PHP4 box.
After a bit of research I found a simple function within the php.net
user comments.
I just wanted to know what happens if I then tried to run this script
on a PHP 5 box, whereby I'd be defining a function that already
e
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
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 error: Call to undefine
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
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 error: Call to unde
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
I am unable to get php 5.0.4 working with Oracle 10.1.0.3. (also
Apache 2.0.54). Running on SuSE 9.3.
When I look at the output of phpinfo() it shows OCI8 support enabled
as well as mysql support. (Mysql support works fine)
bongrip:/usr/local/apache2/modules # ldd libphp5.so
linux-gate.so.
While working with some CAPTCHA stuff I get the following error:
Fatal error: Call to undefined function imagettftext().
The PHP Manual states that the function is available in PHP 5
(http://www.php.net/manual/en/function.imagettftext.php), and I have
compiled with GD support. What am I missing?
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
[PHP] Call to undefined function: bindtextdomain()
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 i
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
Hi
I am running Suse Linux 8.2, Apache 1.3.28, MySQL 4 and PHP 4.3.3 - all
installed from source as I couldn't get the necessary integration when
using rpms.
I have several production systems working with this configuration.
However, I now need to set up another one, and this one can't find
bindt
* 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
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.
--
Chris W
Bring Back the HP 15C
http://hp15c.org
Not getting the gifts y
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
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
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www
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
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, I get this error message:
Fatal error: Call to undefine
... 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
http://www.php.net/manual/en/function.imagecreatefromjpeg.php
After using this code for some time it suddenly returns ...
Fatal error: Call to undefined function: imagecreatefromjpeg() in
/home/crushme/public_html/includes/inc_members.php on line 564
Is this the server or code that needs to
>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
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 optio
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.
-
This is driving me buggy...
I just upgraded to RH 8 which included an Apache 2.0 update.
PHP and MySQL work OK independently; I can call mysql_connect() from the
command line, but an attempt to do so from a script within Apache returns a
"Fatal error: Call to undefined function: mysql_connect()"
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 &
Hi all.. I'm trying to connect MSSQL2000 Personal Edition from PHP and
all I'm getting is "Call to undefined function: mssql_pconnect()" error..
I have installed PHP4.2.2-4, mod_php-4.2.2, php_devel-4.2.2,
freetds0.53-4, php-sybase-ct-4.2.2, I think I also have php_ldap and
php_imap.. restarted
Dear Supportteam
Im Runing a Apache Webserver under Debian sid (testing). I've installed PHP Version
4.1.2. Now I would like to create a Webalbum,
but my Server doesn't know the funktion imagetypes. He gives me the Error-message:
Call to undefined function: imagetypes(). I
found the same Error
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
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 it has the
extension=mysql.so line, and I've run a phpinfo() script which says PHP
was compiled with MySQL an
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()
&g
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,
Help!
I am getting the following error message for :
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 now trying it on a new
install (which someone else did, as I haven't
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_co
Hi.
I'm running PHP 4.2.1 & MySQL 3.23. I'm getting the error message "Call to
undefined function: mysql_connect()" when I try to use it in my code. If
anyone has any ideas as to why this might be happening, I'd be appreciative.
Thanks!
--
PHP General Mailing List (http://www.php.n
Hi,
i when i run a script that contains a bcdiv() calculation i get this error:
Call to undefined function: bcdiv()
I am using bcdiv() successfully in other scripts. However i vaguely remember
getting an error message some time for some operation in bcdiv...
Any ideas?
Regards
# Daniel Alsén
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
Anyone knows how I can use pfpro_init();
It is giving me an error right away saying:
Fatal error: Call to undefined function: pfpro_init() in PATH_TO_FILE.php on
line 3
Where can I find a support for these functions?
Thanks,
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
Message -
> From: "Doug Farmer" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, September 11, 2001 6:50 AM
> Subject: [PHP] Call to undefined function problem
>
>
> >
> > I'm doing the following:
> >
> > ---
gt;
Sent: Tuesday, September 11, 2001 6:50 AM
Subject: [PHP] Call to undefined function problem
>
> I'm doing the following:
>
> test.php -
> require("functions.php");
> require(""); // several other requires here
>
> setNoCacheHeaders(
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:
>
I'm doing the following:
test.php -
-- functions.php -
";
function setNoCacheHeaders( ) {
static $headersNotSet = TRUE;
if ( $headersNotSet ) {
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");// Date in the
past
header("Last-Modified: " . gmdate("
i want try to open the test.dbf files ..
but have the problem
Call to undefined function: dbase_open() in
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [
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
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
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTE
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
: [EMAIL PROTECTED]
Sent: Thursday, March 15, 2001 6:53 PM
Subject: [PHP] Call to undefined function
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:
Fatal error: Call to undefined
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:
Fatal error: Call to undefined function: page_open() in
/home/www/websites/horde/imp/index.php3 on line 15
Is this something that is no longer
77 matches
Mail list logo