All of the issues described below started after the 3.5.5 -> 3.6.0 step of the upgrade (they were not present in the 3.5.3 or 3.5.5 versions). Also, browser caches were cleared a number of times to eliminate that as an issue.
Issue 1: Whitescreens in place of reports.
Many of our reports are returning nothing but blank white screens. For example, when logged in as an admin on the Control Panel, clicking Reports->User Reports and selecting a user, after thinking for a second, the main frame (everything but the sidebar) goes white. No errors or anything, just white. This happens with both Firefox 3.6 and IE7.
Update: Increasing the PHP memory_limit option from 128MB to 256MB solved Issue 1... thanks to skippybosco for helping me work it out.
Issue 2: Can't sort by column in IE7.
Again logged in as admin, if going to, for example, Lessons->Courses (also Lessons->Categories), click on a column header to sort by that column doesn't do anything. A javascript error is generated:
- Code: Select all
Line: 274
Char: 10
Error: Object doesn't support this property or method
Code: 0
URL: http://172.24.0.175:8080/efront/www/administrator.php?ctg=courses
This issue only exists in IE7... Firefox 3.6 works as expected.
Issue 3: Can't assign selected courses to a user group
As admin, in Users->User Groups, editing a group and going to "Group courses"; when checking a few courses and clicking "Assign selected courses to group users", nothing happens. This is very similar to Issue 2 in that it doesn't happen in Firefox, and it generates a javascript error:
- Code: Select all
Line: 229
Char: 1
Error: Object doesn't support this property or method
Code: 0
URL: http://172.24.0.175:8080/efront/www/administrator.php?ctg=user_groups&edit_user_group=13
Issues 2 and 3 are similar, if not identical, to this issue:
viewtopic.php?f=1&t=1803
Will provide any info I can. This is an internal server, not accessible from the internet, or I'd set up a login for troubleshooting. If it comes to that, I can talk to my netadmin and see if we can work something out, but if we can work on resolving these without jumping through that particular hoop, that would be preferable. Thanks!
-Dave Murphy
