Fatal error: Class 'rewards' not found in administrator/components/com_phocacart/libraries/phocacart/email/email.php on line 329
To fix it just replace the wrong class name rewards with PhocaCartEmail. Line 329 in administrator/components/com_phocacart/libraries/phocacart/email/email.php:
Code: Select all
$notify = rewards::sendEmail($mailfrom, $fromname, $email, $subject, $message, false, null, null, '', '', $mailfrom, $fromname);
Code: Select all
$notify = PhocaCartEmail::sendEmail($mailfrom, $fromname, $email, $subject, $message, false, null, null, '', '', $mailfrom, $fromname);