Hi all,
I am getting the following error but am not sure why....
PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier '6' in /includes/modules/additional_images.php on line 48
The corresponding code on line 48 is:
if(preg_match("/" . $products_image_base . "/i", $file) == "1") {
Can anyone point me in the right direction as to what the "unknown modifier" is?
many thanks


Reply With Quote
