Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20
  1. #11
    Join Date
    Aug 2009
    Location
    Waltham, Massachusetts, United States
    Posts
    22
    Plugin Contributions
    0

    Default Re: Odd Cart Issue on new server

    Actually, error was echoed to browser, and no myDEBUG file created.

  2. #12
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Odd Cart Issue on new server

    Quote Originally Posted by semide View Post
    Actually, error was echoed to browser, and no myDEBUG file created.
    Content of the browser error? Just that an error occurred please refresh or go back? Or was it much more detailed?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #13
    Join Date
    Aug 2009
    Location
    Waltham, Massachusetts, United States
    Posts
    22
    Plugin Contributions
    0

    Default Re: Odd Cart Issue on new server

    1146 Table 'belmetri2009_2010d.produc' doesn't exist
    in:
    [select * from produc where products_id < 100;]

  4. #14
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Odd Cart Issue on new server

    Quote Originally Posted by semide View Post
    1146 Table 'belmetri2009_2010d.produc' doesn't exist
    in:
    [select * from produc where products_id < 100;]
    Did an internet search, while this doesn't address all potential issues/solutions, it might help. Looks like either in php.ini display_errors is on or perhaps it is somewhere in the ZC files (possible to override, but isn't suggested)... But this offers a few things to consider:
    http://askubuntu.com/questions/57840...ted-to-browser and at least some discussion about where else to possibly look... Sorry for not trying to find an equivalent FAQ on this site... Went the "easy" route. :)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #15
    Join Date
    Aug 2009
    Location
    Waltham, Massachusetts, United States
    Posts
    22
    Plugin Contributions
    0

    Default Re: Odd Cart Issue on new server

    Any place in ZC Files it is more likely to be? Server info says Error Reporting is off, so I am not sure where to start.

  6. #16
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Odd Cart Issue on new server

    Quote Originally Posted by semide View Post
    Any place in ZC Files it is more likely to be? Server info says Error Reporting is off, so I am not sure where to start.
    Would check includes/application_top.php:

    In ZC 1.5.3 there is a section like this:

    Code:
    /**
     * set the level of error reporting
     *
     * Note STRICT_ERROR_REPORTING should never be set to true on a production site. <br />
     * It is mainly there to show php warnings during testing/bug fixing phases.<br />
     */
    if (defined('STRICT_ERROR_REPORTING') && STRICT_ERROR_REPORTING == true) {
      @ini_set('display_errors', TRUE);
      error_reporting(version_compare(PHP_VERSION, 5.3, '>=') ? E_ALL & ~E_DEPRECATED & ~E_NOTICE : version_compare(PHP_VERSION, 5.4, '>=') ? E_ALL & ~E_DEPRECATED & ~E_NOTICE & ~E_STRICT : E_ALL & ~E_NOTICE);
    } else {
      error_reporting(0);
    }
    Not sure what it is/was for 1.3.9h at the moment. Could find it if need it (I've got a copy somewhere), but I'm working on something else at the moment.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #17
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Odd Cart Issue on new server

    Quote Originally Posted by semide View Post
    Actually, error was echoed to browser, and no myDEBUG file created.
    That suggests that you're missing the /include/extra_configures/enable_error_logging.php file.
    .

    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
    Aug 2009
    Location
    Waltham, Massachusetts, United States
    Posts
    22
    Plugin Contributions
    0

    Default Re: Odd Cart Issue on new server

    Quick update: myDEBUG were missing due to a permissions issue. Now although they are generating, there is nothing in them near the times the cart issues happen.

  9. #19
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Odd Cart Issue on new server

    Quote Originally Posted by semide View Post
    Quick update: myDEBUG were missing due to a permissions issue. Now although they are generating, there is nothing in them near the times the cart issues happen.
    Permissions of what? And what is the most recent debug file? Would want to go ahead and address those and maybe somethng will come to light?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #20
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: Odd Cart Issue on new server

    Quote Originally Posted by semide View Post
    Quick update: myDEBUG were missing due to a permissions issue. Now although they are generating, there is nothing in them near the times the cart issues happen.
    Also, how far off in time are the logs compared to the event?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v139h Configuration issue - odd
    By buildingblocks in forum General Questions
    Replies: 8
    Last Post: 18 Feb 2015, 08:50 PM
  2. relocating to new server issue
    By timdwyer42 in forum General Questions
    Replies: 2
    Last Post: 19 Oct 2009, 12:03 PM
  3. Odd cache issue
    By godt in forum General Questions
    Replies: 2
    Last Post: 13 Dec 2008, 07:06 AM
  4. Remove customized zen cart from one server to a new server?
    By marshall in forum General Questions
    Replies: 2
    Last Post: 23 Jun 2007, 07:32 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