-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
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>
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
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
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
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
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
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
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[]
9 matches
Mail list logo