Closed (duplicate)
Project:
Image Assist
Version:
5.x-1.x-dev
Component:
TinyMCE Plugin (drupalimage)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2007 at 11:11 UTC
Updated:
4 Sep 2007 at 18:36 UTC
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.