Forum Support

Shape 5
March 18, 2024, 10:19:28 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Operation Aborted Error  (Read 1004 times)
mikek
Administrator
*****
Offline Offline

Posts: 28743



WWW
« on: November 06, 2008, 08:02:15 AM »

Occasionally some sites will produce an error reading "Operation Aborted" in Internet Explorer. If you are experiencing this issue please try the following fix:


Edit the file mod_s5_frontpage_display.php in the modules folder and look for:



<?php if ($s5_fd_show_first == "1") { ?>
s5_fd_box1();
<?php } ?>

<?php if ($s5_fd_show_first == "2") { ?>
s5_fd_box2();
<?php } ?>

<?php if ($s5_fd_show_first == "3") { ?>
s5_fd_box3();
<?php } ?>

<?php if ($s5_fd_show_first == "4") { ?>
s5_fd_box4();
<?php } ?>

<?php if ($s5_fd_show_first == "5") { ?>
s5_fd_box5();
<?php } ?>

<?php if ($s5_fd_show_first == "6") { ?>
s5_fd_box6();
<?php } ?>


and replace it with:


function s5_load_boxes() {

<?php if ($s5_fd_show_first == "1") { ?>
s5_fd_box1();
<?php } ?>

<?php if ($s5_fd_show_first == "2") { ?>
s5_fd_box2();
<?php } ?>

<?php if ($s5_fd_show_first == "3") { ?>
s5_fd_box3();
<?php } ?>

<?php if ($s5_fd_show_first == "4") { ?>
s5_fd_box4();
<?php } ?>

<?php if ($s5_fd_show_first == "5") { ?>
s5_fd_box5();
<?php } ?>

<?php if ($s5_fd_show_first == "6") { ?>
s5_fd_box6();
<?php } ?>

}

window.onload = s5_load_boxes;

Logged

Mike Knott
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.