I'm doing a fresh install of Drupal 7 for a site, with one of the things I needed to do was add in its Mollom keys. I cannot access the Mollom configuration page. The error I'm getting is this:

The Mollom API keys are not configured yet.
Notice: Undefined index: mollom_admin_settings in drupal_retrieve_form() (line 752 of (path)/includes/form.inc).
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'mollom_admin_settings' was given in drupal_retrieve_form() (line 787 of (path)/includes/form.inc).

I haven't activated too many modules in this install yet, but I suppose one of them could be interfering with the opening of that page as it should. In activating modules, I was being careful to only use those that looked like they were ready for use on a production site. My apologies if this is a duplicate of another issue already reported, though I didn't find one in a search. No, I have not changed the theme from the one included in the regular install yet, so I don't think that's a factor.

Comments

sun’s picture

Category: bug » support

Are all of the module files within the Mollom module directory readable by your web server user (usually www-data or similar)?

IreneKraus’s picture

Status: Active » Closed (fixed)

Of course the module files where where they are supposed to be. However, I hadn't checked to see if the module files I downloaded some time ago were corrupted. So, I did a fresh download, deleted those on the server, uploaded the fresh set and everything worked as it should! This is one of those modules I never activated on my test server as there's no way for me to put keys into it that I know of to test it when there so I never noticed those files were bad.

Sorry for the trouble everyone!