
Originally Posted by
mc12345678
The code originally posted and seeming to work is provided here below and at the associated link:
There is a small issue.. I'm getting errors coming from the additional_images.php.. Here's what the logs say:
[23-Aug-2013 20:32:35 America/Phoenix] PHP Warning: Missing argument 5 for handle_image(), called in /xxxx/xxxxxx/xxxxxxxx/html/includes/modules/theme298/additional_images.php on line 86 and defined in /xxxx/xxxxxx/xxxxxxxx/html/includes/functions/extra_functions/functions_bmz_image_handler.php on line 51
Line 86 reads:
Code:
$newimg = handle_image($products_image_large, addslashes($products_name), LARGE_IMAGE_WIDTH, LARGE_IMAGE_HEIGHT);
Bookmarks