Following help... I have cumulus.js in the folder (says to download it... was already there. Cleared it out and redownloaded it.)

went to admin/help/cumulus..
Cumulus link: option to clear cache shows.
Cumulus_Permissions: takes me to permissions block successfully

Cumulus_Block: Error
http://somewhere.com/admin/config/user-interface/menu-block

Notice: Undefined index: cumulus_admin_settings_form in drupal_retrieve_form() (line 735 of /var/www/includes/form.inc).
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'cumulus_admin_settings_form' not found or invalid function name in drupal_retrieve_form() (line 770 of /var/www/includes/form.inc).\

Comments

Psi-factor’s picture

I fix that bug

Open cumulus.admin.inc, find 37 string
'page arguments' => array('cumulus_admin_settings_form'),
and replace with
'page arguments' => array('cumulus_configure_form'),
then clear cache.

Hmmm... setting page w/o submit button :(

Jatsie’s picture

Issue tags: +error, +cumulus, +drupal 7

@Psi-factor: You did not fix the bug. You simply routing to a different page that is not intended here.

The problem here is that you cannot access the settings for Cumulus. The block settings can be accessed under structure->blocks->add cumulus block->configure (next to block). I have succeeded in creating the block, but it is empty and no way of accessing the settings to clear tag cache and save cumulus.

When comparing the installation to Drupal 6 - Cumulus configuration page is not accessible because of errors:

Notice: Undefined index: cumulus_admin_settings_form in drupal_retrieve_form() (line 735 of /var/www/includes/form.inc).
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'cumulus_admin_settings_form' not found or invalid function name in drupal_retrieve_form() (line 770 of /var/www/includes/form.inc).

Jatsie’s picture

Status: Active » Needs work

Ok I got it working:

*Once you go to the help option in the modules page (help is next to cumulus module), you find a list of 3 administration pages for Cumulus. The top one that says Cumulus (this one should have been referenced on the configuration page) is the one you need to click. Clear cache and save.

If this is still not working, you forgot to do some of the following:

1. Download Tagadelic (7.x-1.x-dev), extract to your drupal modules folder and enable in modules
2. Download Cumulus (7.x-1.x-dev) and cumulus.js, extract module and copy .js into cumulus folder
3. Enable Cumulus module in modules view
4. Goto structure->blocks and add cumulus block (next to "add block"), once added - click on configure next to the block to save settings.
5. Add tags field to content type (structure->content types->manage fields->add existing field: field_tags
6. Now go add some Tags to your content node (not good enough adding it manually to Taxonomy)
7. Access Cumulus settings through method on top *, clear cache and save.

Issues that still need work on dev version:
1. On configuration page - error as above when you select Cumulus block settings (should do this *)
2. Block settings on top bar next to "find content" also error above
3. Block settings on help menu also error above

Welcome to see my cloud working on http://junkyarddogs.co.za/AboutUs

denni’s picture

Get this error message on a drupal 7

  Notice: Undefined index: cumulus_admin_settings_form in drupal_retrieve_form() (line 737 of /var/www/clients/client1/web1/web/includes/form.inc).
    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'cumulus_admin_settings_form' not found or invalid function name in drupal_retrieve_form() (line 772 of /var/www/clients/client1/web1/web/includes/form.inc).
MGParisi’s picture

same error message: Subscribe

yuvalbh’s picture

I tried to go according to your steps, still not working

How can I get it working on specific vocabulary on the front page, and not per specific content type ?

thanks

yuvalbh’s picture

error is still on, when trying to configure the 'Cumulus Block' under the configuration section.

it means that I cant clean the Cumulus cache memory.

did someone succeed to install it on Drupal 7 ?

can I make it work without tagadelic ?

thanks

webflo’s picture

Assigned: Unassigned » webflo

New dev release is coming in a few days.

webflo’s picture

Status: Needs work » Fixed

Rolled a new dev release. Please test and review.

Automatically closed -- issue fixed for 2 weeks with no activity.