Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 35
  1. #11
    Join Date
    Mar 2004
    Location
    Calgary, Alberta
    Posts
    290
    Plugin Contributions
    1

    Default Re: Weird error even with a skeleton

    I turned off that auto_load.. the IE version I am using is IE 6.0.2800.1106

    and still see nothing... comment out that DEBUG_AUTOLOAD line in the configuration.php and my page loads...

    ... tugs thoughtfully at last remaining hair......

  2. #12
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Weird error even with a skeleton

    I hope we are looking at the same url, which is:
    http://www.totalgarage.ca/Products/index.php

    This is so funny *_*

    On a side note, your site is not displayed correctly on IE6, the login and searchbox seems to be shifted.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #13
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Weird error even with a skeleton

    Quote Originally Posted by yellow1912 View Post
    I hope we are looking at the same url, which is:
    http://www.totalgarage.ca/Products/index.php

    This is so funny *_*

    On a side note, your site is not displayed correctly on IE6, the login and searchbox seems to be shifted.
    Yes, that's the URL I'm looking at too.

    As for the shifted search/login, I see that as well. Also in FireFox2.
    The shifting is likely a result of the error message being displayed still.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #14
    Join Date
    Mar 2004
    Location
    Calgary, Alberta
    Posts
    290
    Plugin Contributions
    1

    Default Re: Weird error even with a skeleton

    The link is correct...


    and on the login... It used to be up in the header image.. I've moved it down, but haven't decided if I should hack the initial page to make space in the corner or if there is a better way of handling the placement of the login / search stuff....

  5. #15
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Weird error even with a skeleton

    This is what I see in IE6

    ... the PHP Notice is a result of the DEBUG_AUTOLOAD line in the local/configure.php file.
    When you're done with the autoload debugging, you can remove that line.


    NOTE: Attachment removed
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #16
    Join Date
    Mar 2004
    Location
    Calgary, Alberta
    Posts
    290
    Plugin Contributions
    1

    Default Re: Weird error even with a skeleton

    I've turned it back on again...

    and also in configuation

    PHP Code:
    <?php
      ini_set
    ('display_errors''1');
      
    define('STRICT_ERROR_REPORTING'true);
      
    define('DEBUG_AUTOLOAD',true);
      
    error_reporting(E_ALL E_STRICT); 
    ?>
    DrByte, does the site work for you in both FF2 and IE6 ?

  7. #17
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Weird error even with a skeleton

    Site "works" in both browsers.
    The IE example has fonts a bit large, which is usually a result of debug messages such as you currently have displayed.

    In FF I don't see the PHP Notice/error.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #18
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Weird error even with a skeleton

    I dont understand anymore, FF shows me a blank page
    IE7: Internet Explorer cannot display the webpage
    IE6: blank
    but unlike FF, the source code does have something though:
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
    <BODY></BODY></HTML>
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  9. #19
    Join Date
    Mar 2004
    Location
    Calgary, Alberta
    Posts
    290
    Plugin Contributions
    1

    Default Re: Weird error even with a skeleton

    If it was just me, I'd believe you.... well I do.. but that still doesn't help me, as I'm not the only one with is.. yellow1912 has it too...

    Now why would it not work for some browsers and work for others.... Because I just checked my IE and its the latest version and it don't like it...

    Wonder if there is another tool out there that I can use.....

  10. #20
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Weird error even with a skeleton

    Well, rather than worrying about whether or why one browser displays debug code or not, why not focus on your earlier goal of getting the addon code working.

    Re-upload the auto_loader file, and upload the "real" class file, not your modified skeleton one.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Checkout Timeout Error even when logged in
    By rsykes in forum General Questions
    Replies: 1
    Last Post: 17 Sep 2011, 03:26 PM
  2. Something is wrong with my cPath, really weird error
    By 1kell in forum Addon Templates
    Replies: 4
    Last Post: 29 May 2010, 07:02 PM
  3. CC process error even though cards enabled - goemerchant
    By peggyc in forum Addon Payment Modules
    Replies: 25
    Last Post: 6 Aug 2009, 09:48 PM
  4. Configure.php error, even though the chmod is at 777
    By Ariejester in forum Installing on a Linux/Unix Server
    Replies: 6
    Last Post: 26 Jan 2008, 11:36 PM
  5. Weird error with firefox
    By maclancer in forum General Questions
    Replies: 3
    Last Post: 13 Jul 2007, 12:52 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR