Page 1 of 1

Cannot Insert image or HTML Tags

Posted: Mon Feb 04, 2008 11:16 pm
by vijayraj98
Hi,
I am using Joomla Joomla! 1.0.13 Stable .

When i go to edit any of the modules  or content pages and click on insert image icon or html, the pop up window opens but displays a blank page.

At the status bar it shows "Done"

In Internet explorer,
it shows the error message
Access Denied at : option=com_modules&client=&task=editA&hidemainmenu=1&id=33

Can anyone help.

Thanks
Vijay

Re: Cannot Insert image or HTML Tags

Posted: Tue Feb 05, 2008 9:30 am
by infograf768
Solution is all over the forums.

use the same url as entered in the global configuration i.e. with or without www, as entered.

Moving to WYSIWYG editors.

Re: Cannot Insert image or HTML Tags

Posted: Thu Feb 21, 2008 3:03 am
by morpheu
vijayraj98 say this message and i have same problem whit joomla 1.0.13 Stable and i don`t know how to resolve that
where i go and what to edit? please give me a large explication...Thanks Morph.

Hi,
I am using Joomla Joomla! 1.0.13 Stable .

When i go to edit any of the modules or content pages and click on insert image icon or html, the pop up window opens but displays a blank page.

At the status bar it shows "Done"

In Internet explorer,
it shows the error message
Access Denied at : option=com_modules&client=&task=editA&hidemainmenu=1&id=33

Can anyone help.

Thanks
Vijay

Re: Cannot Insert image or HTML Tags

Posted: Mon Feb 25, 2008 9:59 am
by MustafaParvez
I am facing exactly the same issue, unable to insert or define anything in the pop-up (because it is a blank page), that opens, I cannot set parameters for my tables, insert images or define hyperlinks, I have been currently working around it by preparing my page in a different editor (front page) and then pasting it on my WYSIWYG Editor, which is a pain every time, if someone can post a solution please. I tried to install a different editor from Tinymce to JCE, but still the same issue.

Thanks in advance
Mustafa

Re: Cannot Insert image or HTML Tags

Posted: Mon Feb 25, 2008 10:17 am
by MustafaParvez
Hi Vijay,

I tried something that worked for me, go to user management select yourself and in the parameters select the editor and apply/save. This solved the issue for me. I am using Firefox browser, IE still has the same issues. But if just a change of browers and selecting the editor and assigning it helps i am happy. Try it!!

Best wishes
M

Re: Cannot Insert image or HTML Tags

Posted: Thu Aug 28, 2008 5:57 am
by cyberjoex
Its not about the editor. Its has something to do with the configuration. Go to the Administrator page and check the Live Site setting. If it has a "www" prefix, then you have to login like http://www.yoursite.com/administrator. If it has no "www" prefix, then you should also login as http://yoursite.com/administrator.

Howevert there's a proper solution to this. Open the configuration.php file found in your Joomla/Mambo installation root folder and find:

$mosConfig_live_site = ‘http://yourdomain.com’; (with or without ‘www.’)

Replace with:

$mosConfig_live_site = ‘http://’ . $_SERVER["SERVER_NAME"];

That’s it! This is a very simple fix and is very flexible. The Live Site setting will automatically change depending on what the admin or visitor type on the address bar without worrying whether they use a ‘www.’ prefix or not at the front end or at the back end.

Re: Cannot Insert image or HTML Tags

Posted: Fri Sep 12, 2008 9:06 pm
by Travision
Awesome! Thanks for the fix, works great!

Re: Cannot Insert image or HTML Tags

Posted: Wed Jun 24, 2009 2:45 am
by aspkamal
worked 2 me 2.. thanks a lot!!!

Re: Cannot Insert image or HTML Tags

Posted: Mon Jul 04, 2011 9:11 am
by ivibes
toggling the editor worked for me thanks!

Re: Cannot Insert image or HTML Tags

Posted: Wed Sep 14, 2011 11:27 am
by rsdebasis
1)First check joomla global configuration setting in back end(administration part). Global Configuration->system->Enable Flash Uploader setting should be no. then check.is it working?

if not working then
2)put in your template index.php file
<script type="text/javascript">
jQuery.noConflict();
</script> then check.is it working?

if not working then
3) check joomla root directory media folder. may be corrupted some images in media folder. plz replace the media folder.
then check.is it working?
if not working then
4)check plugins in your admin panel. which one conflict . make that plugin unpublish.

It must work. enjoy.