-
-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
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
Login Filter before error in version 4.1.2 #361
Comments
You need to update your version of Myth:Auth or manually edit the files. |
what version ? |
The latest of |
What do you mean by this:
|
Here's what I recommend (this will obviously have to be merged with your other settings in composer.json): "require": {
"myth/auth": "dev-develop"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/lonnieezell/myth-auth"
}
],
"minimum-stability": "dev",
"prefer-stable": true, |
|
At this point you need troubleshooting and support, which I will not offer here. I recommend you go to the forums if you cannot figure it out. This is not a bug with the library other than the latest version being very stale. I will recommend to @lonnieezell that he publish a maintenance release so this is easier for downstream users. |
I recieve this error when attempting to use the Login Filter for any route:
It looks like the newest CI version expects before filters to take
$arguments = NULL
as a parameter. I can't downgrade the version or I get errors with thewithCookies()
function.And I have follow tutorial for downgrade #253 , still same error
The text was updated successfully, but these errors were encountered: