Topic: Cutenews 2.0.3 with CKFinder plugin
If you upgrade your cutenews e.g. from 2.0.1 or 2.0.2 to 2.03 and you are using the CKFinder plugin then when you try to insert or upload an image you will be greeted with the message:
The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file
This is because the session cookie has been changed in 2.0.3.
To fix this open cutenews/ckfinder/config.php
Find:
if (isset($_COOKIE['session']) && $_COOKIE['session'])
Replace with:
if (isset($_COOKIE['CUTENEWS_SESSION']) && $_COOKIE['CUTENEWS_SESSION'])