From OpenDCIM Wiki
Jump to: navigation, search
Line 1: Line 1:
 
== Operational Errors ==
 
== Operational Errors ==
 
* '''jQuery is not loaded'''
 
* '''jQuery is not loaded'''
Check that scripts/jquery.min.js has something in it.  Since openDCIM is develeoped with LAMP in mind we use a symlink for the latest version of jquery to jquery.min.js.
+
Check that scripts/jquery.min.js has something in it.  Since openDCIM is develeoped with LAMP in mind we use a symlink for the latest version of jquery to jquery.min.js.
 
* '''jQueryUI is not loaded'''
 
* '''jQueryUI is not loaded'''
Check that scripts/jquery-ui.min.js has something in it.  Since openDCIM is develeoped with LAMP in mind we use a symlink for the latest version of jquery to jquery-ui.min.js.
+
Check that scripts/jquery-ui.min.js has something in it.  Since openDCIM is develeoped with LAMP in mind we use a symlink for the latest version of jquery to jquery-ui.min.js.

Revision as of 23:44, 24 June 2013

Operational Errors

  • jQuery is not loaded

Check that scripts/jquery.min.js has something in it. Since openDCIM is develeoped with LAMP in mind we use a symlink for the latest version of jquery to jquery.min.js.

  • jQueryUI is not loaded

Check that scripts/jquery-ui.min.js has something in it. Since openDCIM is develeoped with LAMP in mind we use a symlink for the latest version of jquery to jquery-ui.min.js.