I think this is a result of upgrading the PHP5. The entire error is:
Fatal error: Using $this when not in object context in /home/customcr/public_html/includes/modules/create_account.php on line 414
This is the only reference to 'this' I find in that file:
if (is_array($this->contents)) { // if items in cart, then by pass create account success
Is there a simple fix to make this work with PHP 5?



