We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I use in module 'Pesite':
$this->dispatcher->forward( [ 'module' => 'Core', 'namespace' => 'Core\Controller', 'controller' => 'Error', 'action' => 'show404' ] );
I've an error:
[ERROR] View not found - ".../app/modules/Pesite/View/Error/show404.volt"
".../app/modules/Pesite/View/Error/show404.volt"
It's tries to pick view from current module...
The text was updated successfully, but these errors were encountered:
Dispatchers are unique per module. Forwarding between modules is not allowed. The moudle option is not support.
Sorry, something went wrong.
So, i will change it to NFR.
Implemented in #12857
No branches or pull requests
When I use in module 'Pesite':
I've an error:
It's tries to pick view from current module...
The text was updated successfully, but these errors were encountered: