Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

IE 6 Error !


Go to End


4 Posts   1308 Views

Avatar
OnebyOne

Community Member, 54 Posts

3 November 2008 at 8:41am

Hi all,

is my first contact with SS. I installed it on a local machine, and is working perfect in IE7 and FF 3.0. I've installed it with sample data.

I tried to test it in IE 6 (with a Software called MultipleIEs ), but when i call the path to the machine is not working and i got this error:

"Internet Explorer cannot open the Internet site htpp://... . Operation aborted"

Is not the 1st time i'm using MultipleIEs, but is the 1st when i'm not able to see a website from local machine

regards,

Avatar
Willr

Forum Moderator, 5523 Posts

3 November 2008 at 6:02pm

"Internet Explorer cannot open the Internet site htpp://... . Operation aborted"

Shouldnt that htpp:// be http:// ?

Avatar
OnebyOne

Community Member, 54 Posts

3 November 2008 at 6:42pm

sorry for the wrong writing,

it is "http://localhost:85/silver/"

with

PHP : 5.2.5
MySQL : 5.0.41-community
Apache : 2.2.8
phpMyAdmin : 2.11.6

Avatar
OnebyOne

Community Member, 54 Posts

3 November 2008 at 11:49pm

Edited: 03/11/2008 11:49pm

Is here something wrong
<script type="text/javascript" src="public/js/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
var params = {};
var attributes = {};
attributes.id = "1209";
swfobject.embedSWF("public/swf/header.swf", "NameHeaderFlash", "778", "247", "7.0.0", false, flashvars, params, attributes);
</script>

the public directory and files are created, maybe the frame has incompatibility with swfobject.js

Without this piece of code in header is working in IE6 (With this pice on onther cms is working in IE6)