I'm trying to install the Print module on my site, but when I go to apply setting the permissions for accessing and administering Print, nothing happens (i.e. there's no confirmation message about successfully applying the permissions, and when I look at the permission checkboxes, they're not checked (although I previously checked them...)).
Is there something wrong with my site or this module?

Comments

jcnventura’s picture

Status: Active » Postponed (maintainer needs more info)

I am guessing something must be wrong with your site.. The permissions are mostly handled by Drupal (there's only a simple function declaring that they exist), so I would assume that if they don't work for the module, they are probably not working for any other module in your site..

João

Anonymous’s picture

Correct, none of my permissions are working... I've started another issue here: http://drupal.org/node/410712
Thanks anyway!

jcnventura’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

No problem.. Try backing up your database and printing out the permissions page, then truncate the permission table directly in MySQL, and see if you're able to restore the permissions as they were previously.

Anonymous’s picture

Thanks for that advice, it seems to be working...
I removed all permissions from the table and am now going through re-enabling them.
The only thing that bothers me is that my previous database backups were producing 11Mb .sql files; this backup only produced a 4.5Mb .sql file...

EDIT: Scrap that. I got part-way through enabling the permissions (saving every now-and-then) when I tried saving and had the same problem, it wouldn't save...
Will continue posting updates at the other issue mentioned above.