today, you save my blog!!!
I deactivated TinyMCE,
installed FCKEditor and all is working again!
the same on my blog – just upgraded to 2.8 and Tiney MCEAdvanced does not work, text area is white……
Any fix soon?
Mark
I have a simmilar issue – in a post I would like to include a link to a page?
thanks,
Mark
Looking for earlier posts I found the solution!
in my httpd.conf I had this:
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
after changing it to:
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
All is up and running!