Results 1 to 10 of 32

Hybrid View

  1. #1
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Internet Explorer

    Quote Originally Posted by evotactical View Post
    my code is exactly like yours.
    Not quite, you have several extra forward slashes in code...
    Example below marked red
    PLUS
    Code:
     <param name="movie" value="includes/templates/evoTact/images/flash/bannerMenu.swf" />
    my code, with swf file in actual template folder, NOT sub folder
    Code:
     <param name="movie" value="Movie6.swf">

  2. #2

    Default Re: Internet Explorer

    I don't believe it makes a difference, I put the extra forward slash to get rid of some XHTML validator errors. The flash banner does load properly in Firefox but not in IE and it no longer fades with the fual slimbox picture viewer.

  3. #3
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Internet Explorer

    Send me pm with details of where can download
    flsh file concerned...will then test for you.

  4. #4
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Internet Explorer

    Various errors when viewing

    IE 6 - http://www.evotactical.com/ endless loop.

    IE 6 - https://www.evotactical.com/
    pop up msg. : Revocation information for the security certificate for this site is not available.
    SSL Cert does appear to be correctly setup so not sure what that msg. is about.

    Opera 9 - shown at page bottom of Index page only (with both: http & https)
    Notice: Object of class queryFactoryResult could not be converted to int in Unknown on line 0


    It is safe to say that something is different from your Index page than your others. What, I don't know. Some digging still to be done.

    And why don't you have 'https' enabled for your Login page? Seem a shame to have the Cert and not use it. Which BTW, IE tells me you have "Secure and non-Secure Items" so changes need to be done there as well.

  5. #5

    Default Re: Internet Explorer

    misty, thank you so much for your assistance, I truly appreciate it. I have pm'ed you a link to the flash file and also emailed you a copy.

    Rob, I have enabled SSL according the Zen Cart Enabling SSL instructions:
    http://www.zen-cart.com/tutorials/index.php?article=14

    not sure how to make the login page https enabled, but right after you login, it goes to https after that, if you enter the wrong login info or blank info, then it goes to the same login page but in https.

    I am so thankful for your help, you guys really make this support forum a savior alot of people and I can't thank u guys enough.

  6. #6
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Internet Explorer

    I have pm'ed you a link to the flash file and also emailed you a copy.
    Responded to pm with correct email address to send file

  7. #7
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Internet Explorer

    Investigated...
    Works, with warning, in IE 7 using SSL url..
    Fine in Firefox and Safari but not IE6..
    Flash file links to images in domain
    zencart folder/s so testing on own server/template
    means certain flash files load, others do not..

  8. #8

    Default Re: Internet Explorer

    After many hours of debugging I finally got my site to work properly in Internet Explorer except I get a small error code at the end of my site that only shows up in Internet Explorer and NOT Firefox

    Notice: Object of class queryFactoryResult could not be converted to int in /home/evotacti/public_html/includes/application_bottom.php on line 18

    Here is the code from application_bottom.php

    <?php
    /**
    * application_bottom.php
    * Common actions carried out at the end of each page invocation.
    *
    * @package initSystem
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: application_bottom.php 3019 2006-02-13 03:59:48Z birdbrain $
    */
    if (!defined('IS_ADMIN_FLAG')) {
    die('Illegal Access');
    }
    // close session (store variables)
    // zen_session_close();

    session_write_close();

    // breaks things
    // pconnect disabled (safety switch)
    // $db->close();

    if ( (GZIP_LEVEL == '1') && ($ext_zlib_loaded == true) && ($ini_zlib_output_compression < 1) ) {
    if ( (PHP_VERSION < '4.0.4') && (PHP_VERSION >= '4') ) {
    zen_gzip_output(GZIP_LEVEL);
    }
    }
    ?>
    Line 18 is the line that calls the function session_write_close();

    Before I was using zen_session_close(); and that was what was causing the front page to fail in IE.

    Any ideas why IE is whining about this line? It's the same code that everyone else uses in their application_bottom.php file.

    I am so thankful that my website now works in IE now, just gota clear up this little error and I'll be able to sleep properly.

    Any help is greatly appreciate. Thank you for your time!

 

 

Similar Threads

  1. Internet Explorer!!
    By coxdabd in forum General Questions
    Replies: 9
    Last Post: 10 Nov 2010, 03:31 PM
  2. Internet Explorer 7 cannot open internet site
    By Robbyn7 in forum General Questions
    Replies: 14
    Last Post: 27 Mar 2008, 11:21 PM
  3. Internet explorer!!! help!!!!
    By thebooktrunk.com in forum General Questions
    Replies: 6
    Last Post: 17 Oct 2007, 07:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg