Whilst trying to install CKFinder, I found that include/require calls such as:
require_once 'core/ckfinder_php5.php' ;
make the assumption that . is in the include_path, which is not always the case.
Please amend these to start with ./ , i.e.
require_once './core/ckfinder_php5.php' ;
in the next release.
require_once 'core/ckfinder_php5.php' ;
make the assumption that . is in the include_path, which is not always the case.
Please amend these to start with ./ , i.e.
require_once './core/ckfinder_php5.php' ;
in the next release.
Re: BUG: includes erroneously assume that . is in include_path
Anyway, changing the way how files are included doesn't break anything and fixed that issue, so we have followed your suggestion in 1.2.1 release.
Thanks!
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+