Need to disable a Drupal module but can't do so from within the site? (This could happen if the wayward module is preventing you from reaching the Modules form!) Look for the module's entry within the "system" table of the site's database, and set the module's status to "0".
(From within phpMyAdmin: Select the "system" table from the column of tables at left. Click the "Browse" tab. Find the row for the module you wish to disable, and click the "pencil" icon in that row. In the resulting form, input "0" for the Value of "status", and click the "Go" button. Done!)







It does not work! Help ... please !?
I was so happy I've found this page but... I've tried it and it does not work...
If someone reads this... please HELP !
Same here
I was having some issues with modules not wanting to uninstall, general weirdness so I'd cleared caches and ran all the crons and updates and all of that to no avail. So I thought, I'll just log out and log back in to see if that helps since I've been on this for days.
Well, my root password is no longer accepted. Stupid. Something is not right here and I'm constantly annoyed at all the extra effort Drupal developers (web site developers) have to expend when there should be effort on the Drupal and module developer end to make sure things like this don't happen.
I'm going to keep searching for answers and I'm going to be pissed if I have to dump EVERYTHING and start over, simply not acceptable.
Root password doesn't work??
Really? I fortunately haven't had that happen to me, and have no remedy from experience... All I can suggest is that, as long as you're willing and able to get into the guts of the site's mysql database, fixes for emergencies like this should be possible.
Perhaps a database procedure for resetting the password, like the below, would work?
http://community.contractwebdevelopment.com/how-reset-drupal-admin-password
(Agreed: Fixed or not, I'd still be angry at the need to do so, if Drupal were responsible for the glitch... which may or may not be your case; naturally, I can't say!)
Post new comment