Добрый день. Я тут на днях ездил заграницу на неделю. А после возвращения, через неделю, сайт начало странно глючить. При чем я ни до ни после никаких изменений не производил и в скрипт НЕ лазил. Проблема собственно вот в чем:
- сайт поднимается и работает нормально, но есть паронормальные явления, парочка страниц, которые в последствии были засунуты в верхнее меню, не открываются, А точнее выдает вот такую ошибку:
«Server error!
The server encountered an internal error and was unable to complete your request.
Error message:
Premature end of script headers: index.php
If you think this is a server error, please contact the webmaster.
Error 500
bands.org.il
Mon Feb 1 07:36:33 2010
Apache/2.0.54 (Debian GNU/Linux) mod_auth_pgsql/2.0.2b1 mod_ssl/2.0.54 OpenSSL/0.9.7e »
из этого следует, что есть какая то проблема в файле index.php
вот собственно содержимое самого файла index.php:
<?php
// $Id: index.php,v 1.94 2007/12/26 08:46:48 dries Exp $
/**
* @file
* The PHP page that serves all page requests on a Drupal installation.
*
* The routines here dispatch control to the appropriate handler, which then
* prints the appropriate page.
*
* All Drupal code is released under the GNU General Public License.
* See COPYRIGHT.txt and LICENSE.txt.
*/
require_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
$return = menu_execute_active_handler();
// Menu status constants are integers; page content is a string.
if (is_int($return)) {
switch ($return) {
case MENU_NOT_FOUND:?>