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 run php public/index.php it returns this error:
php public/index.php
Uncaught Laminas\View\Exception\RuntimeException: No base path provided in vendor\laminas\laminas-view\src\Helper\BasePath.php:37
However, running php public/index.php development enable does work.
php public/index.php development enable
I have updated laminas-view and laminas-cache to the latest version but no help.
laminas-view
laminas-cache
Is this normal behavior?
Throws error. Uncaught Laminas\View\Exception\RuntimeException: No base path provided in vendor\laminas\laminas-view\src\Helper\BasePath.php:37
Run php public/index.php
Show the command line tools.
The text was updated successfully, but these errors were encountered:
This component mostly used via api-tools-skeleton, please follow documentation at https://api-tools.getlaminas.org/documentation/intro/installation .
If the issue persist, please re-create issue at https://github.com/laminas-api-tools/api-tools-skeleton
Sorry, something went wrong.
No branches or pull requests
Bug Report
Summary
When I run
php public/index.php
it returns this error:However, running
php public/index.php development enable
does work.I have updated
laminas-view
andlaminas-cache
to the latest version but no help.Is this normal behavior?
Current behavior
Throws error.
Uncaught Laminas\View\Exception\RuntimeException: No base path provided in vendor\laminas\laminas-view\src\Helper\BasePath.php:37
How to reproduce
Run
php public/index.php
Expected behavior
Show the command line tools.
The text was updated successfully, but these errors were encountered: