Hi there
Are the meta tags working ? I'm having this error when trying to add or view the meta_tags :
Code:
[22-Nov-2014 09:38:38 Europe/Lisbon] PHP Warning: require(includes/modules/product_bookx/collect_info_metatags.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/promoboo/public_html/admin/product_bookx.php on line 150
The line is this one:
PHP Code:
if ($action == 'new_product_meta_tags') {
require(DIR_WS_MODULES . $zc_products->get_handler($product_type) . '/collect_info_metatags.php');
} else {
require(DIR_WS_MODULES . $zc_products->get_handler($product_type) . '/collect_info.php');
}
Show this files exist in product_bookx folder ?
Thanks
Bookmarks