Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Same issue here. Have tried adding this to line 33 to htmlbox.module, but with no result: <?php 'access arguments' => array('administer site configuration'), ?>
Comments
Comment #1
sammy-node commentedI've noticed this too - I can't get in to change the "Options" as the admin - access denied
Comment #2
jeremydvt commentedI have also had this problem
Comment #3
NiklasBr commentedSame issue here. Have tried adding this to line 33 to
htmlbox.module, but with no result:<?php 'access arguments' => array('administer site configuration'), ?>Comment #4
mfer commentedChange out htmlbox_mennu() for this function:
Then rebuild the menu cache. You can do that by submitting the modules page. Or, I think clearing the cached data on the performance settings page.
Comment #5
Avalanche commentedI have the same issue.
Can't get into the options.UPDATE: I used the directions in post #4 and it fixed the problem.
The file to edit is htmlbox.module in the sites/all/modules/htmlbox directory.
Comment #6
Johanwalle commentedI tried to fix the problem according to the hints of post 4. It did not work, even after cleaning the cache
regards
Johan van de Walle
Comment #7
Flying Drupalist commentedWorks for me, thanks.
Comment #8
Mac Ryan commentedI confirm that indications in post #4 worked fine for me too.
Comment #9
varver commentedI too would like to confirm that mfer's post (#4) worked just fine.
Thanks
Comment #10
monstordh commented#4 worked for me as well. johnwalle - be sure not to include the php tags when you paste in the new code.
Comment #11
rbl commentedThe dev version already has the correct version of the menu but I'm also getting the access denied error =(
Comment #12
axtolf commentedThe workaround suggested in the #4 post worked for me too. 6.x-1.0-beta5 for htmlbox, drupal 6.19
Comment #13
Poetro commentedFixed in 6.x-1.0.