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

[BUG] Index in array not defined #8

Open
enumag opened this issue Dec 19, 2013 · 1 comment
Open

[BUG] Index in array not defined #8

enumag opened this issue Dec 19, 2013 · 1 comment
Milestone

Comments

@enumag
Copy link

enumag commented Dec 19, 2013

https://github.com/nightsh/kcfinder/blob/6f90cc65e893d421bc94675c364467e78ee4d5df/core/browser.php#L138 is wrong, $_COOKIE['username'] may not be defined and then KCFinder won't load at all (depends on error_reporting, I use strictly E_ALL on localhost).

@nightsh
Copy link
Member

nightsh commented Dec 19, 2013

I'll try to migrate away from cookies, they are faulty and I really hope to find another way, maybe use HTTP requests only. The main idea is I want to implement some kind of user isolation, so we can have separate users on separate subtrees in /uploads. I'm dealing right now with the authentication problem, and had close to no time to solve this, thus leading to some unstable code in master. I'll have a nice and free period during holidays, so I'll get to fix that around Xmas :-)
Thank you for reporting this, and for your interest in KCFinder!

@nightsh nightsh added this to the Reboot milestone Sep 28, 2015
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

2 participants