preg_match warning
-
Can anyone tell me where this error comes from and/or how to get help to fix it?
I found a way to hide the php-warning via wp-config.php – but I suppose the error is still there “behind” as long as I don’t know what the culprit is – theme/plugins/WP?Warning: preg_match() [function.preg-match] :Compilation failed: quantifier does not follow a repeatable item at offset 1 in /var/www/broderist.com/public_html/wp-includes/class-wp.php on line 223
the code itself looks like this:
if ( preg_match ( “#^$match#” , $request_match , $matches ) ||
preg_match ( “#^$match#” , urldecode ( $request_match ) , $matches )) {The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘preg_match warning’ is closed to new replies.