#773 closed defect (invalid)
FATAL from a very simple page
Reported by: | Owned by: | anonymous | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have an FATAL: Could not load 'dojo.io'; last tried '_ _package_ _.js' with this simple code :
<head> <script language="javascript" type="text/javascript">djConfig = { baseRelativePath: "../js/", isDebug: true, encoding: "utf" };</script> <script language="javascript" type="text/javascript" src="../js/dojo.js"></script> </head> <body style="margin:0;"> </body> </html>
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | → 0.4 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
this meants that something is wrong with your paths...