

Now that you know which browsers you are experiencing issues in you can start to diagnose the issue. Issue is fixed – turn off script debugging and report the issue on the support forum, telling the volunteers that you turned on script debugging and it solved the problem.

define('SCRIPT_DEBUG', true) Ĭheck to see if you are still having an issue. Open wp-config.php and add the following line before “That’s all, stop editing! Happy blogging”. You can use this information when you are making a support request. Make note of any browsers you are experiencing the error in.

if the site is having the same error it is not an error that is specific to one browser.if the site is not having the same issue in the new browser you know that the error is browser specific.To make sure that this is a JavaScript error, and not a browser error, first of all try opening your site in another browser. This guide will show you how to diagnose JavaScript issues in different browsers. In order to formulate your support request it helps the team to know what the JavaScript error is. For example, your flyout menus may be broken, your metaboxes don’t drag, or your add media buttons aren’t working. If you’re experiencing issues with your interactive functionality this may be due to JavaScript errors or conflicts.
