Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Mar 2012
    Posts
    9
    Plugin Contributions
    0

    Default 1114 error MySQL database full

    I got a 1114 error when trying to check out and make accounts. I have come to the conclusion it is because my database has reached it's limites and I have too many table columns. I know nothing of how to mess with mysql and am pretty new to the Zen Cart game. Can anyone help me please?

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: 1114 error MySQL database full

    Please click the reply button and answer all the questions in the Posting Tips.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Mar 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: 1114 error MySQL database full

    You are presently using: v1.3.9h

    Just started working on the site and it stopped working Saturday and nothing was touched by anyone. Happened after an order.

    No add-ons that I know of.

    It has a different template.

    I am with West Host

    http://www.torquerebooks.com

    I looked for the answers and can not make heads or tails. This is my first time with Zen Cart and I am scared I will break it Lol. I was going to slowly learn but now it is a crash course.

    West Host has been stringing me along for 4 days and we are loosing customers over this. Any help would be... helpful.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: 1114 error MySQL database full

    The EXACT complete error message would be more helpful.

    There's no good reason for you to be getting 1114 errors on a clean uncustomized install of Zen Cart with no addons ... unless your hosting company has sorely misconfigured (underconfigured) the server by a long shot.

    You said that you have no addons. How are your customers paying for their orders? In what EXACT ways is your store different from a brand new fresh install out-of-the-box?
    .

    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.

  5. #5
    Join Date
    Mar 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: 1114 error MySQL database full

    1114 The table 'email_archive' is full
    in:
    [insert into email_archive ...

    Here are the Modules being used. I am guessing that is where the add ons would be. http://bsclay.com/modules.jpg

    We have a 8+ year database of customers and want to save them and not just make a whole new database and lose them. I really think my hosting did something bad because it just all of a sudden stopped working Saturday and they say my database looks suspiciusly low.

  6. #6
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: 1114 error MySQL database full

    If your email_archive table contains more than 2147483647 records, then it would indeed be "full".
    If that is the case, then you need to do a database backup and then Truncate your email_archive table from your database by running the following SQL statement:

    TRUNCATE TABLE email_archive;

    DO A DATABASE BACKUP FIRST!!!
    .

    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.

  7. #7
    Join Date
    Mar 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: 1114 error MySQL database full

    Could you give me the steps on how to preform that, I know how to do the backup, did it with westhost the other day

  8. #8
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: 1114 error MySQL database full

    https://www.zen-cart.com/tutorials/i...hp?article=103

    Use phpMyAdmin to do your backup. And use it to truncate the table.
    .

    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.

  9. #9
    Join Date
    Mar 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: 1114 error MySQL database full

    I ran the email thing and still get...

    1114 The table 'email_archive' is full
    in:
    [insert into email_archive (email_to_name, email_to_address, email_from_name, email_from_address, email_subject, email_html, email_text, date_sent, module)

  10. #10
    Join Date
    Mar 2012
    Posts
    9
    Plugin Contributions
    0

    Default Re: 1114 error MySQL database full

    It says it is empty yet it is throwing an error it is full. I am so confused

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v135 1114 The table 'zen_user_tracking' is full
    By guide in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 8 Feb 2013, 02:00 PM
  2. MySQL database import error
    By xikan in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 24 Aug 2009, 02:39 AM
  3. Dreaded mYSQL 1064 error when importing MySQL 4 database into MySQL5
    By dml311071 in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 10 Jun 2008, 05:38 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