Re: [PHP] HELP with (Fatal Error: Call to a member function on a non-object)

2001-04-12 Thread g0thic
-Original Message- > From: g0thic [mailto:[EMAIL PROTECTED]] > Sent: 12 April 2001 01:17 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [PHP] HELP with (Fatal Error: Call to a member function on a > non-object) > > > Hi guys, > > Below is the er

RE: [PHP] HELP with (Fatal Error: Call to a member function on a non-object)

2001-04-12 Thread Taylor, Stewart
This error suggests the $tpl is undefined i.e. you forget to create it using new. -Stewart -Original Message- From: g0thic [mailto:[EMAIL PROTECTED]] Sent: 12 April 2001 01:17 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [PHP] HELP with (Fatal Error: Call to a member function on

Re: [PHP] HELP with (Fatal Error: Call to a member function on a non-object)

2001-04-11 Thread Brian Clark
Hi g0thic, @ 8:17:24 PM on 4/11/2001, g0thic wrote: ... > Fatal error: Call to a member function on a non-object in > /home/httpd/www/g0thic/cawood_a4/edit_f.php on line 183 > 178- if($seditFileErr == "") > 179- { > 180-// Load primary key and form parameters > 181-$fldf_id = get_par

[PHP] HELP with (Fatal Error: Call to a member function on a non-object)

2001-04-11 Thread g0thic
Hi guys, Below is the error message that I am receiving, and 3 or 4 lines around the code that seems to be causing the issue. Lines are numbered so it gives you a good idea of line 183. What I need to know, is in my context, what is the error saying, and if there is a variable (or function