Siteme wordpress classipress teması kurdum 1 haftadır herhangi bir sorun yoktu bugün bu şekilde bir hata vermeye başladı.
Warning: preg_match(): Compilation failed: nothing to repeat at offset 1 in /home/site/public_html/wp-includes/class-wp.php on line 231
../login veya ../wp-admin sayfasına erişmeye çalıştığımda ise

Warning: Cannot modify header information - headers already sent by (output started at 
/home/site/public_html/wp-includes/class-wp.php:231) in /home/site/public_html/wp-includes/pluggable.php on line 914
Şeklinde hata veriyor..

class-wp.php 231-232 satırındada bu kodlar var ;
					if ( preg_match("#^$match#", $request_match, $matches) ||
						preg_match("#^$match#", urldecode($request_match), $matches) ) {
Sorun nedir acaba yardımcı olurmusunuz..