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
Upgrade from v7.0.1 to version v8.0.1. Bootstraping the application fails with Error: Call to undefined function OwenIt\Auditing\config_path().
Error: Call to undefined function OwenIt\Auditing\config_path()
This helper function doesn't exist in the Lumen framework and is used here: https://github.com/owen-it/laravel-auditing/blob/v8.0.1/src/AuditingServiceProvider.php#L39. Change was made in 3a85fcb.
Revert back to using base_path().
base_path()
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out @mnlm.
I think the database_path() helper isn't available either. Can you confirm?
database_path()
Sorry, something went wrong.
@quetzyg The database_path() helper does exist: https://github.com/laravel/lumen-framework/blob/v5.7.1/src/helpers.php
Alright, I'll sort this ASAP.
Fixed in version 8.0.2
Works fine now. Thanks for the quick fix!
quetzyg
No branches or pull requests
Actual Behaviour
Upgrade from v7.0.1 to version v8.0.1. Bootstraping the application fails with
Error: Call to undefined function OwenIt\Auditing\config_path()
.This helper function doesn't exist in the Lumen framework and is used here: https://github.com/owen-it/laravel-auditing/blob/v8.0.1/src/AuditingServiceProvider.php#L39. Change was made in 3a85fcb.
Possible Solutions
Revert back to using
base_path()
.The text was updated successfully, but these errors were encountered: