Re: [PHP] undefined function bindtextdomain()

2006-09-12 Thread Chris
Zbigniew Szalbot wrote: Hello, I am trying to setup vexim (admin panel for handling domains in exim) and I am getting an error that I thought I would ask you to help me troubleshoot if possible. Namely, when I start apache and try to open vexim panel, apache shows no errors (just a blank page)

Re: [PHP] undefined function error with lost password script

2006-03-24 Thread Robin Vickery
On 24/03/06, Barry <[EMAIL PROTECTED]> wrote: > Robin Vickery wrote: > > On 24/03/06, Richard Lynch <[EMAIL PROTECTED]> wrote: > > > >>In incredibly ancient versions of PHP, you needed to have the: > >> > >>function foo () { ... }; > >> > >>appear BEFORE you called it. > >> > > > > > > You still do

Re: [PHP] undefined function error with lost password script

2006-03-24 Thread Barry
Robin Vickery wrote: On 24/03/06, Richard Lynch <[EMAIL PROTECTED]> wrote: In incredibly ancient versions of PHP, you needed to have the: function foo () { ... }; appear BEFORE you called it. You still do in PHP5 if the function definition is in a conditional block. Like his. But apparen

Re: [PHP] undefined function error with lost password script

2006-03-24 Thread Robin Vickery
On 24/03/06, Richard Lynch <[EMAIL PROTECTED]> wrote: > > In incredibly ancient versions of PHP, you needed to have the: > > function foo () { ... }; > > appear BEFORE you called it. > You still do in PHP5 if the function definition is in a conditional block. Like his. But apparently the script w

Re: [PHP] undefined function error with lost password script

2006-03-23 Thread Richard Lynch
In incredibly ancient versions of PHP, you needed to have the: function foo () { ... }; appear BEFORE you called it. GOOD: function foo () { return 'foo'}; foo(); BAD: foo(); function foo() { return 'foo'}; It's remotely possible that you need to upgrade in a big way. You can do a quick hack

Re: [PHP] undefined function error with lost password script

2006-03-23 Thread Robin Vickery
On 23/03/06, Mark <[EMAIL PROTECTED]> wrote: > Can anyone see a problem with this at a glance. I think i have pushed my > luck with this forum ( inc. Chris)of late but i paid a lot of money for this > script and it has a few bugs. > > THis is what i get returned--- > Fatal error: Call to undefined

Re: [PHP] Undefined function

2004-02-11 Thread Dominique ANOKRE
CTED]> Cc: "Php List" <[EMAIL PROTECTED]> Sent: Wednesday, February 11, 2004 3:16 PM Subject: Re: [PHP] Undefined function > Dominique ANOKRE wrote: > > > ok , > > > > i install the good php windows installer (with interbase) and now i think my > &

Re: [PHP] Undefined function

2004-02-11 Thread John Nichel
Dominique ANOKRE wrote: ok , i install the good php windows installer (with interbase) and now i think my function is recognized. But the message displayed is : Warning: ibase_connect(): unavailable database in c:\inetpub\wwwroot\index.php on line 12 But i can connect to the database whitout any

Re: [PHP] Undefined function

2004-02-11 Thread Dominique ANOKRE
console . So what'is wrong ?? - Original Message - From: "Richard Davey" <[EMAIL PROTECTED]> To: "Dominique ANOKRE" <[EMAIL PROTECTED]> Cc: "Php List" <[EMAIL PROTECTED]> Sent: Wednesday, February 11, 2004 2:04 PM Subj

Re: [PHP] Undefined function

2004-02-11 Thread Richard Davey
Hello Dominique, Wednesday, February 11, 2004, 1:58:17 PM, you wrote: DA> Fatal error: Call to undefined function: ibase_connect() in DA> c:\inetpub\wwwroot\index.php on line 12 DA> I want to know what is wrong with the code or if i have to do DA> with php in order to run with Interbase ? You

Re: [PHP] undefined function recode_string()

2003-09-22 Thread Justin French
On Monday, September 22, 2003, at 06:28 PM, Marek Kilimajer wrote: www.php.net/recode - Installation section Thanks, I should have looked up the tree a little further :) Justin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] undefined function recode_string()

2003-09-22 Thread Marek Kilimajer
www.php.net/recode - Installation section Justin French wrote: Hi all, PHP 4.3.2 on OS X 10.2.6, and I'm attempting to use the recode() or recode_string() function... both functions (one is an alias to the other) come back with: Fatal error: Call to undefined function: recode() in .../recode

RE: [PHP] undefined function imagecreate()

2003-08-14 Thread Jay Blanchard
[snip] Browser returns: Fatal error: Call to undefined function: imagecreate() in c:\inetpub\wwwroot\draw4.php on line 4 Why is imagcreate() not understoodMarco [/snip] Do you have the GD library installed? Check by running a page with phpinfo(); in it -- PHP General Mailing List (http://www.p

RE: [PHP] undefined function imagecreate()

2003-08-10 Thread Jay Blanchard
[snip] What am I looking for in the output of phpinfo? Must I alter extensions in php.ini? Is this gd librabry not inlcuded in the originial install of php? [/snip] You are looking to see soemthing like this in the Configure Command section Configure Command './configure' '--with-apxs=/usr/local

RE: [PHP] undefined function - crypt()

2003-02-12 Thread Barajas, Arturo
Tony, You have to compile PHP with the "crypt" option, I don't remember the exact syntax (--enable-crypt? --with-crypt=/path?) Something along those lines... -- Un gran saludo/Big regards... Arturo Barajas, IT/Systems PPG MX (SJDR) (427) 271-9918, x448 > -Original Message- > From:

Re: [PHP] Undefined function: dbmopen() in loaded Windows binaries of PHP 4.2.1

2002-08-01 Thread Bob Lockie
>Hello. > >Say me pls, are there method to enable DBM support in loaded Windows binaries of PHP >4.2.1? > >I have "Fatal error: Call to undefined function: dbmopen() in ..." my .php file... :(( I thought DBM files were only available on Unix. Recompile from source. -- PHP General Mailing L

Re: [PHP] undefined function: sybase_pconnect()

2002-05-20 Thread Jason Wong
On Monday 20 May 2002 23:56, Patrick Laverty wrote: > Create a function called sybase_pconnect(). That is the soluction. I doubt it. > At 05:11 PM 5/20/02 +0530, Vivek Kumar Agrawal wrote: > >Hi All, > > > >I am getting some error like this: > > "Fatal error: Call to undefined function: syb

Re: [PHP] undefined function: sybase_pconnect()

2002-05-20 Thread Patrick Laverty
Create a function called sybase_pconnect(). That is the soluction. At 05:11 PM 5/20/02 +0530, Vivek Kumar Agrawal wrote: >Hi All, > >I am getting some error like this: > "Fatal error: Call to undefined function: sybase_pconnect() in > /home/httpd/php/db_sybase.inc on line 47" > >Please tel

Re: [PHP] undefined function: mysql_pconnect()

2001-12-05 Thread Anthony Washington
are u running at least php 4.0.0? try to use mysql_connect() instead. -- Anthony Washington ([EMAIL PROTECTED]) http://www.shell42.com http://www.comwebhosting.com On Wed, 5 Dec 2001, josep wrote: > Debian 2.2 + PHP4 apache module + mysql > > Trying my first php program (guestbook) I get: > >