When clicking the 'camera' button to insert an image into the text area, I get a popup with a 404 error, with the following URL:
http://<mydomain>:port/<path_to_drupal>/sites/all/index.php?q=img_assist/load/tinymce
I assume the correct path should be without the /sites/all part.
Bug?
I've set $base_url correctly in //sites/default/settings.php
Comments
Comment #1
dovry commentedI found a (temporary) workaround by hardcoding the URL in editor_plugin.js:
Looks like img_assist is looking for tinymce in modules/ not in sites/all/modules.
Comment #2
zoo33 commentedTake a look at this issue.