Error
-
Hi,
I am getting these errors on my website http://www.FolkCart.com.Warning: preg_match(): Compilation failed: missing ) at offset 56 in /home/store/public_html/wp-includes/class-wp.php on line 204
Warning: preg_match(): Compilation failed: missing ) at offset 56 in /home/store/public_html/wp-includes/class-wp.php on line 205
Warning: preg_match(): Compilation failed: missing ) at offset 51 in /home/store/public_html/wp-includes/class-wp.php on line 204
Warning: preg_match(): Compilation failed: missing ) at offset 51 in /home/store/public_html/wp-includes/class-wp.php on line 205
Warning: preg_match(): Compilation failed: missing ) at offset 44 in /home/store/public_html/wp-includes/class-wp.php on line 204
Warning: preg_match(): Compilation failed: missing ) at offset 44 in /home/store/public_html/wp-includes/class-wp.php on line 205
I have tried various steps given online to fix it but none worked.
Steps tried:
1. Check the RegExp pattern at the character number specified in the Warning message (after ‘offset …’), and correct the syntax.
<?php
$str = ‘CoursesWeb.net‘;if(preg_match(‘/href=”(.*?)”/i’, $str, $mt)) print_r($mt[1]);
if(preg_match(‘/href=”([^”]{8,28})/i’, $str, $mt)) print_r($mt[1]);
2. Reinstalled wp_includes folder reinstalled
3. Checked all permalinks
but nothing worked.Please help out. It is an eCommerce website and its really urgent for us to fix this.
The topic ‘Error’ is closed to new replies.