By hschott on
Yesterday I did a dns change and had a problem with access denied for all users. It turned out the solution was to comment out $cookie_domain and $base_url. Now today I try to upload an image and get this error:
"The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file."
So I look into this and the answer is to enable $cookie_domain and $base_url. So of course when I do this, I get access denied again.
Everything was working fine before the domain change.
Someone PLEASE help!
Thanks.
Comments
^
You have to set cookie domain in CKfinder's settings file as well. Did it few months ago but can't remember the exact file name.
What's new and changing in PHP 8.4
Thanks
I think it's related to this problem which looks like it's an issue with ckeditor/ckfinder. If anybody knows of a solution, I would be so grateful.
http://drupal.org/node/719238
^
I'm sorry I read the title as "KCFinder" (an open source alternative to CKFinder).
Sorry for posting wrong stuff.
KCFinder don't have this problem (you can use cookie_domain by setting same value in KCFinder's and Drupal's settings files.)
What's new and changing in PHP 8.4
No problem
I appreciate you letting me know. I may need to switch to that to resolve this issue. It looks like a lot of others are having the same problem but there's no solution yet.