To avoid:
Class 'notifier' not found in /home/terredaf/public_html/shop/includes/autoload_func.php on line 79

In configure.php you may have wrote the path(s) wrong, for ex:

define('DIR_FS_CATALOG', 'domainname/subdomain');

is wrong, should be:

define('DIR_FS_CATALOG', 'domainname/subdomain/');

(notice the '/')

No need to re-install