Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Sep 2013
    Location
    Warren, Oregon
    Posts
    117
    Plugin Contributions
    0

    Default Re: GAAAAK! What is this error?

    Thank you for the links to #244 and #245. I haven't made the code changes yet, as I am uncertain as to what needs to be changed as indicated in #245. Can you be a bit more specific, as I am far less experienced than most of you.

    By the way, I did go back and read through all the threads associated with this issue. What a fascinating tale this is....I just wish I could be at your level of experience and do the analytics and test and debug and discuss all the bells and whistles like you all! I really admire you people for what you have done with Zen Cart!

    Anyway, please advise on #245...what do I do?

    Thanks,
    Phil

  2. #2
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: GAAAAK! What is this error?

    Quote Originally Posted by Phil Soth View Post
    Thank you for the links to #244 and #245. I haven't made the code changes yet, as I am uncertain as to what needs to be changed as indicated in #245. Can you be a bit more specific, as I am far less experienced than most of you.
    Load the file "includes/classes/cache.php" into a text editor (NOT MS NotePad)

    Navigate to line#128, which should read:


    Code:
    $sql = "insert ignore into " . TABLE_DB_CACHE . " (cache_entry_name, cache_data, cache_entry_created) VALUES (:cachename, :cachedata, time() )";
    Replace that line with:
    Code:
    $sql = "insert ignore into " . TABLE_DB_CACHE . " (cache_entry_name, cache_data, cache_entry_created) VALUES (:cachename, :cachedata, unix_timestamp() )";
    Save the changes.

    Quote Originally Posted by Phil Soth View Post
    By the way, I did go back and read through all the threads associated with this issue. What a fascinating tale this is....
    Yes, it has been a bit of along saga. That is the nature of intermittent type problems/bugs though.

    Quote Originally Posted by Phil Soth View Post
    I just wish I could be at your level of experience and do the analytics and test and debug and discuss all the bells and whistles like you all! I really admire you people for what you have done with Zen Cart!
    None of us started with this experience. We've spent a lot of time, and made a lot of mistakes to get there, and we probably all started out by making 'small' changes by following step-by-step instructions.

    Cheers
    RodG

 

 

Similar Threads

  1. Replies: 4
    Last Post: 24 Jun 2013, 09:51 PM
  2. wHAT DOES THIS ERROR CODE MEAN AND HOW WOULD I FIX THIS?
    By Snaggle in forum General Questions
    Replies: 2
    Last Post: 15 Jun 2011, 10:27 PM
  3. Replies: 4
    Last Post: 4 Aug 2010, 11:41 AM
  4. What is this error?
    By marbles in forum General Questions
    Replies: 4
    Last Post: 10 Jul 2008, 02:27 PM
  5. What is this error?
    By hyperlite635 in forum PayPal Express Checkout support
    Replies: 9
    Last Post: 19 Jan 2008, 01:03 AM

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