[PHP] fatal error

2001-11-28 Thread William Sanchez Sanchez
I got that, Why it could be? Fatal error: Cannot redeclare reporte_llamada() in c:\Inetpub\wwwroot\online\includes\funciones.php on line 4 and the code for reporte_llamada()in ...\funciones.phpis : function reporte_llamada ($telefono,$folio,$fecha_ini,$fecha_fin, $tipo) {

[PHP] Fatal error: Call to undefined function: imagecreate()

2001-11-15 Thread Jeff Bearer
I'm getting this error with my php installation, I first assumed that it was because I didn't have GD and friends installed. So I configured and installed PHP with these options and I'm still getting the same error. ./configure --enable-apc --with-mysql --with-apache=../apache_1.3.22

[PHP] Fatal error: Call to undefined function: imagecreate() in /home/....on line 37

2001-07-14 Thread Augusto Cesar Castoldi
How can I activate the function imagecreate? I'm using PHP 4 in windows and Linux. Fatal error: Call to undefined function: imagecreate() in E:/Augusto/HomePages/img/imagecreate.php on line 37 thanks, Augusto -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP] Fatal error: Call to undefined function: mysql_pconnect() in ...

2001-07-11 Thread Tom Beidler
I'm working with an new ISP and I'm having trouble connecting to MySQL through PHP 4. Here's some server specifics; PHP Version 4.0.4pl1 Apache/1.3.14 DBA supportenabled Supported handlersgdbm db2 db3 I'm getting the following error; Fatal error: Call to undefined function:

RE: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in ...

2001-07-11 Thread Matthew Loff
Have you tried a non-persistant connection? Does that work? mysql_connect()? -Original Message- From: Tom Beidler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 3:12 PM To: php list Subject: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in ... I'm

RE: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in ...

2001-07-11 Thread scott [gts]
perhaps they didnt compile PHP with mysql support... -Original Message- From: Matthew Loff [mailto:[EMAIL PROTECTED]] Subject: RE: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in ... Have you tried a non-persistant connection? Does that work? mysql_connect

Re: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in ...

2001-07-11 Thread Francis Fillion
list Subject: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in ... I'm working with an new ISP and I'm having trouble connecting to MySQL through PHP 4. Here's some server specifics; PHP Version 4.0.4pl1 Apache/1.3.14 DBA supportenabled Supported handlersgdbm

Re: [PHP] Fatal error: Call to undefined function:mysql_pconnect() in ...

2001-07-11 Thread Tom Beidler
] Subject: RE: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in ... Have you tried a non-persistant connection? Does that work? mysql_connect()? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] Fatal error: Call to undefined function: mysql_pconnect() in ...

2001-07-11 Thread rm
use phpinfo to see if they even compiled php with mysql support, probably didn't --- Tom Beidler [EMAIL PROTECTED] wrote: I'm working with an new ISP and I'm having trouble connecting to MySQL through PHP 4. Here's some server specifics; PHP Version 4.0.4pl1 Apache/1.3.14 DBA

Re: [PHP] Fatal error: Call to undefined function:mysql_pconnect() in ...

2001-07-11 Thread Chris Anderson
Is php compiled with mysql support? - Original Message - From: Tom Beidler [EMAIL PROTECTED] To: Matthew Loff [EMAIL PROTECTED]; php list [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 5:22 PM Subject: Re: [PHP] Fatal error: Call to undefined function:mysql_pconnect() in ... I have

[PHP] Fatal error: Internal Zend error

2001-07-06 Thread hennink
Hi all, at this moment I'm debugging a site for a customer. At some weird moments we get this error Fatal error: Internal Zend error - Missing class information for in classes/sql.class on line 4 The file itself is a class which we use for connect to the mysql. It get's some variables for the

[PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
Dear all, am quite new on php and Linux, after installing php-4.0.6 and run the test.php it worked OK but when i try to write the function to initially display records from sybase pubs2 i get the following msg Fatal Error:Call to undefined function: sybase_connect() in

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread Ray Hilton
Have you sompiled in sybase support? By defauly php doesn't compile with sybase functions, you must specifcally tell it too... -Original Message- From: nelo manuel [mailto:[EMAIL PROTECTED]] Sent: 03 July 2001 09:27 To: [EMAIL PROTECTED] Subject: [PHP] Fatal Error: Call to undefined

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
Hi Ray, Yes i have compiled it with sybase under ./configure - sybase From: Ray Hilton [EMAIL PROTECTED] To: 'nelo manuel' [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in Date: Tue, 3 Jul 2001 09:37:56 +0200 Have you

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread Ray Hilton
errors during configure/install? -Original Message- From: nelo manuel [mailto:[EMAIL PROTECTED]] Sent: 03 July 2001 11:28 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in i have compile it with sybase on ./configure

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
is ? phpinfo() ? thanks From: Ray Hilton [EMAIL PROTECTED] To: 'nelo manuel' [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in Date: Tue, 3 Jul 2001 11:37:37 +0200 Not sure other than that... If it compiles it means it can find

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
PROTECTED] To: 'nelo manuel' [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in Date: Tue, 3 Jul 2001 11:37:37 +0200 Not sure other than that... If it compiles it means it can find the headers it needs from the sybase package

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread rm
PROTECTED] Subject: RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in Date: Tue, 3 Jul 2001 11:37:37 +0200 Not sure other than that... If it compiles it means it can find the headers it needs from the sybase package... Is this sybase 11.9.2? I managed to build php

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
thanks you, but will it solve the Fatal error am getting when trying to retrieve records from sybase? Nelson London From: rm [EMAIL PROTECTED] To: nelo manuel [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [PHP] Fatal Error: Call to undefined function: sybase_connect

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread scott [gts]
into this problem with GD 1.8.4 and PHP 4.0.4-5, no matter how i used --with-gd, configure would always decide that GD was not present, and go on without it. -Original Message- From: nelo manuel [mailto:[EMAIL PROTECTED]] Subject: RE: [PHP] Fatal Error: Call to undefined function

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
to unsupported or undefined function sybase_connect() in /home/httpd/html/index1.php3 on line 2 appears again!! :/ help! From: scott [gts] [EMAIL PROTECTED] To: php [EMAIL PROTECTED] Subject: RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in Date: Tue, 3 Jul 2001 12:05:10 -0400

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread scott [gts]
to get data from sybase the error Fatal error: Call to unsupported or undefined function sybase_connect() in /home/httpd/html/index1.php3 on line 2 appears again!! :/ help! From: scott [gts] [EMAIL PROTECTED] To: php [EMAIL PROTECTED] Subject: RE: [PHP] Fatal Error: Call to undefined

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
nice 1 scott, appreciate your help, i'll keep working on it :) Many Thanks, Nelson London From: scott [gts] [EMAIL PROTECTED] To: php [EMAIL PROTECTED] Subject: RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in Date: Tue, 3 Jul 2001 14:52:36 -0400 well, on second look

RE: [PHP] Fatal Error: Call to undefined function: sybase_connect() in

2001-07-03 Thread nelo manuel
Dear all, after lots of attempts to make my sybase work i still getting an error with my sybase_connect function, Fatal error call to undefined function sybase_connect()in my document root directory index.php3 ... i am now trying to compile ./configure -with -msql does any1 know the correct

[PHP] Fatal error: out of dynamic memory in yy_create_buffer() in Unknown on line 0

2001-05-17 Thread Matthias Winkelmann
Hi! Could anybody explain to me what the error Fatal error: out of dynamic memory in yy_create_buffer() in Unknown on line 0 means, and how i should deal with it? Thanks in advance, Matt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] FATAL ERROR

2001-04-25 Thread Randy Johnson
Several people got the following error today when accessing my site. Does anybody know what is going on? They are PHP scripts accessing a mysql database if that helps. I am not sure if this is a physical memory problem or what Thanks Randy -- PHP General Mailing List

RE: [PHP] FATAL ERROR

2001-04-25 Thread Maxim Maletsky
PROTECTED] www.phpbeginner.com -Original Message- From: Randy Johnson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 11:49 AM To: [EMAIL PROTECTED] Cc: PHP General Mailing List Subject: [PHP] FATAL ERROR Several people got the following error today when accessing my site

[PHP] fatal error

2001-03-29 Thread Theo Richel
Can anyone please tell me why I get the following message: Fatal error: Call to unsupported or undefined function session_start() in /www/richel/authent/index.php3 on line 22 Thank you, Theo Richel

Re: [PHP] fatal error

2001-03-29 Thread Jon Rosenberg
what version of PHP are you using? - Original Message - From: "Theo Richel" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 29, 2001 8:08 AM Subject: [PHP] fatal error Can anyone please tell me why I get the following message: Fatal error: Call to u

Re: [PHP] fatal error

2001-03-29 Thread Renze Munnik
PHP3 doesn't support sessions RenzE Theo Richel wrote: Can anyone please tell me why I get the following message: Fatal error: Call to unsupported or undefined function session_start() in /www/richel/authent/index.php3 on line 22 Thank you, Theo Richel -- PHP General Mailing

Re: [PHP] Fatal Error!

2001-02-15 Thread Richard Lynch
Fatal error: input in flex scanner failed in /var/www/html/gcdb/lang on line 1 require("lang/".$config_row["Language"]); Try changing your 'require' to 'include'. I'm not real clear on the details, but if you are trying to suck in a variable-based filename, you might as well use

[PHP] Fatal error loading extension

2001-02-13 Thread A. Giacomelli
Hi, I have managed (with some struggle) to compile an extension for PHP. I tried to open a test page, loading the extension wit the dl command, and this is what I get: Fatal error: Unable to load dynamic library '/opt/gislab/php/extensions/php_mapscript.so' - ld.so.1:

[PHP] Fatal Error!

2001-02-11 Thread chuck
Fatal error: input in flex scanner failed in /var/www/html/gcdb/lang on line 1 Using gcdb version 1.1.4 (see: http://sourceforge.net/projects/gcdb/) I get the error listed above... I believe the error is arising from this code (from gcdb.php): if(!(isset($sess_lang))) { $db =

<    1   2   3