docquesting
Jan 16th 2006, 1:25 pm
Hi, I get a Fatal Error in only one place in this script I just installed. I click on Company details in the admin section and I get the following.
Fatal error: Using $this when not in object context in /home/docquest/public_html/helpdesk/administration/mycompany.php on line 85
Here is the code above and below it which was not changed at all from the time of upload and install and original form. Is there something I am not changing that I should so that I will not get the error?
#83 $block1 = new block();
#84
#85 echo '<a name="' . $this->form . 'Anchor"></a>';
#86 echo '<form accept-charset="UNKNOWN" method="POST"
Fatal error: Using $this when not in object context in /home/docquest/public_html/helpdesk/administration/mycompany.php on line 85
Here is the code above and below it which was not changed at all from the time of upload and install and original form. Is there something I am not changing that I should so that I will not get the error?
#83 $block1 = new block();
#84
#85 echo '<a name="' . $this->form . 'Anchor"></a>';
#86 echo '<form accept-charset="UNKNOWN" method="POST"