Nathan Colgate RSS

This is the personal blog of Nathan Colgate Clark. I work at Brand New Box. I developed a content management system for churches.

Archive

Nov
14th
Fri
permalink

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