General Website Design and Development

Everything else related to website development.

Forum Sponsor (Advertise with us)
Reply
 
Thread Tools Display Modes
    #1 (permalink)  
Old 04-02-2010
Your Virtual Wizard's Avatar
VAF Blog Challenge Moderator
Company name: Your Virtual Wizard
 
Join Date: Sep 2008
Location: Florida-Gulf Coast
Posts: 2,168
Blog Entries: 5
Send a message via AIM to Your Virtual Wizard Send a message via Yahoo to Your Virtual Wizard Send a message via Skype™ to Your Virtual Wizard
Problem Opening My Site in IE7, Receive Error
Today I tried to open my WordPress website in IE7 but the whole page won't appear.

It states, "Done but with errors" at the bottom.

I've done some searching and believe this to be an Explorer error. The site opens fine in Firefox.

When I click on the message, I receive:

Line: 11
Char: 487
Error: ssbound is null or not an object
Code: 0
Url: www.yourvirtualwizard.com

I am unable to find out anything about this error online. I have disabled all of my plugins. I also changed the Internet Options to 'no debugging' and that hasn't worked.

I tried this to open in Vista and ran a Microsoft Runtime Error fix but that didn't work.

I have not changed or added anything to my site. WP is up to date.

So I am at a complete loss.

Any ideas?

Thank you.

Janine
__________________
WRITE FAB RFP PROPOSALS & land THE VA job. WinningRFP unveils soon! SignUp www.WinningRFP.com
Reply With Quote
    #2 (permalink)  
Old 04-02-2010
virtual writing's Avatar
Resident Member
Company name: Virtual Writing and Communications
Latest blog post: Triberr lament
 
Join Date: Nov 2007
Location: Alamance County, NC
Posts: 1,410
Blog Entries: 1
Default Re: Problem Opening My Site in IE7, Receive Error
Janine - Did you figure it out yet? Your site's opening for me in Chrome and IE, so maybe you did.

Was your problem something to do with a script you had on the page? Just curious.
__________________
Mary H. Ruth/Virtual Writing & Communications
http://www.writingVA.com
Reply With Quote
    #3 (permalink)  
Old 04-02-2010
Business-Bytes's Avatar
Resident Member
Company name: SunRise Virtual Solutions
 
Join Date: Jun 2009
Location: Iowa
Posts: 1,043
Blog Entries: 1
Send a message via Skype™ to Business-Bytes
Default Re: Problem Opening My Site in IE7, Receive Error
Janine, maybe contact Nick at Elegant Themes - or search the ET forum? Sounds like a javascript error to me, so hopefully he could tell you how to correct it (if it is in relation to the theme and not a plugin - don't say anything about a plugin if you post on the ET forum or he will blame it on that right off the bat ). At least that would narrow it down a bit as to where to go from there.
__________________
Jules, SunRise Virtual Solutions - WordPress Customization & XHTML/CSS Web Sites
Reply With Quote
    #4 (permalink)  
Old 04-02-2010
Your Virtual Wizard's Avatar
VAF Blog Challenge Moderator
Company name: Your Virtual Wizard
 
Join Date: Sep 2008
Location: Florida-Gulf Coast
Posts: 2,168
Blog Entries: 5
Send a message via AIM to Your Virtual Wizard Send a message via Yahoo to Your Virtual Wizard Send a message via Skype™ to Your Virtual Wizard
Default Re: Problem Opening My Site in IE7, Receive Error
Hi Mary,

No the problem still persists. Thanks for trying it in IE...it opened for you OK?

Thanks, Jules. I thought this was something on my end because it never happened before.

Janine
__________________
WRITE FAB RFP PROPOSALS & land THE VA job. WinningRFP unveils soon! SignUp www.WinningRFP.com
Reply With Quote
    #5 (permalink)  
Old 04-02-2010
Codehead's Avatar
Administrator
Company name: Codehead LLP
My latest blog post: Mac Performance Benchmark App
 
Join Date: Apr 2007
Location: WA
Posts: 175
Default Re: Problem Opening My Site in IE7, Receive Error
Hi Janine, find the part of the code (in your templates or dashboard) where the Vimeo video code is and you will see something like this:

HTML Code:
<div class="slider-right">
            
            <object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=9386038&server=vimeo.com&show_title=1&show_byline=0&show_portrait=0&color=ff9933&fullscreen=1" /> <embed src=http://vimeo.com/moogaloop.swf?clip_id=9386038&server=vimeo.com&show_title=1&show_byline=0&show_portrait=0&color=ff9933&fullscreen=1 wmode="transparent" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed>                      
            </div>
To fix your issue, add </object> (object closing tag) before the last closing div, that means the code above should look like this:

HTML Code:
<div class="slider-right">
            
            <object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=9386038&server=vimeo.com&show_title=1&show_byline=0&show_portrait=0&color=ff9933&fullscreen=1" /> <embed src=http://vimeo.com/moogaloop.swf?clip_id=9386038&server=vimeo.com&show_title=1&show_byline=0&show_portrait=0&color=ff9933&fullscreen=1 wmode="transparent" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed> 
            </object>                        
            </div>
__________________
"Imagination is more important than knowledge."
Albert Einstein
Reply With Quote
    #6 (permalink)  
Old 04-02-2010
Business-Bytes's Avatar
Resident Member
Company name: SunRise Virtual Solutions
 
Join Date: Jun 2009
Location: Iowa
Posts: 1,043
Blog Entries: 1
Send a message via Skype™ to Business-Bytes
Default Re: Problem Opening My Site in IE7, Receive Error
Originally Posted by Your Virtual Wizard View Post
Thanks, Jules. I thought this was something on my end because it never happened before.
Janine
You know, Janine, now that Hamid caught the missing </object> tag - remember when you were having problems with a video not acting right? Bells went off for me after Hamid posted.

Me, I just automatically thought is was an error with ssbound somewhere in the javascript because IE can be such a problem child with coding, but it did also say 'or not an object' as in there was a conflict - add the ending </object> tag and I bet Hamid hit the nail on the head.

I'll be checking up to see if your site displays in IE as it should.
__________________
Jules, SunRise Virtual Solutions - WordPress Customization & XHTML/CSS Web Sites
Reply With Quote
    #7 (permalink)  
Old 04-02-2010
Tess's Avatar
Senior Member
Company name: Codehead, LLP
Latest blog post: SEO Q&A
 
Join Date: Apr 2007
Location: Portland, OR
Posts: 9,131
Blog Entries: 3
Default Re: Problem Opening My Site in IE7, Receive Error
The missing tag was tracked down using 'view source' on the page - you can see it's missing.

IE7 is notorious for not 'correcting' broken tags the way other browsers do, when they can [or so Hamid the genius code-reader tells me... gosh he makes me look smart! ]
__________________
Create a welcome packet for new clients with this guide and free templates!

(Available in PDF and Kindle versions)
Reply With Quote
    #8 (permalink)  
Old 04-02-2010
Business-Bytes's Avatar
Resident Member
Company name: SunRise Virtual Solutions
 
Join Date: Jun 2009
Location: Iowa
Posts: 1,043
Blog Entries: 1
Send a message via Skype™ to Business-Bytes
Default Re: Problem Opening My Site in IE7, Receive Error
Janine, hope you don't mind that I posted this here. I couldn't stand it, so I went in and added the closing tag and voila! your site is working in IE!!!

Hamid, you rock!!!!

Hugs!!!!!

P.S. Janine, you might want to go in and check for other missing tags because IE is displaying some of the text in a rather unflattering way.
__________________
Jules, SunRise Virtual Solutions - WordPress Customization & XHTML/CSS Web Sites
Reply With Quote
    #9 (permalink)  
Old 04-02-2010
Codehead's Avatar
Administrator
Company name: Codehead LLP
My latest blog post: Mac Performance Benchmark App
 
Join Date: Apr 2007
Location: WA
Posts: 175
Default Re: Problem Opening My Site in IE7, Receive Error
Honestly, there are more missing closing tags and malformed ones as well (in the content), I would just go through and fix as many as I could, the site works in all the browsers though so I wouldn't panic about it at all, it can be fixed...
__________________
"Imagination is more important than knowledge."
Albert Einstein
Reply With Quote
    #10 (permalink)  
Old 04-02-2010
Codehead's Avatar
Administrator
Company name: Codehead LLP
My latest blog post: Mac Performance Benchmark App
 
Join Date: Apr 2007
Location: WA
Posts: 175
Default Re: Problem Opening My Site in IE7, Receive Error
Thanks Jules
__________________
"Imagination is more important than knowledge."
Albert Einstein
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Question] Tagline Problem (Well more of an English problem) joeju Branding Your Business 8 02-23-2010 12:36 AM
Anyone else using MyHours have a problem getting to the site? Angela Wills Task and Time Tracking 9 02-19-2010 01:49 PM
Newsletter Error Hettwer_Virtual_Office Newsletters and Email Marketing 3 01-13-2009 09:45 PM
Any ideas on what to use for fancy email for Grand Opening annoucement Michelle H Newsletters and Email Marketing 6 04-01-2008 11:19 PM


All times are GMT -4. The time now is 02:12 AM.

International Virtual Assistants Association
Project Management for Virtual Assistants
Work from Home | Become A Virtual Assistant
Virtual Assistant Directory
Affordable WordPress Themes
Create a Professional New Client Welcome Packet
Virtual Assistant Forums Advertising

© Virtual Assistant Forums 2012
All content and images are protected under copyright law and may not be reproduced in any way without express written consent.