try it on the demo shop.
fix:
in 'product_listing.php' in 'includes\modules'
find
if (isset($HTTP_GET_VARS['manufacturers_id'])) {
and replace it with
if ((isset($HTTP_GET_VARS['manufacturers_id'])) && tep_not_null($HTTP_GET_VARS['manufacturers_id'])) {
simple!
you have do replace that twice, for the links 'PRODUCT_LIST_NAME' and 'PRODUCT_LIST_IMAGE'















