RE: [PHP] Call to a member function on a non-object SOLVED

2004-02-13 Thread Angelo Zanetti
-Original Message- From: Angelo Zanetti [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 10:23 AM To: adwinwijaya Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Call to a member function on a non-object Hi guys could the fatal error be caused because of something to do with cache? I

RE: [PHP] Call to a member function on a non-object

2004-02-13 Thread Angelo Zanetti
PROTECTED] Subject: Re: [PHP] Call to a member function on a non-object Hello Angelo, Thursday, February 12, 2004, 11:33:39 PM, you wrote: AZ> HI, AZ> I used my scripts yesterday and suddenly today they dont work and I get this AZ> error: Call to a member function on a non-object AZ>

Re: [PHP] Call to a member function on a non-object

2004-02-12 Thread adwinwijaya
Hello Angelo, Thursday, February 12, 2004, 11:33:39 PM, you wrote: AZ> HI, AZ> I used my scripts yesterday and suddenly today they dont work and I get this AZ> error: Call to a member function on a non-object AZ> it points to erroneous line that calls a function in 1 of my classes. The AZ> clas

Re: [PHP] Call to a member function on a non-object

2004-02-12 Thread Richard Davey
Hello Angelo, Thursday, February 12, 2004, 12:33:39 PM, you wrote: AZ> I used my scripts yesterday and suddenly today they dont work and I get this AZ> error: Call to a member function on a non-object If you have changed *nothing* at all that could influence the outcome of this script then I wou

[PHP] Call to a member function on a non-object

2004-02-12 Thread Angelo Zanetti
HI, I used my scripts yesterday and suddenly today they dont work and I get this error: Call to a member function on a non-object it points to erroneous line that calls a function in 1 of my classes. The class and this particular file have not been changed since i used them yest. I also checked m

[PHP] Call to a member function on a non-object...?

2002-05-03 Thread Richard Brenner
Hi. When I try to call a manual defined function in my function.inc file, I get the error: Fatal error: Call to a member function on a non-object in /www/xyz/.. on line xy I've defined the function in a seperate .inc file and included this is the mainpage. Do you have any solutions for this prob

[PHP] "Call to a member function on a non-object" error!

2001-07-30 Thread Greg Fyans
Fatal error: Call to a member function on a non-object in /home/cmradmin/public_html/thus/basket.php on line 304 Does anyone know what the flaming heck that means? I'm trying to fix this little problem which has only appeared since my webserver upgraded to PHP4. Line 304 contains this: $My

Re: [PHP] Call to a member function on a non-object

2001-05-08 Thread Wieger Uffink
Hi, $db is not an object, but a link identifier returned by mysql_connect(). Wieger Ender wrote: > > Okay I get the: Call to a member function on a non-object error when trying to >execute this script: > > It happens in this area: > > $db=mysql_connect(localhost,'***','***') or die("Unable

[PHP] Call to a member function on a non-object

2001-05-07 Thread Ender
Okay I get the: Call to a member function on a non-object error when trying to execute this script: It happens in this area: $db=mysql_connect(localhost,'***','***') or die("Unable to connect to database"); $edlist = new EditList("serverId", "hlstats_Servers", "server"); $edlist->columns[]