From OpenDCIM Wiki
Jump to: navigation, search
Line 16: Line 16:
  
  
<nowiki>C:\Users\longwiwl>mklink -?
+
<pre>C:\Users\longwiwl>mklink -?
 
The syntax of the command is incorrect.
 
The syntax of the command is incorrect.
 
Creates a symbolic link.
 
Creates a symbolic link.
Line 28: Line 28:
 
         Link    specifies the new symbolic link name.
 
         Link    specifies the new symbolic link name.
 
         Target  specifies the path (relative or absolute) that the new link
 
         Target  specifies the path (relative or absolute) that the new link
                 refers to.</nowiki>
+
                 refers to.</pre>

Revision as of 05:13, 25 June 2013

Operational Errors

  • Symlink Errors
    • jQuery is not loaded
    • jQueryUI is not loaded
    • Jquery-ui-css-error.png

Since openDCIM has been developed with LAMP in mind if you choose to operate under Windows you will have to check the following files and copy or make links on your own.

Check the following symlinks: scripts/jquery-1.9.0.min.js => jquery.min.js scripts/jquery-ui-1.10.3.custom.min.js => jquery-ui.min.js css/jquery-ui-1.10.0.custom.css => jquery-ui.css


C:\Users\longwiwl>mklink -?
The syntax of the command is incorrect.
Creates a symbolic link.

MKLINK [[/D] | [/H] | [/J]] Link Target

        /D      Creates a directory symbolic link.  Default is a file
                symbolic link.
        /H      Creates a hard link instead of a symbolic link.
        /J      Creates a Directory Junction.
        Link    specifies the new symbolic link name.
        Target  specifies the path (relative or absolute) that the new link
                refers to.