Announcement

Collapse
No announcement yet.

404 (Not Found)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 404 (Not Found)

    I have created a new module. I clicked the link in Admin panel. But it gives a 404 error. Because the way he went is wrong.

    Incoming result:
    http: //www.myespo.crm/client/src/controllers/career-groups.js? r = 1521809597

    The result should be:
    http: //www.myespo.crm/client/modules/src/controllers/career-groups.js? r = 1521809597

  • #2
    Hello

    check clientDefs -> controller
    if you need it in http: //www.myespo.crm/client/modules/{your-module}/src/controllers/career-groups.js,
    the controller has to be defned as "{your-module}:controllers/career-groups"

    Comment


    • #3
      I do not have a clientDefs folder. I have only the entityDefs folder. Because only the settings section will be in the admin panel. Is that a problem? I just want it to appear in the admin panel. tanya
      Last edited by gundogduyakici; 03-23-2018, 01:12 PM.

      Comment


      • #4
        did you define the module in your scope?

        Comment


        • #5
          I created the clientDefs folder and it worked. tanya Thanks

          Comment

          Working...
          X