Hi, I am on D5 using latest FCKeditor module 5.x-2.2 with Image Assist 5.x-2.0-alpha3.
If FCKeditor module is not enabled, Image Assist works as it is supposed, and shows up if I click on the icon under edit-body field.

If I enable FCKeditor, when I click on Image Assist button, all I get is an empty, white popup

This is the HTML code of the white popup

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN">
<html>
<head>
<title>Add image</title>
<script type="text/javascript" src="/misc/jquery.js"></script>
<script type="text/javascript" src="/misc/drupal.js"></script>
<script type="text/javascript" defer="defer" src="/sites/all/modules/admin_menu/admin_menu.js"></script>
<script type="text/javascript" src="/sites/all/modules/jquery_update/compat.js"></script>
<script type="text/javascript" src="/sites/all/modules/img_assist/img_assist_popup.js"></script>
<script type="text/javascript" src="/sites/all/modules/img_assist/img_assist_fckeditor.js"></script>
<script type="text/javascript">Drupal.extend({ settings: { "admin_menu": { "margin_top": 1 }, "basePath": "/" } });</script>
</head>

<frameset rows="38, *" onload="initLoader()" frameborder="0" border="0" framespacing="0">
<frame name="img_assist_header" src="" class="img_assist_header" noresize="noresize" />
<frame name="img_assist_main" src="" class="img_assist_main" noresize="noresize" />
</frameset>
</html>

Comments

gp.mazzola’s picture

Status: Active » Closed (fixed)

Sorry.
I am an idiot. My fault. I forgoto to copy the JS into img_assist directory
(and I have installed both modules, tons of times)
Sorry again