
Originally Posted by
mailbeez
Currently I can't help you in detail since am not at my dev system.
have a look at php.net and search for "error_reporting", open your mailhive.php and try do insert what is necessary to let zen-cart show the error
MailBeez - Mode: production
Fatal error: Call to undefined function: mh_href_email_link() in /mailhive/mailbeez/review_facebook.php on line 139
EDIT: which is this line
Code:
$link_shop = mh_href_email_link(FILENAME_PRODUCT_REVIEWS_INFO, 'products_id=' . 'products_id=' . (int)$products_array['products_id'] . '&reviews_id=' . (int)$products_array['review_id']);
Bookmarks