I've had img_assist up and working for several weeks now, everything was going fine. (drupal 6.10, img_assist 6.x-2.0-alpha3)
Recently I went to add an image using img_assist but in the popup window that comes up to browse/upload for images the header is blank... no 'My Images' button, no 'Browse' button..
Over the past several days I've made several changes to the site, (added quicktabs, block theme, views_groups and webform modules) and have added the shadedborder javascript library to round corners and make drop shadows.
The source of the header looks like this:
<html>
3<head>
4<title>Add image</title>
5<script type="text/javascript" src="/misc/jquery.js?6"></script>
6<script type="text/javascript" src="/misc/drupal.js?6"></script>
7<script type="text/javascript" src="/modules/dhtml_menu/dhtml_menu.js?6"></script>
8<script type="text/javascript" src="/modules/tabs/ui.tabs.js?6"></script>
9<script type="text/javascript" src="/modules/tabs/tabs.js?6"></script>
10<script type="text/javascript" src="/modules/img_assist/img_assist_popup.js?6"></script>
11<script type="text/javascript" src="/modules/img_assist/img_assist_textarea.js?6"></script>
12<script type="text/javascript">
13<!--//--><![CDATA[//><!--
14jQuery.extend(Drupal.settings, { "basePath": "/", "dhtmlMenu": { "clone": "clone", "slide": 0, "siblings": 0, "relativity": 0, "children": 0, "doubleclick": 0 }, "googleanalytics": { "trackOutgoing": 1, "trackMailto": 1, "trackDownload": 1, "trackDownloadExtensions": "7z|aac|avi|csv|doc|exe|flv|gif|gz|jpe?g|js|mp(3|4|e?g)|mov|pdf|phps|png|ppt|rar|sit|tar|torrent|txt|wma|wmv|xls|xml|zip" }, "tabs": { "slide": false, "fade": false, "speed": "slow", "auto_height": false, "next_text": "next", "previous_text": "previous" } });
15//--><!]]>
16</script>
17</head>
18
19<frameset rows="60, *" onload="initLoader()" frameborder="0" border="0" framespacing="0">
20<frame name="img_assist_header" src="" class="img_assist_header" noresize="noresize" />
21<frame name="img_assist_main" src="" class="img_assist_main" noresize="noresize" />
22</frameset>
23</html>
I have no idea what change is the culprit, there are no javascript errors reported...
any suggestions on where to start looking are much appreciated.
Thanks
Comments
follow-up
This empty img_assist header is only occurring in FireFox