/admin/user/permissions > access others' lists of watched posts > save permissions
> An illegal choice has been detected. Please contact the site administrator.
/admin/user/permissions > access others' lists of watched posts > save permissions
> An illegal choice has been detected. Please contact the site administrator.
Comments
Comment #1
solipsist commentedI cannot replicate this problem. It's likely caused by another module.
Try executing this SQL query: "TRUNCATE cache_form;" and see if it helps.
Comment #2
limako@esperanto-usa.org commentedI had the same problem, I think. My mysql doesn't like having single-quotes in a permission. So I removed the single-quote from "others'" everywhere it appears in watcher.module and am living with being grammatically incorrect. (I also changed the enclosing quotes to single quotes, but that probably didn't matter). But the error went away. I'm actually using version 5.16, but I suspect its the same issue.
Comment #3
solipsist commentedNot sure I'm following, did or did not removing the apostrophe fix the issue?
Comment #4
limako@esperanto-usa.org commentedI don't get an error when saving the permissions anymore.
Comment #5
solipsist commentedUnderstood. Apparently one or more modules cause this issue as it doesn't happen on a fresh install of Drupal. I'll remove the apostrophe as it's an easy fix.
Comment #6
solipsist commentedComment #7
solipsist commented