From OpenDCIM Wiki
Jump to: navigation, search
Line 1: Line 1:
 
== Operational Errors ==
 
== Operational Errors ==
* '''jQuery is not loaded'''
+
 
 +
 
 +
*'''Symlink 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.
 
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-ui 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-ui to jquery-ui.min.js.
  
*[[File:jquery-ui-css-error.png]]
+
**[[File:jquery-ui-css-error.png]]
 
Check css/jquery-ui.css and make sure it has something in it.  Since openDCIM is develeoped with LAMP in mind we use a symlink for the latest version of jquery-ui-1.1x.x.custom.css to jquery-ui.css.
 
Check css/jquery-ui.css and make sure it has something in it.  Since openDCIM is develeoped with LAMP in mind we use a symlink for the latest version of jquery-ui-1.1x.x.custom.css to jquery-ui.css.

Revision as of 05:08, 25 June 2013

Operational Errors

  • Symlink 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-ui to jquery-ui.min.js.

    • Jquery-ui-css-error.png

Check css/jquery-ui.css and make sure it has something in it. Since openDCIM is develeoped with LAMP in mind we use a symlink for the latest version of jquery-ui-1.1x.x.custom.css to jquery-ui.css.