Дмитро написав:
Ось тут я надав більше інформації про проблему: http://vagonchik.com/forum/viewtopic.php?f=2&t=90
Ця проблема була і на сервері FSWEB. Проблему вже усунено. Прошу вибачити за незручності.
Теперь сайт открывается, но вначале пишет:
*/ if (get_magic_quotes_gpc()) { $source = stripslashes($source); } /* * Escape numeric and text values */ $source = $this->escapeString($source, $connection); return $source; } /** * @author Chris Tobin * @author Daniel Morris * * @access protected * @param string $source * @param resource $connection An open MySQL connection * @return string Escaped string */ function escapeString($string, & $connection) { /* * Use the appropriate escape string depending upon which version of php * you are running */ if (version_compare(phpversion(), "4.3.0", "<")) { mysql_escape_string($string); } else { mysql_real_escape_string($string); } return $string; } } ?>
Warning: Cannot modify header information - headers already sent by (output started at /home/ccomplus/public_html/includes/phpInputFilter/class.inputfilter.php:557) in /home/ccomplus/public_html/includes/joomla.php on line 689
Warning: Cannot modify header information - headers already sent by (output started at /home/ccomplus/public_html/includes/phpInputFilter/class.inputfilter.php:557) in /home/ccomplus/public_html/includes/joomla.php on line 1304
Warning: Cannot modify header information - headers already sent by (output started at /home/ccomplus/public_html/includes/phpInputFilter/class.inputfilter.php:557) in /home/ccomplus/public_html/index.php on line 236
Warning: Cannot modify header information - headers already sent by (output started at /home/ccomplus/public_html/includes/phpInputFilter/class.inputfilter.php:557) in /home/ccomplus/public_html/index.php on line 237
Warning: Cannot modify header information - headers already sent by (output started at /home/ccomplus/public_html/includes/phpInputFilter/class.inputfilter.php:557) in /home/ccomplus/public_html/index.php on line 238
Warning: Cannot modify header information - headers already sent by (output started at /home/ccomplus/public_html/includes/phpInputFilter/class.inputfilter.php:557) in /home/ccomplus/public_html/index.php on line 239
Warning: Cannot modify header information - headers already sent by (output started at /home/ccomplus/public_html/includes/phpInputFilter/class.inputfilter.php:557) in /home/ccomplus/public_html/index.php on line 240
+ к этому не могу авторизироваться в админке