You might read through this post then contact your hosting provider on this error ...
http://www.zen-cart.com/forum/showthread.php?t=108670
You might read through this post then contact your hosting provider on this error ...
http://www.zen-cart.com/forum/showthread.php?t=108670
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!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Hey Linda,
I contacted my provider and they said they found no error on the SQL. They previously accessed my database to do the checking.
This is what they said in their email :
FYI, for the sake of testing, I installed a fresh copy of ZC into another folder of the same server (new database too). Installed successfully but when trying to enter into the backend (ZC Admin) I still got the error! HELP!
Hi,
I run the following 2 query at the phpmyadmin, no error prompt out:
select count(*) as total from sessions where sesskey ='023ce0715de2266760a1453a4bc57d04'
select * from coupon_gv_queue where release_flag='N'
You may need to check your side
Try the patch I posted here: http://www.zen-cart.com/forum/showthread.php?t=135757
It's ONLY a bandage until you can fix whatever problem is causing your external system communications to break.
.
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.
Thanks for the patch, though I still get the same error.
![]()
Since you said your issue happens specifically when logging into your admin area, have you tried this: https://www.zen-cart.com/tutorials/index.php?article=81
.
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.
At first I was in skepticism when trying on the tip you linked me to. I was like, "it shouldn't be this, as the problem is MySQL and not some version check"...
But I guess, "what the heck"
To my pleasant surprise, it did worked! I edited the version check .ini from my server and I got into the admin area (after logging in) instantaneously!!
Been trying to figure this out since few months (since June!) and it has finally paid out! I just about to change my domain hosting company because of this.
Thanks Dr Byte! You rock!!![]()
The root of this problem has *never* had anything to do with a MySQL issue.
The problem is that various things in your store *do* need to talk to external resources (get shipping quotes, get payment detail updates from gateway, send payment transactions, check for new versions, etc). If *your* server's configuration is somehow blocking those from happening normally, then the timeouts that occur from those blocks or delays can manifest in the 2006 MySQL has gone away message.
So, the fact that turning off the ZC Version Check has stopped the errors from happening ... means that your hosting company's webserver configuration and/or firewall configuration is preventing your site from doing the external communications that it normally needs to do. I would keep my eyes wide open for other problems with your server config.
.
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.
Never had to do with MySQL huh? This is a very good lessons.
Thanks again and I shall sleep (not rest) in peace now![]()