Sorry Geoffrey,
Yes, I was talking about the component. It seems that a file can't be found.
Regards,
I have re-installed 1.0.3 of neolegal. when I goto edit the texts here is the exact message I get
Fatal error: Call to undefined method HTML_NeoLegal::edit() in D:\www\BW\administrator\components\com_neolegal\admin.neolegal.php on line 62
When I goto the offending file I see this at the line specified in the error:
function edit( $option ) {
global $database;
$row = new mosNeolegal ( $database );
$row->load( 1 );
HTML_Neolegal::edit( $row, $option );
}