Quote:
Originally Posted by Chuck S Just an fyi the source error in IE is preferring to the page source not your script source so its line 112 of the page source and character xxx. |
Right - sorry, it was late and my brain was tired.

That pointed me to the source of the problem but I still need your help fixing it...
I'm using the basic wysiwyg editor.
I tried it with the advanced wysiwyg editor and in the off position and there is NO error. Switch it back to the basic editor and the error returns. Note: I'm using the basic editor because I needed the editor to fit in a smaller layout - didn't find in the forum, the tinyMCE site, or by myself how to change the width of the advanced editor.
fyi: I reverted to the
original downloaded source code for the classifieds and still get the error with the basic editor. I've now switched back to my code, in case you take a look.
Looking at the page source, that puts the error at the end of the code below (fyi: I tried logging in as admin on that page but still get the error).
Quote:
<script type="text/javascript" src="http://www.allthingsdemocratic.com/js/tiny_mce.js"></script>
<script type="text/javascript">
tinyMCE.init({
relative_urls : false,
remove_script_host : false,
document_base_url : "http://www.allthingsdemocratic.com",
// General options
mode : "textareas",
theme : "advanced",
});
</script>
|
I see that the code comes from pp-inc.php:
Code:
Content visible to verified customers only.
Is there anything in that code that would produce the error, even with the original classifieds source code? Anything that can be tweaked? Thanks!