Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Object expected
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum LockedObject expected

 Post Reply Post Reply Page  12>
Author
superlative View Drop Down
Groupie
Groupie

Not Comparative, I m Superlative :)

Joined: 26 November 2004
Location: Turkey
Status: Offline
Points: 125
Post Options Post Options   Thanks (0) Thanks(0)   Quote superlative Quote  Post ReplyReply Direct Link To This Post Topic: Object expected
    Posted: 12 February 2006 at 11:52am
Hi All;
 
I install latest version of RTE to my 2 hosting sponsors servers. Check it :
 
  1. http://knowhow-demo.vt.com.tr/RTE/
  2. http://www.knowhow.gen.tr/rte/
I dont change anything, I download RTE and upload RTE folder to servers. Toolbar not created and i see script error in no 1.
 
Other server no problem. Why dont work ? Any idea ?
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 12 February 2006 at 4:04pm
For some reason the javascript files are failing to load.

Looking at the HTML code it looks like it has changed and been placed on one line, as though it has bene modified.

Try reuploading the original files again.

Also, using Firefox, it has a much better javascript consol that shows you the exact error message.
Back to Top
superlative View Drop Down
Groupie
Groupie

Not Comparative, I m Superlative :)

Joined: 26 November 2004
Location: Turkey
Status: Offline
Points: 125
Post Options Post Options   Thanks (0) Thanks(0)   Quote superlative Quote  Post ReplyReply Direct Link To This Post Posted: 12 February 2006 at 4:40pm
Does not work Borg, I redownload and reupload to http://knowhow-demo.vt.com.tr/RTE/  i see same error. I think this problem occur if server have got Norton Antivirus. vt.com.tr server owner sait that (we using NAV Gold Edition) I download NAV corporate edition and now install to my server for examine this problem. This is java script block problem or server settings (IIS) different. Or permission problem. Confused
Back to Top
superlative View Drop Down
Groupie
Groupie

Not Comparative, I m Superlative :)

Joined: 26 November 2004
Location: Turkey
Status: Offline
Points: 125
Post Options Post Options   Thanks (0) Thanks(0)   Quote superlative Quote  Post ReplyReply Direct Link To This Post Posted: 12 February 2006 at 6:04pm
This reason is not NAV. But may be this is cause :
 
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 13 February 2006 at 12:46pm
It's an IIS 6 server compression issue as I have IIS 6 dynamic compression enabaled on this site and the RTE demo site without an issue.

However, NAV, is a pain in the arse and courses loads of issues, AVG is a much better product for web server AV software.

Although, no matter what AV software you use, you should disable any real time scanners on web servers, and just set it up to do a full file scan in the early hours of the morning.


Edited by -boRg- - 13 February 2006 at 12:46pm
Back to Top
superlative View Drop Down
Groupie
Groupie

Not Comparative, I m Superlative :)

Joined: 26 November 2004
Location: Turkey
Status: Offline
Points: 125
Post Options Post Options   Thanks (0) Thanks(0)   Quote superlative Quote  Post ReplyReply Direct Link To This Post Posted: 14 February 2006 at 5:01pm
Borg I discover something. I think this is related with HTTP Compression. When I try to access http://knowhow-demo.vt.com.tr/RTE/  this site from my office. RTE OK. When I try access same site from home I recieve script error (javascript - object expected). I use proxy on the my office. From my home direct access (without proxy). I try this :
 
1. I found a free proxy (I select transparent from this site http://www.proxy4free.com/page1.html)
 
2. Then I try to visit http://knowhow-demo.vt.com.tr/RTE/ 
 
3. I see toolbar without any problem.
 
4. I disable proxy and close internet explorer
 
5. Open new internet explorer and I see script error.
 
I think this is releated via HTTP compression in IIS 6. I can not resolve this problem but this is very important. If this problem occur V8 Final this problem will very big problem. I check my forum in the same server and see same script error. May be examine this problem. And will fix it. I can help you Borg. This is complex problem and We dont know cause of this problem. This problem dont occur every server. I sure this is not Antivirus Software. May be change asp code call order (for RTE) and able to fix. Same problem in my forum (same server) :
 
http://knowhow-demo.vt.com.tr/forum/edit_post.asp?M=Q&PID=7917&TPN=1 (Click left bellow corner of IE icon and see script error)
Back to Top
superlative View Drop Down
Groupie
Groupie

Not Comparative, I m Superlative :)

Joined: 26 November 2004
Location: Turkey
Status: Offline
Points: 125
Post Options Post Options   Thanks (0) Thanks(0)   Quote superlative Quote  Post ReplyReply Direct Link To This Post Posted: 14 February 2006 at 10:25pm
Yes, yes,yes Borg :) I found cause of this problem :) This is Good news...
 
I try following steps :
 
  • Found this ASP code for see Server Variables :

Quote

<%
Dim Item
%>
<!-- Show greeting using selected server variables -->
Hello visitor from <%= Request.ServerVariables("REMOTE_ADDR") %>! Your
browser identifies itself as <%= Request.ServerVariables("HTTP_USER_AGENT") %>.
<BR>
<BR>
<!-- Show all server variables -->
<TABLE BORDER=2>
<TR>
 <TD><B>Server Variable</B></TD>
 <TD><B>Value</B></TD>
</TR>
<% For Each Item In Request.ServerVariables %>
<TR>
 <TD><FONT SIZE="-1"><%= Item %></FONT></TD>
 <TD><FONT SIZE="-1"><%= Request.ServerVariables(Item) %>&nbsp;</FONT></TD>
</TR>
<% Next %>
</TABLE>
 
  • Then, I see this value in first row :HTTP_TURBOIIS_AGENT:IE 6 
  • I undestand my hosting company install 3rd party ISAPI HTTP Compression filter. Search TURBOIIS in Google found this : http://www.turboiis.com/
  • I download demo version of TURBO IIS 2003 and install this to my local 2003 Server. Then I check my local RTE site.
  • I see same script error with my hosting company's server
  • Send an email to owner of hosting company explain this situation.
  • They are exclude our web site from TURBO IIS
  • Then I check this site : http://knowhow-demo.vt.com.tr/rte/
  • Problem is resolved Big smile

This topic help to who see the "Object Expected" Javascript Error in the RTE. Borg may be you inform to WWF and RTE users for this problem. If Turbo IIS installed to WWF or RTE users's server, RTE will dont work.  Server requirement is don't installed Turbo IIS. I think many user will meet this problem. Hosting Companies prefer smiliar ISAPI Filters for save bandwidth.



Edited by superlative - 23 April 2006 at 11:12pm
Back to Top
dpyers View Drop Down
Senior Member
Senior Member


Joined: 12 May 2003
Status: Offline
Points: 3937
Post Options Post Options   Thanks (0) Thanks(0)   Quote dpyers Quote  Post ReplyReply Direct Link To This Post Posted: 15 February 2006 at 12:53am
Nice bit of troubleshooting there.  Going to have to remember to check for iis compression with similar problems.

Lead me not into temptation... I know the short cut, follow me.
Back to Top
 Post Reply Post Reply Page  12>

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.