Page 1 of 1

HTML Editor not working

Posted: Sat Sep 15, 2007 6:40 pm
by dareallyst
Can someone please help me figure out this issue.

My hosting company moved all of my sites over to a new server a couple of weeks ago and now when you click the HTML or link icon while editing or creating a content item, the box opens up, but there is nothing there, just a empty box.

Here is what the title bar says when clicking on the HTML icon {$lang_theme_code_title}

Here is what it says when you click the link icon {$lang_insert_link_title}

There were some other issues that were caused by the move like the file permissions were changed so I had to go in and change them back, but this issue is something I can't figure out.

I'm in the process of uploading a fresh copy of joomla in another folder and was going to try to link it to the old database to see if that will work around my problem.

Any information or advice would be greatly appreciated.

Re: HTML Editor not working

Posted: Sat Sep 15, 2007 8:32 pm
by pe7er
Does the error occur when editing articles in the Front-end or in the Back-end?

WYSIWYG editor not working properly in the Back-end?
How do you access the back-end of your site?
with http://www.yoursite.com/administrator or http://yoursite.com/administrator
And how is the $mosConfig_live_site configured in your configuration.php ? with or without www. ?
Please see: http://forum.joomla.org/index.php/topic,87198.0.html

WYSIWYG editor does not work properly in the Front-end?
Did you include the following code in your template's index.php:
id ) { initEditor(); } ?>

Re: HTML Editor not working

Posted: Sat Sep 15, 2007 9:16 pm
by dareallyst
pe7er wrote:Does the error occur when editing articles in the Front-end or in the Back-end?

WYSIWYG editor not working properly in the Back-end?
How do you access the back-end of your site?
with http://www.yoursite.com/administrator or http://yoursite.com/administrator
And how is the $mosConfig_live_site configured in your configuration.php ? with or without www. ?
Please see: http://forum.joomla.org/index.php/topic,87198.0.html

WYSIWYG editor does not work properly in the Front-end?
Did you include the following code in your template's index.php:
id ) { initEditor(); } ?>



Thanks for the info. I changed the mosConfig_live_site and now it works fine.  ;D