The forum operates in read-only mode. Please head to StackOverflow for support.
$baseUrl = 'http://www.mysite.com/admin/ckfinder/userfiles/'; $baseDir = $_SERVER['DOCUMENT_ROOT'] . '/admin/ckfinder/userfiles/';
error_reporting(E_ALL); ini_set('display_errors', 1);
Wiktor Walc CTO, CKSource - http://cksource.com -- Follow CKEditor on: Twitter | Facebook | Google+
wiktor wrote:Uncomment the following in config.php:error_reporting(E_ALL); ini_set('display_errors', 1); and check what's the error (CKFinder should not show the full error message).
Re: Toolbar--->Images: error while search for images on serv
Turned it on I found the bug and solved the issue.
Re: Toolbar--->Images: error while search for images on serv
Re: Toolbar--->Images: error while search for images on serv
error_reporting(E_ALL); ini_set('display_errors', 1);and check what's the error (CKFinder should not show the full error message).
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Toolbar--->Images: error while search for images on serv