Unable to enable Ctools module on admin/build/modules
Have cleared cache and reloaded the files to server, chmod 755 as the other modules.
Just upgraded to Drupal 6.24 and have not had Ctools before on the site.
Its checkbox is disabled just as if the module had some dependencies, which is not the case according to the .info file.
Any ideas?
Comments
Comment #1
merlinofchaos commentedThis usually means you have a module that has a dependency ON CTools that is enabled. This is a bug in core that doesn't let you check the box in that case.
Look for the module that depends on CTools; disable any and all. You should then be able to enable CTools.
Comment #2
orjantorang commentedThank you, I just figure it out this morning when I was I bit more awake :-) I upgraded Context module that by this version required Ctools and I made the mistake and rushed in to enable all old modules first and then tried to enable Ctools.