I just ran Rebuild Permissions on a site running 4.x-dev, and for each question in the db I got a warning in the error output. Below are two:
# warning: array_merge() [function.array-merge]: Argument #2 is not an array in /Applications/MAMP/htdocs/drupal-6.13/sites/all/modules/quiz/question_types/multichoice/multichoice.classes.inc on line 239.
# warning: array_merge() [function.array-merge]: Argument #2 is not an array in /Applications/MAMP/htdocs/drupal-6.13/sites/all/modules/quiz/question_types/truefalse/truefalse.classes.inc on line 58.
Looks like it has to do with #560274: Add class type hinting to all our OO code, and array type hinting where valuable but I don't know what the root cause is.
Comments
Comment #1
falcon commentedStrange. Maybe your database was corrupted because of a faulty version of 4.x-dev. I tested with alpha3 and didn't get such errors. Please make a new ticket if it happens again.
Comment #2
falcon commented