Quote:
test sold - PhotoPost Classifieds
I have viewed my test site classifieds in in 4 different browsers and see no errors with no editor basic editor or the wysiwyg editor.
|
I was afraid you were going to say that.
Quote:
|
I would suggest you turn off the display of your header etc or get rid of any other hacks you have made and see if you can reproduce this on a clean install. I would highly suspect a conflict with maybe someone else you have done. Like maybe your menubar coding?
|
I did that. I renamed the old project in production and uploaded the original source code. No change.
Quote:
Originally Posted by Chuck S I cant say I would need to know specifically what the line and character is. I dont have a login so I cant grab your true page source that you see. |
Here's the error generated by IE, with the line and char:
Quote:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Sun, 4 Oct 2009 19:33:33 UTC
Message: Expected identifier, string or number
Line: 112
Char: 14
Code: 0
URI: http://www.allthingsdemocratic.com/s...php?product=31 |
Line 112 is the line in red in this page source:
Quote:
<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>
|
And that code's from pp-inc.php:
Code:
Content visible to verified customers only.
If that doesn't help you, do you have an idea how to change the width of the advanced editor? I see someone else asked the question once and you referred them to the tinymce website, but it was no help to me. Thanks!