500 internal server error at back end - Joomla

后端 未结 12 825
盖世英雄少女心
盖世英雄少女心 2020-12-02 01:46

I have installed new site in Joomla 1.7 and its working fine, but when i checked its back-end (administrator) got 500 Internal Server Error.

Note: Site

12条回答
  •  情深已故
    2020-12-02 02:17

    I had this problem, but none of your advices didn't help.
    I fixed a problem only after I switched off all modules via PhpMyAdmin (PMA).

    Table modules, changed parameter "published" to 0 for all and then enabled only few modules with these types:

    • mod_login
    • mod_menu
    • mod_sumbenu
    • mod_toolbar
    • mod_title

    After this I entered admin page and used top menu to enable all needed modules one by one. After admin page started to give me 500 error again I knew what module is faulty and I disabled it again via PMA.

提交回复
热议问题