hİ;
my problem, help me pls.
Code:
[06-Jun-2014 20:08:12 UTC] PHP Warning: preg_match() [<a href='function.preg-match'>function.preg-match</a>]: Compilation failed: missing terminating ] for character class at offset 102 in /home/*****/public_html/dbtech/dbseo/includes/class_core.php on line 2461
[06-Jun-2014 20:08:12 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/*****/public_html/dbtech/dbseo/includes/class_core.php:2461) in /home/*****/public_html/dbtech/dbseo/includes/class_core.php on line 850
[06-Jun-2014 20:08:12 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /home/*****/public_html/dbtech/dbseo/includes/class_core.php:2461) in /home/*****/public_html/dbtech/dbseo/includes/class_core.php on line 851
Code:
849 default:
850 header("HTTP/1.1 301 Moved Permanently");
851 header("Location: " . DBSEO_URL_SCRIPT_PATH . self::$config['forumhome'] . '.php');
Code:
2461 if (!preg_match($regexpFormat, $urlToCheck, $matches))
{
// No matches :(
return null;
}