I can't seem to get the Image Browser module enabled. I have all of the dependent modules enabled (ImageAPI, Image, Views, FCKEditor), which modules confirms in the interface. But I've checked the "Enabled" box about 5 times and submitted, but the page returns with the "enabled" box unchecked. I've tried enabling/disabling other modules, which seems to work fine.
Any suggestions?
Thanks!
Comments
Comment #1
jdelaune commentedHmm just tried with a fresh install of Drupal 6.9 and fresh copies of all the latest required modules and it worked.
Does the system log report anything?
Comment #2
Ashford commentedIn Drupal 5, I have used phpMyAdmin to clear the various cache data tables that Drupal installs and also edited which modules were enabled and disabled.
I'll assume you have cleared cache in your browser, so you are not viewing a stored screen.
Open phpMyAdmin.
Click on your Drupal database to list all the tables.
Clearing cache in Drupal...
Check mark the tables labeled cache and cache_(anything else).
Scroll down to the bottom. In the task list With selected, choose 'Empty'.
Try viewing your modules list again.
Confirming a module is enabled/disabled...
Click the table named 'system'.
Do a search for your module and look at the column called 'status'.
--- 1 means the module is enabled; 0 means, disabled.
--- You can manually edit the 'status' value, if necessary.
Do not get crazy with changing things via the database. Most changes in Drupal involve more than one data table. You are always better off using the Drupal administer pages to edit your site.
Have this confirmed by another Drupal 6 user before trying. My experience is with Drupal 5.
Ashford
Comment #3
jdelaune commentedUnfortunately I haven't released a Drupal 5 version of this module so you won't be able to get it working on your D5 install.