Hi These are the lines of code getting errors followin is from cs-cart Code if ($partial == true) { $__tmp = str_replace(array('*', '?', '/'), array('.*', '.', '\/'), $v); if (preg_match("/^$__tmp\$/iu", $elm)) { $suitable = true; break; Error "Warning: preg_match() [function.preg-match]: Compilation failed: missing ) at offset 16 in core/fn.locations.php on line 156" Line 156 is if (preg_match("/^$__tmp\$/iu", $elm)) { Please help stuck here