Hi,
I am developing a new site and I am facing a problem I never had before.
On my previous sites after creating a module admin starting with the basic app entering /admin led to the admin/default/index action, thus displaying the index template page for the new module.
Now on this site, I started having it also, but suddenly, without me seeing any particular reason, it’s now leading to a default page with this message
Missing required parameter “action” when calling “app\modules\admin\controllers{closure}”.
I tried /admin/default and /admin/default/index but the result is the same.
As a complementary information : /admin/post leads to the index page for posts.