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)

[PHP] undefined function bindtextdomain()

2006-09-12 Thread Zbigniew Szalbot
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) but in the error log I rea

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

[PHP] Undefined function - mysql_connect() - php5?

2005-02-16 Thread Jacques
I have installed PHP5 on IIS. When I try to make a connection the the MySQL database with the following code: $conn = mysql_connect("localhost", "root", "") or die("Unable to connect"); I get the following error in the browser: Undefined function my_sqlconnect(). What can be the problem? I un

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

[PHP] Undefined function

2004-02-11 Thread Dominique ANOKRE
I use php with interbase. But when i try the code below i get this eror message : Fatal error: Call to undefined function: ibase_connect() in c:\inetpub\wwwroot\index.php on line 12 I want to know what is wrong with the code or if i have to do with php in order to run with Interbase ? Please

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

[PHP] undefined function recode_string()

2003-09-22 Thread Justin French
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.php on line 12 I can't see any notes about compiles, extra req

[PHP] undefined function imagecreate()

2003-08-14 Thread Marco Moonen
Just new at PHP and learning. Trying to execute simple script to draw a line: Browser returns: Fatal error: Call to undefined function: imagecreate() in c:\inetpub\wwwroot\draw4.php on line 4 Why is imagcreate() not understoodMarco -- PHP General Mailing List (http://www.php.net/) To unsub

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
essage- > From: Anthony Ritter [mailto:[EMAIL PROTECTED]] > Sent: Miercoles, 12 de Febrero de 2003 03:00 p.m. > To: [EMAIL PROTECTED] > Subject: [PHP] undefined function - crypt() > > > Using MS Win98 / PHP /Apache > > I'm getting a undefined function error -

[PHP] undefined function - crypt()

2003-02-12 Thread Anthony Ritter
Using MS Win98 / PHP /Apache I'm getting a undefined function error - crypt() The following scripts were taken from Larry Ullman's book on PHP on page 60-61. Any advice would be helpful. Thank you. Tony Ritter .. //ullmanform.html HTML Form

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

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

2002-07-31 Thread Nashev
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... :(( Nashev ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:

[PHP] Undefined function Sybase_affected_rows

2002-05-22 Thread Vivek Kumar Agrawal
Hi All, I am unable to call Sybase_affected_rows() function. As I know this function is defined in Sybase CT libraries. So I have installed Sybase via RPM and then configured php with following command ./configure --with-apxs=/the/path/you/like/to/install/apache/bin/apxs --with-sybase-ct=/opt

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

[PHP] undefined function: sybase_pconnect()

2002-05-20 Thread Vivek Kumar Agrawal
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 tell me its solution. Regards, Vivek

[PHP] undefined function: ftp_connect()

2001-12-20 Thread Sam Schenkman-Moore
I've compiled php 4.0.6 on Darwin as CGI. "--with-ftp" shows up in the php configuration display but I still get this message: undefined function: ftp_connect() I've read a couple past articles with people having this problem but I did not spot a solution. Any suggestions? Thanks, Sam -- P

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: > >

[PHP] undefined function: mysql_pconnect()

2001-12-05 Thread josep
Debian 2.2 + PHP4 apache module + mysql Trying my first php program (guestbook) I get: Fatal error: Call to undefined function: mysql_pconnect() in /home/jupshoes/public_html/guest/index.php on line 27 thanks Josep. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [