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
Dear CuteNews Users! Please feel free to contact us via our new Feedback Form and please send information about bugs to our bug tracker.
You are not logged in. Please login or register.
CutePHP Forums → Problem Solving / Help & Support → 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
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'])
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.
Check if the Upload folder has the necessary chmod access rights: for example, 775 or 777 (in case 775 doesn't suit).
CutePHP Forums → Problem Solving / Help & Support → Problem in CKFinder
Powered by PunBB, supported by Informer Technologies, Inc.
The pun_antispam official extension is installed. Copyright © 2003–2009 PunBB.