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

2004-02-13 Thread Angelo Zanetti
Hi guys could the fatal error be caused because of something to do with cache? I am running the scripts on my pc and not a server ie:(localhost). thanx -Original Message- From: adwinwijaya [mailto:[EMAIL PROTECTED] Sent: Thursday, February 12, 2004 2:35 PM To: Angelo Zanetti Cc: [EMAIL

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

[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

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

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 class

[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

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

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 to

[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[] = new