При входе в админку - ошибка 500 Internal Server Error, а сайт работает

Тема в разделе "Ошибки при работе с Joomla", создана пользователем mohova, 30.04.2010.

  1. Offline

    mohova Недавно здесь

    Регистрация:
    30.04.2010
    Сообщения:
    6
    Симпатии:
    0
    Пол:
    Женский
    Здравствуйте! Помогите пожалуйста! При входе в админку выдается ошибка
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Это сообщение в левой половине окна, а в правой - логотипы хостинга.

    Сайт сам работает. А пользоваться административной панелью я не могу. Я, к сожалению, только редактор, с минимальным знанием HTML, а связь с разработчиком сайта утеряно. Ошибка появилсь сегодня утром. Вчера я добавляла, как всегда, новости на сайт. Никогда не было проблем. А сегодня вот так. Написала хостингу - хостинг молчит. Помогите, пожалуйста, как можно исправить эту ошибку. Если можно, пошагово. Буду всем очень благодарна!

    Внутри .htaccess вот это
    ##
    # @version $Id: htaccess.txt 10492 2008-07-02 06:38:28Z ircmaxell $
    # @package Joomla
    # @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
    # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
    # Joomla! is Free Software
    ##


    #####################################################
    # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
    #
    # The line just below this section: 'Options +FollowSymLinks' may cause problems
    # with some server configurations. It is required for use of mod_rewrite, but may already
    # be set by your server administrator in a way that dissallows changing it in
    # your .htaccess file. If using it causes your server to error out, comment it out (add # to
    # beginning of line), reload your site in your browser and test your sef url's. If they work,
    # it has been set by your server administrator and you do not need it set here.
    #
    #####################################################

    ## Can be commented out if causes errors, see notes above.
    Options +FollowSymLinks

    #
    # mod_rewrite in use

    RewriteEngine On

    ########## Begin - Rewrite rules to block out some common exploits
    ## If you experience problems on your site block out the operations listed below
    ## This attempts to block the most common type of exploit `attempts` to Joomla!
    #
    # Block out any script trying to set a mosConfig value through the URL
    RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
    # Block out any script trying to base64_encode crap to send via URL
    RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
    # Block out any script that includes a <script> tag in URL
    RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
    # Block out any script trying to set a PHP GLOBALS variable via URL
    RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
    # Block out any script trying to modify a _REQUEST variable via URL
    RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
    # Send all blocked request to homepage with 403 Forbidden error!
    RewriteRule ^(.*)$ index.php [F,L]
    #
    ########## End - Rewrite rules to block out some common exploits

    # Uncomment following line if your webserver's URL
    # is not directly related to physical file paths.
    # Update Your Joomla! Directory (just / for root)

    # RewriteBase /


    ########## Begin - Joomla! core SEF Section
    #
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} !^/index.php
    RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
    RewriteRule (.*) index.php
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
    #
    ########## End - Joomla! core SEF Section
     
    Последнее редактирование: 30.04.2010
  2.  
  3. Dead Krolik
    Offline

    Dead Krolik Недавно здесь => Cпециалист <=

    Регистрация:
    13.04.2007
    Сообщения:
    3 685
    Симпатии:
    101
    Пол:
    Мужской
    >More information about this error may be available in the server error log.

    Это как раз самое оно.
     
  4. Offline

    mohova Недавно здесь

    Регистрация:
    30.04.2010
    Сообщения:
    6
    Симпатии:
    0
    Пол:
    Женский
    И как определить мне, что там такое в журнале ошибок? Блин, я ведь ничего не делала, только новости добавила(((
     
  5. Offline

    mohova Недавно здесь

    Регистрация:
    30.04.2010
    Сообщения:
    6
    Симпатии:
    0
    Пол:
    Женский
    Internal Server Error пишет

    <HTML>
    <HEAD>
    <TITLE>500 Internal Server Error</TITLE>
    </HEAD><BODY>
    <table width=100%>
    <tr><td valign=top width=50%>
    <H1>Internal Server Error</H1>
    The server encountered an internal error or
    misconfiguration and was unable to complete
    your request.<P>
    Please contact the server administrator to inform of the time the error occurred
    and of anything you might have done that may have
    caused the error.<P>
    More information about this error may be available
    in the server error log.<P>
    </td>
    <td width=50% align=center valign=center>
    <IFRAME SRC="http://web3.parkhost.ru/ban/error.php" WIDTH=500 HEIGHT=500 frameborder="0">
    </IFRAME>
    </tr>
    </table>


    <HR>
    <ADDRESS>
    Web Server at pro100-remont.ru
    </ADDRESS>
    </BODY>
    </HTML>

    <!--
    - Unfortunately, Microsoft has added a clever new
    - "feature" to Internet Explorer. If the text of
    - an error's message is "too small", specifically
    - less than 512 bytes, Internet Explorer returns
    - its own error message. You can turn that off,
    - but it's pretty tricky to find switch called
    - "smart error messages". That means, of course,
    - that short error messages are censored by default.
    - IIS always returns error messages that are long
    - enough to make Internet Explorer happy. The
    - workaround is pretty simple: pad the error
    - message with a big comment like this to push it
    - over the five hundred and twelve bytes minimum.
    - Of course, that's exactly what you're reading
    - right now.
    -->
     
  6. Offline

    mohova Недавно здесь

    Регистрация:
    30.04.2010
    Сообщения:
    6
    Симпатии:
    0
    Пол:
    Женский
    Вы простите меня, что я такая глупая.... Но вы ведь тут профи все, а я просто погибаю...
     
  7. Fanamura
    Offline

    Fanamura Доброта

    Регистрация:
    12.03.2007
    Сообщения:
    5 094
    Симпатии:
    158
    Пол:
    Мужской
    mohova, не печальтесь, найдите у себя на хостинге папку log, а в ней error.log. Если не найдете, то напишите хостеру с просьбой его Вам выслать
     
  8. Offline

    mohova Недавно здесь

    Регистрация:
    30.04.2010
    Сообщения:
    6
    Симпатии:
    0
    Пол:
    Женский
    Звонила в хостинг, сказали, что исчезла папка .passwd
    Как восстановить - не знаю.....
     
  9. Offline

    mohova Недавно здесь

    Регистрация:
    30.04.2010
    Сообщения:
    6
    Симпатии:
    0
    Пол:
    Женский
    Прошла ночь - и все заработало. Это мистика?
     
  10. Fanamura
    Offline

    Fanamura Доброта

    Регистрация:
    12.03.2007
    Сообщения:
    5 094
    Симпатии:
    158
    Пол:
    Мужской
    mohova, нет, хистрый хостер
     
  11. Offline

    remvologda Недавно здесь

    Регистрация:
    25.09.2010
    Сообщения:
    1
    Симпатии:
    0
    Пол:
    Мужской
    у меня проблема схожая наверно только при входе в админку http://www.remvologda.ru/ пишет такую фразу "Script error 500". ребята кто может помочь сразу говорю HTML я еще понимаю а вот со скриптами полный 0. если можно скажите, что это за штука такая?
     

Поделиться этой страницей

Загрузка...