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 '

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 unsupported or 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 M

RE: [PHP] FATAL ERROR

2001-04-25 Thread Maxim Maletsky
what did you say the error was? can you cut&paste it to us? a fatal error is an error that ends with an Exit; - means it is fatal - non debugguble. I guess your database is doing something funny. Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL

Re: [PHP] Fatal error: Cannot instantiate non-existent class

2002-01-12 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On 12-01-02 at 11:10 * millw0rm said > i hav just upgraded from php3 to php4 > > i m getting this error through out my website what can be the problem... can > anyone help me out > > Fatal error: Cannot instantiate non-existent class Let's

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

2001-07-11 Thread Tom Beidler
er'" <[EMAIL PROTECTED]>, "'php list'" > <[EMAIL PROTECTED]> > Subject: RE: [PHP] Fatal error: Call to undefined function: mysql_pconnect() > in ... > > > Have you tried a non-persistant connection? Does that work? > > m

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

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 func

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

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

2001-07-03 Thread nelo manuel
i have compile it with sybase on ./configure (according to mastering linux book, install and configuring php to access data from sybase) can some else pls help me :( >From: "Ray Hilton" <[EMAIL PROTECTED]> >To: "'nelo manuel'" <[EMAIL PROTECTED]>

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
ny help? no the only thing that works is 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 >

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

2001-07-03 Thread nelo manuel
<[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

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

2001-07-03 Thread rm
r 1 > > > any help? > no the only thing that works is > > thanks > > >From: "Ray Hilton" <[EMAIL PROTECTED]> > >To: "'nelo manuel'" <[EMAIL PROTECTED]>, > <[EMAIL PROTECTED]> > >Subject: RE: [PHP] Fatal Erro

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

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

2001-07-03 Thread scott [gts]
configure output. i ran 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 Erro

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

2001-07-03 Thread nelo manuel
ll 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: >

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

2001-07-03 Thread scott [gts]
ybase support ... no" in the configure output. > > > >i ran 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 Messa

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()

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 com

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 worki

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 connectio

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

2001-07-11 Thread Francis Fillion
Did you try a to see if mysql is compiled in Matthew Loff wrote: > > 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 > Subj

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 >

RE: [PHP] Fatal error: Call to a member function on a non-object (again)

2002-01-17 Thread Sandeep Murphy
-Original Message- From: Jason G. [mailto:[EMAIL PROTECTED]] Sent: quinta-feira, 17 de Janeiro de 2002 18:41 To: Sandeep Murphy; [EMAIL PROTECTED] Subject: Re: [PHP] Fatal error: Call to a member function on a non-object in example 1.php on line 66 First of all, make sure the $root->child

RE: [PHP] Fatal error: Call to a member function on a non-object in /www/xynz on line 19

2002-05-03 Thread John Holmes
You're trying to call a function within an object. Something like Something->getthis(); Which is not a "normal" PHP function. Show your code. You're probably just calling it wrong. ---John Holmes... > -Original Message- > From: Richard Brenner [mailto:[EMAIL PROTECTED]] > Sent: Friday,

Re: [PHP] Fatal error: Call to a member function on a non-object in example 1.php on line 66

2002-01-17 Thread Jason G.
First of all, make sure the $root->children() returns an array of objects. Second of all, remove the space between $All_nodes and [1]. Your code should look like: $childNodes=$All_nodes[1]->children(); If that does not work, you may have to create a temp var to use... $tmp = $All_nodes[1]; $chi

RE: [PHP] Fatal error: Call to a member function on a non-object in example 1.php on line 66

2002-01-17 Thread Sandeep Murphy
: quinta-feira, 17 de Janeiro de 2002 18:41 To: Sandeep Murphy; [EMAIL PROTECTED] Subject: Re: [PHP] Fatal error: Call to a member function on a non-object in example 1.php on line 66 First of all, make sure the $root->children() returns an array of objects. Second of all, remove the space betw