Apr 28, 2010

Drupal Admin Running Very Slow

Are you Drupal users? If so, maybe you have ever experienced admin module is running very slow. Apparently the solution is very easy, you just need to change the status value and boottrap to 0 in the table system.

This is the way,

1. Log in mysql with mysql client (phpmyadmin,mysql administrator, mysql front etc). In this tutorial, I use mysql front.

2. select drupal database, and than select system table


3. Search in field filename "modules/update/update.module", in this line search field status and bootstrap to.

4. Last, change the value of status and bootstrap become 0

5. Test again your drupal admin

No comments: