This topic is locked

Ckfinder Upload Button Does Not Appear

6/24/2013 11:57:36 AM
PHPRunner General questions
S
srfrancesco author

I installed ckfinder but the button to upload does not appear in the editor.

I set $ baseUrl = '/ files /', and $ BASEDIR = ResolveUrl ($ baseUrl);

does anyone know why it does not work?
thanks

C
cgphp 6/25/2013

Follow this guide http://xlinesoft.com/phprunner/docs/rich_text_editor_plugins.htm and don't add withespaces to the variable names.

S
srfrancesco author 6/25/2013



Follow this guide http://xlinesoft.com/phprunner/docs/rich_text_editor_plugins.htm and don't add withespaces to the variable names.


Thanks,

I followed all the steps to the letter, but does not work
my setting:

$baseUrl= "/files/";

$baseDir = resolveUrl($baseUrl);
is it correct?
tthanks