Recent Topics

1 Jul 02, 2008 04:28    

My b2evolution Version: Not Entered


PostPosted: Tue Oct 30, 2007 11:46 Post subject: [1.10.x] Internet Explore cannot open the site Reply with quote
My b2evolution Version: 1.10.x

Current setup: 1.10.2 (release: 2007-06-08)

The Plugins currently installed are:
Smilies, Calendar Skin Tag, Quick Tags Archives, Skin Tag, Autoblog,
DNS, Antispam trackback 2, Ping b2evolution.net, Ping-O-Matic plugin,
Auto Links, Categories Skin Tag, Video Plug, Auto P, Code highlight,
Gallery Texturize

However, reports of the following error has been noted:

"Internet Explorer cannot open the Internet site.
Operation aborted."

Any suggestions to what is possibly causing this error and how to go about preventing this in the future will be greatly applicated.

[/url]
Back to top
View user's profile Send private message
John
the uncertain

Joined: 22 Jun 2004
Posts: 1477
Reputation: 167.5Reputation: 167.5 add or subtract from this member's reputationadd or subtract from this member's reputation
votes: 14

PostPosted: Tue Oct 30, 2007 14:32 Post subject: Reply with quote
A link to the Site may help !
_________________
See the sites in the Palms
Back to top
View user's profile Send private message Visit poster's website
pser2000
New Poster
New Poster

Joined: 01 Nov 2007
Posts: 4
add or subtract from this member's reputationadd or subtract from this member's reputation

PostPosted: Wed Nov 07, 2007 14:22 Post subject: IE cant open a page Reply with quote
This only happens with IE 6, never with firefox and not reported with IE7
If you disable active scriting this will work, but its no solution, we are still looking for an solution, its must be a durty script on the page ...
Peter
Back to top
View user's profile Send private message
John
the uncertain

Joined: 22 Jun 2004
Posts: 1477
Reputation: 167.5Reputation: 167.5 add or subtract from this member's reputationadd or subtract from this member's reputation
votes: 14

PostPosted: Wed Nov 07, 2007 14:35 Post subject: Reply with quote
Well, it's not the skin as I know that works in IE 6 & 7

I would suggest that you systematically begin disabling additional add ons and plugins

EG: Comment out the link in the head for Google Maps first, and then disable your plugins one at a time see what happens.

I can't get to an IE computer right now but will have a look at it today.
_________________
See the sites in the Palms
Back to top
View user's profile Send private message Visit poster's website
Walter
Hooked :)
Hooked :)

Joined: 11 May 2004
Posts: 150
Reputation: 55.9Reputation: 55.9Reputation: 55.9Reputation: 55.9Reputation: 55.9Reputation: 55.9 add or subtract from this member's reputationadd or subtract from this member's reputation
votes: 2

PostPosted: Thu Nov 08, 2007 15:45 Post subject: don't open on IE6 Reply with quote
A friend of mine have this problem with IE 6.

The trouble was that some javascript on IE6 doesn't work ie the base tag is in short form!

You shuold use
<base href="<?php something_that_i_dont_remember_now() ?>"></base>
instead.
<base href="<?php something_that_i_dont_remember_now() ?>" />

Believe or not, there´ s a great chance that it solves your problem.
_________________
[]'s
- Walter
http://b2evolution.waltercruz.com
Back to top
View user's profile Send private message Visit poster's website
sameck
New Poster
New Poster

Joined: 29 Jun 2008
Posts: 2
add or subtract from this member's reputationadd or subtract from this member's reputation

PostPosted: Sun Jun 29, 2008 20:13 Post subject: IE6 Operation Aborted and Firefox3 never opening the page Reply with quote Edit/Delete this post
My blog site is suffering from this exact same problem. In fact I have, more or less, the same problem in the new FireFox3. I am running version 1.10.2 Disabling "Active Scripting" in IE6 allows access to the blog pages and disabling "Javascript" in Firefox3 allows access to the blogs.

You wrote that the trouble was in how IE6 didn't support the close /base tag:
"The trouble was that some javascript on IE6 doesn't work ie the base tag is in short form!

You shuold use
<base href="<?php something_that_i_dont_remember_now() ?>"></base>
instead.
<base href="<?php something_that_i_dont_remember_now() ?>" />"

In what files should I search for these tags? I have made only a few changes to the basic installation. I am using the Nautica_2l skin as my default and I have implemented the basic SPAM recommendations - changing the name of my "htsrv" folder and using the following code in the .htaccess file:

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_REFERER} !^http://www.thefamilyblog.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://thefamilyblog.net/.*$ [NC]
RewriteCond %{REQUEST_URI} ^.*comment_post\.php$
RewriteRule .* - [F]

Also, I have installed the following plug-ins:
Gallery
Video Plug

Thanks for any help you can provide.
Back to top
View user's profile Send private message
Walter
Hooked :)
Hooked :)

Joined: 11 May 2004
Posts: 150
Reputation: 55.9Reputation: 55.9Reputation: 55.9Reputation: 55.9Reputation: 55.9Reputation: 55.9 add or subtract from this member's reputationadd or subtract from this member's reputation
votes: 2

PostPosted: Mon Jun 30, 2008 9:25 Post subject: Reply with quote
In the template that you are using.
_________________
[]'s
- Walter
http://b2evolution.waltercruz.com
Back to top
View user's profile Send private message Visit poster's website
sameck
New Poster
New Poster

Joined: 29 Jun 2008
Posts: 2
add or subtract from this member's reputationadd or subtract from this member's reputation

PostPosted: Mon Jun 30, 2008 19:27 Post subject: Reply with quote Edit/Delete this post Delete this post
Thanks for answering so quickly. Please forgive my ignorance as I'm new to B2E but what template are you referring to...the skin itself or something else.
I found the following line in the _popup.php file in the home folder of the skin:
<base href="<?php skinbase(); // Base URL for this skin. You need this to fix relative links! ?>" /> and changed it to this:
<base href="<?php skinbase(); // Base URL for this skin. You need this to fix relative links! ?>"></base>
It doesn't appear to have made a difference (assuming it should make a difference immediately).

I switched to the Miami_blue template for the Blog A page (http://mydomain.net/index.php?blog=2) and it works without problem while the pages using the Nautica_2l skin still suffer the problem.

I've now tried several different 1.x skins and most have the same file structure:
_bloglist.php
skinshot.jpg
_main.php
_linkblog.php
_feedback.php
as well as these...
_popup.php
_skinslist.php
stylesheet.css
print.css
skininfo.html
none have...
custom.css

The preceding is a thread from the support forum but I thought that someone invoved with templates and skins may have some input. Basically, I found on my 1.10.2 blog site that the only way to get any of the add-in skins to work with IE6 or Firefox3 is to disable Active Scripting or JavaScript, respectively, in the browser before loading the pages.

Any insight will be appreciated.

Do any of these extra files violate any standard config for skin templates for 1.10.2?

Any other ideas will be appreciated.

Thanks again for your help.

2 Jul 02, 2008 10:08

hi sameck and welcome to forums.. I'd love to help you but i dont have much information regarding skins earlier than 2.x.So I dont want to mislead you by mentioning anything, let's hope someone else gives a decent reply..(i guess i dont need to tell upgrading to 2.x is highly recommended)

And please do not double post..in addition, refering to the related topic would be enough, you dont need to ctrl+a&v the whole page ;) cheers


Form is loading...