Results 1 to 10 of 15

Hybrid View

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

    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.

  2. #2
    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

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

    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.

  4. #4
    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)

  5. #5
    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

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

    Default Re: 1114 error MySQL database full

    Very bizarre. In 8 years of working with this I've never seen that happen.

    In the short term, turn off Email Archiving: Admin->Configuration->Email Options
    Then does the error start happening on another table suddenly?
    .

    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

    When I turned it off that message went away. Does it need to be on for members and such?
    Last edited by BSClay; 22 Mar 2012 at 03:54 AM.

 

 

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