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
First of all, the url [my_base_url]/versioning throws me the 404 error (as I mentioned in other issue in this repo).
Anyway I tried to save a basic model of my application and it throws me another error:
PHP Notice – yii\base\ErrorException Trying to get property of non-object in C:\xampp\htdocs\cms\vendor\amilna\yii2-versioning\components\Libs.php
PHP Notice – yii\base\ErrorException
Trying to get property of non-object
Any help?
The text was updated successfully, but these errors were encountered:
hi, is the first issue unresolved yet? i don't know how your route setting, can you access the controller by use [my_base_url]/versioning/default/ ?
for the second one, is there any yii debug information, which line has the error?
Sorry, something went wrong.
No branches or pull requests
First of all, the url [my_base_url]/versioning throws me the 404 error (as I mentioned in other issue in this repo).
Anyway I tried to save a basic model of my application and it throws me another error:
Any help?
The text was updated successfully, but these errors were encountered: