vForums Support > vForums :: Support :: > HELP! Log In Error with IE

HELP! Log In Error with IE - Posted By pth (pth) on 9th Jan 09 at 9:51pm
Forum URL:http://primetimetvhaven.vforums.co.uk/
Experienced By:staff & members
Browser:IE
Operating System:

Problem:Everyone that is using IE for a browser is not able to log onto or register at my new board. This was not happening when I first opened the board last week but now no one can log in. We all get the same message:

Internet Explorer cannot open the internet site http://primetimetvhaven.vforums.co.uk/

Operation Aborted


Is there any reason why members/staff cannot use IE when accessing the board?


Thanks for any help that can be provided

Re: HELP! Log In Error with IE - Posted By Graham (amusedtodeath) on 9th Jan 09 at 10:12pm
Hi there

Have you added any codes to the site recently? In that, any that were not there since the error has started.

I can log in fine using Firefox, but if you want to log into the admin panel and check any codes, then add "/noheaders/1" (without the speech marks) to the end of the URL, that will let you access the page without the headers and footers loading. For example, to get to the admin panel you would go to the following: http://primetimetvhaven.virtualforums.co.uk/action/admin/noheaders/1
If you have Firefox, then you should be able to check without any errors at all {Smile}

Re: HELP! Log In Error with IE - Posted By pth (pth) on 10th Jan 09 at 7:08pm
I have Firefox so I am still able to get onto the board. I added a few codes. I guess I will have to take them all out and then add them one by one until I figure out which one caused the error.Now to just figure out which ones I added that day. {Shocked} I did not realize that a code could do that to a browser.

Thanks for the info.

Re: HELP! Log In Error with IE - Posted By pth (pth) on 10th Jan 09 at 7:17pm
I removed this code and was at least able to log in, but then I got the error again when I tried to view a thread



<script>
/*UBBC in QR on new line
Including PM Send
Wrighty
No Repost, rip, or claiming!*/

if(get('pm_quick_reply','id') || get('quick_reply','id')){
if(location.href.match(/pm/)){
var tab = get('pm_quick_reply','id').getElementsByTagName('table')[0];
}else{
var tab = get('quick_reply','id').getElementsByTagName('table')[0];
}
var a = tab.insertRow(0).insertCell(0);
tab.rows[1].cells[1].innerHTML = tab.rows[1].cells[1].innerHTML.replace(/<br\s?\/?>/g,'');
a.appendChild(tab.rows[1].cells[1]);
tab.rows[1].cells[0].width = '100%';
document.getElementsByName('message')[0].style.width = '99%';
}
</script>

Re: HELP! Log In Error with IE - Posted By pth (pth) on 10th Jan 09 at 7:37pm
I removed this code as well and now it works fine

thanks for the help


<script>
/*Scroll To Quick Reply
Coded By Wrighty
Do Not: Rip, Repost or Claim*/

var d = get('a','tag');
for(i=0;i<d.length;i++){
if(d[i].className == 'backtotop'){
d[i].parentNode.appendChild(document.createTextNode(' - '));
var a = document.createElement('a');
a.href = '#bottom';
a.appendChild(document.createTextNode('Quick Reply'));
d[i].parentNode.appendChild(a);
}
}
var z = document.createElement('a');
z.name = 'bottom';
document.body.appendChild(z);
</script>

removed this code and now all is well