Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Aug 2005
    Posts
    169
    Plugin Contributions
    0

    red flag SQL Error 2006 MySQL server has gone away

    Does anyone know what that means?
    Taxes are set up for NY but I don't see it there... Thanks in advance... :)

    ***CODE***
    2006 MySQL server has gone away
    in:
    [select sum(tax_rate) as tax_rate from (tax_rates tr left join zones_to_geo_zones za on (tr.tax_zone_id = za.geo_zone_id) left join geo_zones tz on (tz.geo_zone_id = tr.tax_zone_id) ) where (za.zone_country_id is null or za.zone_country_id = 0 or za.zone_country_id = '223') and (za.zone_id is null or za.zone_id = 0 or za.zone_id = '43') and tr.tax_class_id = '1' group by tr.tax_priority]

    2006 MySQL server has gone away
    in:
    [select count(*) as total from sessions where sesskey = '960f9611d19d5d0abf2e14ebb6e17b8e']
    ***/CODE***

  2. #2
    Join Date
    Aug 2005
    Posts
    26,032
    Plugin Contributions
    9

    Default Re: SQL Error

    What was happening when this was generated?

    Frontend side admin side???

    What page/function/step

    Detail Detail

    Or a url and procedure to get to this error
    Zen-Venom Get Bitten
    Get Your Business Found

  3. #3
    Join Date
    Aug 2005
    Posts
    169
    Plugin Contributions
    0

    Default Re: SQL Error

    This happens when creating an account or checking out. The funny thing is that the account is created; after getting that error, I go back to the store's index page and see the account has been created and I'm logged in.

    http://www.simpaticohamptons.com/store/

    I had an issue with a UPS XML module bu got it to work after a clean install. Any suggestions?

  4. #4
    Join Date
    Aug 2005
    Posts
    26,032
    Plugin Contributions
    9

    Default Re: SQL Error

    Fell asleep waiting for your page to load - - Do something about your images at 300+k per and then your hosting server is serving these up slowly.

    The small base image that is 100x80 px needs only be 2-4k to render an acceptable image
    Zen-Venom Get Bitten
    Get Your Business Found

  5. #5
    Join Date
    Aug 2005
    Posts
    26,032
    Plugin Contributions
    9

    Default Re: SQL Error

    Created an account no error -

    Logged in no error

    Added item to cart got to step 3 of 3 emptied cart - no error -

    Selected continue and got this error:
    Code:
    2006 MySQL server has gone away
    in:
    [select code, title, symbol_left, symbol_right, decimal_point, thousands_point, decimal_places, value from currencies]
    2006 MySQL server has gone away
    in:
    [select count(*) as total from sessions where sesskey = '377ce7b8663e369e94d0c12c5ff04261']
    Refreshed after a wait and page came back up----

    I suspect that you are having hosting server issues
    Zen-Venom Get Bitten
    Get Your Business Found

  6. #6
    Join Date
    Aug 2005
    Posts
    169
    Plugin Contributions
    0

    Default Re: SQL Error

    Thanks, I'll look into it. ;)

  7. #7
    Join Date
    Aug 2005
    Posts
    169
    Plugin Contributions
    0

    red flag Re: SQL Error

    After checking SQL, here's what my server support concluded:

    ***QUOTE***
    Yes, ZenCart is widely used, however there are also a few bugs when working with BLOB formats. You can find advice on their forums and mailing lists on how to prevent this. This is not a system related issue.
    ***/QUOTE***

    Does that make any sense to anyone? :)

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,690
    Plugin Contributions
    6

    Default Re: SQL Error

    Not sure if this will help;
    http://www.zen-cart.com/forum/showth...highlight=BLOB

    Also do a search on blob and see if there might be other related posts that can help ...

    Do let us know if you find a solution to this one ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  9. #9
    Join Date
    Aug 2005
    Posts
    169
    Plugin Contributions
    0

    Default Re: SQL Error 2006 MySQL server has gone away

    Time will tell but I've successfully run the following SQL command:

    # change cache tracking size
    TRUNCATE TABLE db_cache;
    ALTER TABLE db_cache CHANGE cache_data cache_data mediumblob;

    Thanks for the link! ;)

  10. #10
    Join Date
    Apr 2008
    Posts
    24
    Plugin Contributions
    0

    Default Re: SQL Error 2006 MySQL server has gone away

    Hello Asterix,
    Did your blob change help?
    I'm getting MySQL server has gone away errors when creating an account or checking out too.
    I'm wondering is this might have anything to do with google analytics.
    http://www.martymagic.com

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. I have MySQL working and Zen Cart as well finally
    By dino_russ in forum Installing on a Mac Server
    Replies: 1
    Last Post: 22 Aug 2007, 02:02 PM
  2. 1.3.5 Issue local LAMP server
    By kobra in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 19 Sep 2006, 05:30 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
  •