Bug #1558
closedLogin Issues
0%
Description
Here at the CAC meeting, on a PC and using Firefox, when I logged in to the test student account, the Commons navigation bar disappeared on the homepage. Brian says that started after the SOPA protest, and it appears to be happening only on the homepage -- when one clicks on groups, it comes back.
Updated by Boone Gorges almost 13 years ago
- Status changed from Assigned to Reporter Feedback
Please try disabling (Network Admin > Plugins) the CAC SOPA Protest plugin, and try again.
Updated by Matt Gold almost 13 years ago
Just did, but that didn't help. Seeing the problem IE and Firefox
Updated by Matt Gold almost 13 years ago
Update: this appears not to be affecting admin accounts, but it is affecting regular accounts like the teststudent account.
Updated by Boone Gorges almost 13 years ago
- Status changed from Reporter Feedback to Resolved
This was being caused by a PHP timeout. The Recent Blog Posts sidebar, at the time, contained many posts from private blogs. The BP MPO Activity Filter plugin was written in such a way that checking permissions on these blogs was hugely resource intensive. I have refactored it (commit b71f1f7) so that it's many, many times faster (in fact, it requires no database queries now, because it only touches cached metadata for the logged in user).
Updated by Matt Gold almost 13 years ago
Wow. That sounds like an awesome fix. Many thanks for your work.