Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7018445
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:03:07+00:00 2026-05-27T23:03:07+00:00

I am trying to setup custom module paths in Dojo 1.6, however i cant

  • 0

I am trying to setup custom module paths in Dojo 1.6, however i cant seem to get the paths correct. I keep receiving the following error.. it seems like the path doesn’t get changed..

Error

http://url/dojotest/dojo/myApp/base.js 404 (Not Found)

Directory Structure

/var/www/html/dojotest
   /dojo
      /dijit
      /dojo
      /dojox
   /myApp
      base.js
  index.html

index.html

<html>
<head>
   <title>Dojo Testing</title>
   <script src="dojo/dojo/dojo.js"></script>   
   <script>
   var djConfig = 
   {
      modulePaths : { 'myApp' : '../../myApp' }
   };
   dojo.require('myApp.base');
   </script>
</head>
<body>
   <div>Lala Testy test test</div>
</body>
</html>

base.js

dojo.provide('myApp.base');

console.log('you found me!');
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T23:03:08+00:00Added an answer on May 27, 2026 at 11:03 pm

    You need to set the djConfig before including the dojo.js script tag

    <script>
    var dojoConfig = {
        modulePaths : { 'myApp' : '../../myApp' }
    };
    </script>
    
    <script src="dojo/dojo/dojo.js"></script>
    
    <script>
    dojo.require('myApp.base');
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to set up custom error handling, so I setup an ErrorController.php file
Trying to setup a rails app and getting following error. Any ideas? b/tasks instead.
I'm trying to setup custom error pages. I put the pages in /error/ in
I'm trying to setup custom validation for a checkbox. I have 7 checkboxes each
I'm trying setup a subset of boost and get it properly compiled using bjam,
I'm trying to create a custom module using Magento's EAV structure and have been
I am trying to create a custom table using custom module. I have been
I'm trying to setup a custom site-package directory (Python 2.6 on Windows Vista). For
I am trying to embed a flash video into a custom setup of the
I'm trying to call a custom action within my Setup & Deployment project to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.