Hi,
I am very new to PHP and have the following error that I just dont understand - and hope that someone may be able to help me identify why I am getting this error?
PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Unknown modifier 'L' in /modules/additional_images.php on line 49
The correspoding code (line 49) is this:
if(preg_match('/\Q' . $products_image_base . '\E/i', $file) == 1) {
Many thanks in advance