Opened 15 years ago
Closed 15 years ago
#811 closed defect (invalid)
djConfig.baseScriptUri.length
Reported by: | Owned by: | alex | |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | General | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I am getting the following error when I try loading a module, which has the dojo.js referenced, in DoteNetNuke?
'djConfig.baseScriptUri.length' is null or not an object.
Please urgent resolution is needed.
Change History (2)
comment:1 Changed 15 years ago by
Owner: | changed from anonymous to alex |
---|
comment:2 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
You will have to supply more information.
What does your djConfig object look like? What about the script tag that includes Dojo? Are you setting baseScriptUri to something weird?
If you are using a dojo.js that is hosted on a different domain than the domain serving your page, then you will need to set djConfig.baseScriptUri to point to the installation of dojo that is on the domain that is serving the page. Going on the very limited information you provided, this is most likely the problem. Closing this bug for now unless there is more information provided.