I try a lot thinks to sort this out but i still get:
Warning: require_once(./php5/CommandHandler/CommandHandlerBase.php) [function.require-once]: failed to open stream: Nie ma takiego pliku ani katalogu in /home/server_name/ftp/ckfinder/core/connector/php/connector.php on line 44
Fatal error: require_once() [function.require]: Failed opening required './php5/CommandHandler/CommandHandlerBase.php' (include_path='.:/usr/share/pear/') in /home/server_name/ftp/ckfinder/core/connector/php/connector.php on line 44
Warning: require_once(./php5/CommandHandler/CommandHandlerBase.php) [function.require-once]: failed to open stream: Nie ma takiego pliku ani katalogu in /home/server_name/ftp/ckfinder/core/connector/php/connector.php on line 44
Fatal error: require_once() [function.require]: Failed opening required './php5/CommandHandler/CommandHandlerBase.php' (include_path='.:/usr/share/pear/') in /home/server_name/ftp/ckfinder/core/connector/php/connector.php on line 44
Re: ckfinder problem with instalation
There is a chance that some files were not uploaded correctly via FTP.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: ckfinder problem with instalation
I have a ckfinder folder place on root.
connector.php generating this error but the file exist.
require_once CKFINDER_CONNECTOR_LIB_DIR . "/CommandHandler/CommandHandlerBase.php";
Re: ckfinder problem with instalation
Looks like a problem with include_path then. What version of PHP are you using and on what OS?
Until we find the real reason of the described issue, as a temporary workaround I can suggest changing the CKFINDER_CONNECTOR_LIB_DIR constant in core\connector\php\constants.php into /home/server_name/ftp/ckfinder/core/connector/php/php5
by replacing:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: ckfinder problem with instalation
Re: ckfinder problem with instalation
Just found this forum searching for the exact same problem. This worked for me too...thanks for the tip!