It was not possible to complete the request due to file system permission restrictions.
I had everything working nicely and now I have a permission error. I changed my multiuser set up and create userfiles with full permissions and it is owned by apache. $baseUrl and $baseDir are set correctly with the trailing slash and everything. Can this error be generated by something else?
Yesterday the server admin installed Google's mod_pagespeed and it crashed the website. It has since been commented out. Any chance this could have a lingering effect?
-Brian
I had everything working nicely and now I have a permission error. I changed my multiuser set up and create userfiles with full permissions and it is owned by apache. $baseUrl and $baseDir are set correctly with the trailing slash and everything. Can this error be generated by something else?
Yesterday the server admin installed Google's mod_pagespeed and it crashed the website. It has since been commented out. Any chance this could have a lingering effect?
-Brian

Re: permission error
<?php // Enable error reporting to see what's going on. error_reporting(E_ALL); ini_set('display_errors', 1); // Put here a path to a file inside of the folder // where CKFinder should store uploaded files. touch( "file.txt" );Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+