Duncan Cameron
Duncan Cameron
Regarding point 3, what is the reason for removing the code for upgrading passwords stored as plain-text? That will affect anyone wanting to upgrade from phplist 2. To be clear,...
Edward, thanks for the explanation, the motivation is a bit clearer to me now. If I understand correctly the concerns are a problem with how plain text passwords are handled,...
Don't forget this pull request to continue supporting php 5.3.3 - https://github.com/phpList/phplist3/pull/164
Just to clarify > Maybe we should store the ALGO used in the DB The result of password_hash() includes the algorithm used. It's the $2y$ part in this example http://php.net/manual/en/function.password-hash.php#example-977
Also there appear to be frequent updates to .pot files. Are those used now, since moving from Pootle to Weblate?
@jucajuca It looks like you have the wrong path to KCFinder on the Settings page. Unless you have moved the CKEditor plugin then the path should be left as `plugins/CKEditorPlugin/kcfinder`...
Thanks. Can you check whether the php GD extension is enabled. Also, for the second point, what are the values in config.php for $pageroot and PLUGIN_ROOTDIR
Can you try uploading from the image browser window instead to see whether that has the same problem? How do I suspend the animation, it is going too fast to...
Thanks for looking into this. The imagick and gmagick are optional and file uploading works when they are not present. Are you sure that you didn't change anything else? But...
Your code works if you add this option ``` curl_setopt($handle, CURLOPT_RETURNTRANSFER, 1); ``` So I guess it is a bug somewhere.