Help me troubleshoot this error message
-
I have an error message on my site that says:
Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in /home/bunnellarts/bunnellarts.com/wp-includes/class-wp.php on line 204Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in /home/bunnellarts/bunnellarts.com/wp-includes/class-wp.php on line 205
Line 204 and 205 in the class-wp.php document reads:
if ( $wp_rewrite->use_verbose_page_rules && preg_match( ‘/pagename=\$matches\[([0-9]+)\]/’, $query, $varmatch ) ) {CAN ANYONE HELP ME change the code so the error message goes away? (I don’t understand code, i only cut and paste : )
Thanks in advance!
- The topic ‘Help me troubleshoot this error message’ is closed to new replies.