Nov
14th
Fri
14th
TinyMCE ImageManager and Symbolic Links
Solved:
If using capistrano and you have a symlinked shared directory which exists between deployments.
set preview.wwwroot to /var/www/apps/application/shared/
and filesystem.rootpath to /var/www/apps/application/shared/system
(assuming you want to save files in system).
This avoids the symlinks and allows tinymce to translate the paths properly.
-via pyrat