Long lists of errors in user module after upgrade from dev version to rc1 (file attached) 

ads no longer display.

admin settings for statistics module gives illegal operand error.

CommentFileSizeAuthor
advertisement_module_rc1_error.txt8.75 KBClemens

Comments

jeremy’s picture

It sounds like you're reporting multiple errors here? Please help by only reporting one bug per issue, otherwise things become too confusing. I have not been able to duplicate the bug you have reported -- do you have any non-standard modules in your configuration? When ads stop displaying, can you view the source on your web page and find the adserve.php url? Copy and paste that into your web browser, then add "&debug=2" at the end and post the resulting debug text here.

Any more information that you can provide to help me duplicate this bug would be great.

jeremy’s picture

Assigned: Unassigned » jeremy
Status: Active » Fixed

It turned out code written in the 4.7.x branch wasn't forwarded to the 5.x branch. Specifically, user_load() wasn't being called before user_access(), causing the errors you reported. This is now fixed in the 5.x development tree.

jeremy’s picture

Link to fix.

Anonymous’s picture

Status: Fixed » Closed (fixed)