You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

VCL 2.4 introduced a notification to the user when an AJAX error occurs. Previously, no notification was given to the user. In most cases, it just appeared that nothing happened. However, in either case the error is displayed in the browser JavaScript console. Here is how to open the JavaScript console in a few browsers:

Firefox:

  1. click the menu button in the top right
  2. select Developer
  3. click Web Console

Chrome:

  1. click the menu button in the top right
  2. select More tools
  3. click JavaScript console

IE:

  1. click the gear icon in the top right
  2. select F12 Developer Tools

Safari:

  1. open the Safari menu at the top of the screen
  2. select Preferences
  3. click the Advanced (gear) icon
  4. check the show Develop menu in menu bar checkbox at the bottom
  5. close the Preferences window
  6. select the newly added Develop menu at the top
  7. select Show Error Console

(to be continued...)

  • No labels