Page 4 of 4 FirstFirst ... 234
Results 31 to 32 of 32
  1. #31
    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..

  2. #32

    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!

 

 
Page 4 of 4 FirstFirst ... 234

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