user3429615
user3429615

Reputation: 21

Error empty response when logging in magento admin

I really stuck on this issue, everytime i log in into magento admin, it's give me an ERR_EMPTY_RESPONSE on google chrome and Connection reset on Mozilla.

The shop is still accessable, but it's load very slowly. It's working fine before, and suddenly become like this.

I can't find a similiar issue like this, mostly are the shop that return an empty response and they still can access the admin page and it's caused of enabling flat category/products set up.

I'm not sure if client enabling the flat category/products. If it so, what table should i edit using phpmyadmin?

since i can't access the admin page, or there are another thing that cause this? some error code, some files missing in admin directory or htaccess thing, actually i'm not doing changes on htaccess before. Really need your help.

Upvotes: 0

Views: 1803

Answers (1)

Jtek Grafix
Jtek Grafix

Reputation: 136

Restarting apache and mysql worked for me

service httpd restart

service mysqld restart

Hope this helps.

Upvotes: 1

Related Questions