Hello Guys ¿some kind of bug?
This also happened to mosCE...
The issue is that I have installed my joomla 1.0.8 in a subdirectory, actually
http://www.distritoescolar16.com.ar/content/ and i have installed the imagemanager plugin and added an image to the frontend content. When I click the image for the popup, the popup says...
Quote:
Not Found
The requested URL /index2.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.34 Server at
http://www.distritoescolar16.com.ar Port 80
Any idea when i can fix that?
Thanks
EDIT
The issue is generated by "manager.js" in /mambots/editors/jce/jscripts/tiny_mce/plugins/imgmanager/jscripts/
In line 423 the link is:
Code:
var popup_url = '/index2.php?option=com_jce&task=popup&img=' + popup_image + '&title=' + popup_title + '&w=' + popup_width + '&h=' + popup_height + '&mode=' + popup_mode + '&print=' + popup_print + '&offsite=' + popup_offsite +'&rightclick=' + popup_right_click;
It Shall Be
Code:
var popup_url = '/content/index2.php?option=com_jce&task=popup&img=' + popup_image + '&title=' + popup_title + '&w=' + popup_width + '&h=' + popup_height + '&mode=' + popup_mode + '&print=' + popup_print + '&offsite=' + popup_offsite +'&rightclick=' + popup_right_click;
The "/content/" is not autogenerated!!
This is the generated code
Code:
<a href="javascript:void(0)" onclick="window.open('/index2.php?option=com_jce&task=popup&img=images/stories/web_links.jpg&title=&w=150&h=110&mode=basic&print=0&offsite=0&rightclick=0','','height=110,width=150,top=457,left=565,scrollbars=no,resizable=no');"><img src="http://www.distritoescolar16.com.ar/content/images/stories/pastarchives.jpg" border="0" alt="pastarchives" title="pastarchives" hspace="5" vspace="0" width="128" height="96" align="left" /></a>
I Still cant find the exact code that generates the output for image popup...¿any help?
Thanks