Topic: Problem in CKFinder

gave me
The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file.
how to solve when trying to upload images

Re: Problem in CKFinder

Change the string of the file ckfinder/config.php
from

if (isset($_COOKIE['session']) && $_COOKIE['session'])

to

if (isset($_COOKIE['CUTENEWS_SESSION']) && $_COOKIE['CUTENEWS_SESSION'])
Best regards,
CN Support team

3 (edited by Linda6432 2019-02-27 06:05:28)

Re: Problem in CKFinder

When I try to upload a picture I get this error; It was not possible to complete the request due to file system permissions restrictions.

Re: Problem in CKFinder

Check if the Upload folder has the necessary chmod access rights: for example, 775 or 777 (in case 775 doesn't suit).

Best regards,
CN Support team