Hi wondering if anyone can help,
ive come across a lot of errors in one of my PHP files.
I looked at the debug logs and it says this :
PHP Warning: str_repeat() expects exactly 2 parameters, 1 given in /var/www/includes/templates/##########_temp/templates/tpl_modules_products_all_listing.php on line 32
this is the line :
$display_products_image = '<a href="' . zen_href_link(zen_get_info_page($products_all->fields['products_id']), 'cPath=' . zen_get_generated_category_path_rev($products_all->fields['master_categories_id']) . '&products_id=' . $products_all->fields['products_id']) . '">' . zen_image(DIR_WS_IMAGES . $products_all->fields['products_image'], $products_all->fields['products_name'], IMAGE_PRODUCT_ALL_LISTING_WIDTH, IMAGE_PRODUCT_ALL_LISTING_HEIGHT) . '</a>' . str_repeat(substr(PRODUCT_ALL_LIST_IMAGE, 3, 1));
Any help is appreciated.
If i'm asking this in the wrong thread I apologize in advance.


Reply With Quote
