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 or class) to
define, how can I tell which one it is?
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_param("f_id");
182- $fldu_id = get_param("u_id");
183- $tpl->set_var("Trn_u_id", get_param("u_id"));
184- $pf_id = get_param("f_id");
185- $tpl->set_var("editFileError", "");
186- }
Get_param is a function to get the variable "u_id" that would have been sent
back with the page url (e.g.: page.php?u_id=3993)
Any ideas?
Cheers,
Sean
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]