Fatal error: Using $this when not in object context in C:\HostingSpaces\..... on line 85
Linia 85: echo '<a name="' . $this->form . 'Anchor"></a>';
Context :
$block1 = new block();
echo '<a name="' . $this->form . 'Anchor"></a>';
echo '<form accept-charset="UNKNOWN" method="POST" action="../administration/mycompany.php?action=update" name="adminDForm" enctype="multipart/form-data">';
echo '<input type="hidden" name="MAX_FILE_SIZE" value="100000000">';
Am php 5 pe server.
Daca stiti cumva rezolvarea as fi recunoscator

LATER EDIT: Am rezolvat.
Pentru cei au aceasta problema rezolvarea era :
to fix do the following:
change: $this->form
to: $block1->form
Acest fix e entru cei care ruleaza netoffice pe php5.