Not signed in (Sign In)
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthornoodle
    • CommentTimeFeb 13th 2008
     
    just reporting a bug, i know how to fix it:

    on the default installation, if you install it into a subdirectory, the main site will work fine, but the admin area will be barren, as the file paths are only directed the base url, not the full url including folders.

    to illustrate the problem, inspect the jquery definitions:

    main page:
    <script src="http://XXXXXXXX.net/m/js/jquery.js" type="text/javascript"></script>

    admin page:
    <script src="http://XXXXXXXX.net/js/jquery.js" type="text/javascript"></script>