Приветствую всех. Вынужден был переустановить magento, теперь не вспомнить:
Не работает magento connect manager, при входе в него, выдает ошибку:
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, root@majordomo.ru and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log."
При первой установке была такая же фигня и лечилась удалением содержимого какого-то файла. Теперь не могу вспомнить, что за файл. Если кто-то сталкивался с проблемой и лечил ее таким же способом, подскажите название файла.
Invalid command 'RemoveOutputFilter', perhaps mis-spelled or defined by a module not included in the server configuration
не работает Magento Connect
12.11.2010 10:52
Посмотрите журнал ошибок веб-сервера: наверняка он оставил вам сообщение по данному поводу.
12.11.2010 10:54
Дмитрий Федюк (12.11.2010 10:52) писал:
Посмотрите журнал ошибок веб-сервера: наверняка он оставил вам сообщение по данному поводу.
Видимо здесь закралась ошибка:
"www/downloader/.htaccess: Invalid command 'RemoveOutputFilter', perhaps mis-spelled or defined by a module not included in the server configuration"
Точно, очищаем этот файл (.htaccess в категории downloader) от:
"<IfModule mod_deflate.c>
RemoveOutputFilter DEFLATE
RemoveOutputFilter GZIP
</IfModule>
"
И все заработало.