Kallys / MediaDownloader

A WebUI for youtube-dl, implementing management for background downloads (queuing, concurrency...)
Other
75 stars 17 forks source link

PHP 7.2: Install - Internal Server Error - Cannot change save handler when session is active #16

Closed zerojay closed 6 years ago

zerojay commented 6 years ago

I've pulled down a fresh copy of the repo after the last issue I ran into was fixed. Upon heading to my /mediadownloader/ directory, the URL redirects to /mediadownloader/public/install (as expected) and I receive the following error:

Media Downloader Internal Server Error session_set_save_handler(): Cannot change save handler when session is active

Kallys commented 6 years ago

Hmm... I can't perform test right now with php7.2. I'm afraid too that it could be a fatfree related issue. I'm sorry, you will need to be patient to use MediaDownloader with php7.2.

zerojay commented 6 years ago

That's not a problem. If there's anything I can do to help, please let me know.

nk932714 commented 6 years ago

facing the same issue

Kallys commented 6 years ago

Not sure if last commit solve this issue, can you confirm? Thanks

nk932714 commented 6 years ago

Thanks a lot fixed now

zerojay commented 6 years ago

I can confirm this issue is no longer happening.