Skip to content
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

Undefined variable in RedisHandler (line 140) #5066

Closed
tzalexander opened this issue Sep 9, 2021 · 1 comment
Closed

Undefined variable in RedisHandler (line 140) #5066

tzalexander opened this issue Sep 9, 2021 · 1 comment

Comments

@tzalexander
Copy link

Hi there,

i have updated to the latest version of CI (4.1.4.) (from 4.1.3.).
The Redis session is broken at line 140.

$this->sessionID = ${$id};

I get the error "Undefined variable $"theultralongsessionkeyhere"".

Is there any reason why a variablevariable is used here?

Thank you, Best Regards,
Alex

@sfadschm
Copy link
Contributor

sfadschm commented Sep 9, 2021

Should be fixed in develop, see #5062.
Be aware that many other changes from 4.2 were merged in the meantime. Maybe cherrypick the commit or fix the error manually until the next release for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants