Перенес Инстант 1.7 с одного сервера на другой, но теперь при просмотре статей, в области комментариев выходит ошибка:
Warning: preg_match() [function.preg-match]: Unknown modifier 'a' in /var/www/portal/data/www/info/core/cms.php on line 1435
Вторая проблема, не могу войти в админку: лезут следующие ошибки:
Warning: preg_match() [function.preg-match]: Unknown modifier 'a' in /var/www/portal/data/www/info/core/cms.php on line 1435
Warning: Cannot modify header information — headers already sent by (output started at /var/www/portal/data/www/info/core/cms.php:1435) in /var/www/portal/data/www/info/core/cms.php on line 1741
Warning: Cannot modify header information — headers already sent by (output started at /var/www/portal/data/www/info/core/cms.php:1435) in /var/www/portal/data/www/info/core/cms.php on line 1743
Loaded modules: core mod_log_config mod_logio prefork http_core mod_so mod_actions mod_alias mod_auth_basic mod_authn_file mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_deflate mod_dir mod_env mod_fcgid mod_include mod_mime mod_negotiation mod_perl mod_php5 mod_python mod_rewrite mod_rpaf mod_setenvif mod_ssl mod_status mod_suexec mod_vhost_alias mod_ispmgr
AddDefaultCharset windows-1251 RewriteEngine On RewriteBase / RewriteRule ^.htaccess$ - [F] RewriteRule ^load/url=(.+)$ /index.php?uri=files&do=download&fileurl=$1 RewriteRule ^go/url=(.+)$ /index.php?uri=files&do=redirect&url=$1 RewriteCond %{REQUEST_URI} !\.(jpg|jpeg|ico|gif|png|css|xml|js|pl|txt)$ [NC] RewriteCond %{REQUEST_URI} !^/redirect?url= RewriteCond %{REQUEST_URI} !^/load/url= RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php?uri=$1 [L]