lghaman: do you still have any problems with running file browser?
e39m5: Could you please provide more details regarding this issue? What problem/error message exactly do you see? Please let us now what's your document root (run phpinfo(); and search for DOCUMENT_ROOT), where is your "userfiles" directory and what settings do you have in filemanager/browser/default/connectors/php/config.php?
I got the same problem and solved it by: *solution apis (see above) *enable uploader in \editor\filemanager\upload\php\config.php *enable connenter in \editor\filemanager\browser\default\connectors\php\config.php
Then hard refresh your browser (ctrl-F5) and remove cache. If you do not do this...it wont work. Refreshing and removing is very important to see the results.
Please paste here content of these two files if your problem still exists: ..editor\filemanager\upload\php\config.php ..editor\filemanager\browser\default\connectors\php\config.php
But before that, make sure that $Config['UserFilesAbsolutePath'] is set correctly to point to your userfiles directory (absolute path) e.g.:
Additionally, try in editor\filemanager\upload\php\config.php setting $Config['UseFileType'] to true if you set $Config['UseFileType'] to true, when you click "Image button" and then upload image file, it will be sent to "...userfiles/image/" instead of "..userfiles/"
Re: strange file browser/uploader issue
Change the lines in the fckconfig.js file to:
var _FileBrowserLanguage = 'php' ; // asp | aspx | cfm | lasso | perl | php | py
var _QuickUploadLanguage = 'php' ; // asp | aspx | cfm | lasso | php
Clear the cache and all should work
Re: strange file browser/uploader issue
e39m5
Re: strange file browser/uploader issue
lghaman:
do you still have any problems with running file browser?
e39m5:
Could you please provide more details regarding this issue? What problem/error message exactly do you see?
Please let us now what's your document root (run phpinfo(); and search for DOCUMENT_ROOT), where is your "userfiles" directory
and what settings do you have in filemanager/browser/default/connectors/php/config.php?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: strange file browser/uploader issue
*solution apis (see above)
*enable uploader in \editor\filemanager\upload\php\config.php
*enable connenter in \editor\filemanager\browser\default\connectors\php\config.php
Then hard refresh your browser (ctrl-F5) and remove cache. If you do not do this...it wont work. Refreshing and removing is very important to see the results.
greetz,
EK
Re: strange file browser/uploader issue
Re: strange file browser/uploader issue
Re: strange file browser/uploader issue
http://www.xel-naga.com/phpinfo.php
Re: strange file browser/uploader issue
..editor\filemanager\upload\php\config.php
..editor\filemanager\browser\default\connectors\php\config.php
But before that, make sure that $Config['UserFilesAbsolutePath'] is set correctly to point to your userfiles directory (absolute path) e.g.:
and $Config['UserFilesPath'] is relative to the document root (here document root is /home/login/public_html/example.com/)
Additionally, try in editor\filemanager\upload\php\config.php setting $Config['UseFileType'] to true
if you set $Config['UseFileType'] to true, when you click "Image button" and then upload image file, it will be sent to "...userfiles/image/" instead of "..userfiles/"
Let me know if that solved your problem.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+