Hi all

'Editview' wasn't working returning the error "PHP Fatal error: Call to undefined function get_validate_record_js()". Searching the forums I found this suggestion for a fix:

Just edit out those lines from the offending EditView.php files.

Contacts/EditView.php
Accounts/EditView.php
Leads/EditView.php
blah...

Commenting these lines out is harmless because the function does not exist, although it probably will in a later release. You can see in other modules in the Forms.php file where this function exists. The offending modules do not have this defined. For examples see...

ProspectLists/Forms.php

Also, in Documents/EditView.php the string being assigned to the $javascript variable should be quoted.

$javascript = "get_set_focus_js().get_validate_record_js()";
So I tried that and it seemed to work but when I went to check my email this morning there was nothing there - just the line of buttons at the top of the panel (Check Mail.....) that refused to do anything. I went back and un-commented the lines I had commented out but still no email panel. I've tried repairing whatever seemed to be relevant from the admin page but that hasn't helped either. Also "All Emails" works.
Am I missing something obvious or is there a way to re-install just the email module or would it be faster to re-install the whole thing if there appears to be no other solution?