I am running under drupal 6.16 and although I have successfully configured all the required fields (Akamai Settings)
I was not able to find the Block form at the blocks list.
I tried to flush all drupal caches, but nothing happened.
I also admit that I do not use Context HTTP Headers module, however it is not one of the required modules.

Finally I tried to invoke manually the block using the module_invoke drupal API and I ended up retrieving the form.
The submit button was not working and I realized that the input form id had no value at all.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mshmsh5000’s picture

There seem to be some problems with the form generation and theming of the cache control block. Attached are two patches, one to run against akamai.module and one to run against the template file, which I've renamed akamai-page-cache-control-block.tpl.php. This works for me.

mshmsh5000’s picture

Status: Active » Needs review
febbraro’s picture

Status: Needs review » Fixed

Thanks for the bug report and patch. Fixed in http://drupal.org/cvs?commit=389342

Will have another release shortly, some other bug fixes and and additional hook to add.

Status: Fixed » Closed (fixed)

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

  • Commit 086b33c on 6.x-1.x, 7.x-1.x, master, 8.x-1.x by febbraro:
    #794962: mshmsh5000 Improper rendering of block/form. Thanks
    
    

  • Commit 086b33c on 6.x-1.x, 7.x-1.x, master, 8.x-1.x, 7.x-2.x by febbraro:
    #794962: mshmsh5000 Improper rendering of block/form. Thanks
    
    

  • Commit 086b33c on 6.x-1.x, 7.x-1.x, master, 8.x-1.x, 7.x-2.x, 6.x-2.x by febbraro:
    #794962: mshmsh5000 Improper rendering of block/form. Thanks
    
    

  • Commit 086b33c on 6.x-1.x, 7.x-1.x, master, 8.x-1.x, 7.x-2.x, 6.x-2.x, 8.x-2.x by febbraro:
    #794962: mshmsh5000 Improper rendering of block/form. Thanks