08/20/2013 at 11:34 am
#267564
Keymaster
@ mark485
I’m unable to replicate. Seeing the error, I do not believe the issue is being caused by Connections. The admin javascript for Connections which is loaded only on its pages does not use the load-scripts.php. Connections loads its scripts in the admin using the admin_enqueue_scripts
hook which loads the javascript as a separate file rather than concatenating it together with the core WordPress scripts which what is done with load-scripts.php. Apologies if that is a bit too technical… Here’s some suggestions:
Make sure IE8 is running in IE8 Standards Mode. You can check this by hitting the F12 key.
Deactivate plugins one at a time until the error goes away.
Let me know how it goes.