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

  • Home
  • SEARCH
  • 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 8101759
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T23:03:55+00:00 2026-06-05T23:03:55+00:00

I am trying to define nested modules, but I couldn’t find any complete explanations

  • 0

I am trying to define nested modules, but I couldn’t find any complete explanations in the tutorials.

I have a module admin and I want to add another module inside it imgManager, here is my directory structure:

protected
    ...
    modules
        admin
           ...
           modules
                imgManager
           ...
    ...

I defined the nested modules in my main config file like this:

'modules'=>array(
    ...
            'admin'=> array(
                'modules'=>array( 
                    'imgManager' => array(
                        'import'=>array('imgManager.*','imgManager.components.*'),
                        'layout'=>'application.views.layouts.column1',
                        'upload_directory'=>'gal_images',
                        'max_file_number' => '10',//max number of files for bulk upload.
                        'max_file_size' => '1mb',
                          ),
                    ),
            ),      
),

And here is my urlManager:

'components'=>array(
    ...
    'urlManager'=>array(
        'urlFormat'=>'path',
                    'showScriptName'=>false,
        'rules'=>array(
                     'admin'=>'admin',
                     'admin/<controller:\w+>'=>'admin/<controller>',
                     'admin/<controller:\w+>/<action:\w+>'=>'admin/<controller>/<action>',

            '<controller:\w+>/<id:\d+>'=>'<controller>/view',
            '<controller:\w+>/<action:\w+>/<id:\d+>'=>'<controller>/<action>',
            '<controller:\w+>/<action:\w+>'=>'<controller>/<action>',

        ),
    ),

I need to access to this nested module like this: mydomain.com/admin/imgManager but I get Error 404 Unable to resolve the request "admin/imgManager". Where am I doing wrong?

  • 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-06-05T23:03:56+00:00Added an answer on June 5, 2026 at 11:03 pm

    I had to define the module also in here:

    class AdminModule extends CWebModule
    {
         public function init()
         {
               ...
               $this->setModules(array('imgModule'));
             }
             ...
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to define a id of a <nested:hidden filed in struts 1, but
I'm trying to define a new array through a where query but I can
I am trying to define MapPageRoute on the application global.asax but my problem is
I am trying to define a scope in my Account model but it is
I have a XML document with chapters and nested sections . I am trying
I am trying to write a Spring BeanFactoryPostProcessor that can find any bean which
Im trying to define a select tag in my view. My view looks like
I'm trying to define a method in my vb.net interface that will only accept
I am trying to define a dynamic var in a different namespace. The Lobos
I am trying to define a number of classes based on an abstract base

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.