Page 1 of 3 123 LastLast
Results 1 to 10 of 22
  1. #1
    Join Date
    Mar 2008
    Posts
    268
    Plugin Contributions
    0

    Default Products & Categories Aren't Showing But Database Is Full. Please Help.

    This is what happened a few months ago...

    http://www.zen-cart.com/forum/showthread.php?t=97527

    It has happened again on Tuesday evening where the all the categories and products are gone and don't show up in either the website or the backend/admin.

    A friend who works on the site has checked and there seems to be 'nothing' wrong and all the database is full with the products and categories.

    We would just restore a backup but what we thought was getting backed up every night has turned out to be empty files.

    We're now at a major problem and really don't know what to do. The website is my only job and income and the fact that all the products and categories aren't showing makes it some what useless at the moment.

    Any help would be very gratefully received.

    www.dpmperformance.co.uk

  2. #2
    Join Date
    Mar 2008
    Posts
    268
    Plugin Contributions
    0

    Default Re: Products & Categories Aren't Showing But Database Is Full. Please Help.

    Just heard back from the hosting company, Hosting Unlimited, and they don't have any backups of the site either. Does anyone know what i can do or is it a lost?

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Products & Categories Aren't Showing But Database Is Full. Please Help.

    Check the configure.php files on the server:
    /includes/configure.php
    /admin/includes/configure.php

    are they using the same database and server information as that you are looking at via phpMyAdmin?

    How records are in the tables:
    products
    products_description
    categories
    categories_description
    products_to_categories
    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.5]
    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!

  4. #4
    Join Date
    Mar 2008
    Posts
    268
    Plugin Contributions
    0

    Default Re: Products & Categories Aren't Showing But Database Is Full. Please Help.

    I've looked at the PHPmyadmin and those records are there but when looking at the 'products' it has very few in and they look like old products that we deleted from the site a while ago.

    I can't seem to find the /includes/configure.php

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Products & Categories Aren't Showing But Database Is Full. Please Help.

    Using your FTP program you need to find your configure.php file to know what database is being used on your site ...

    This should be in a directory like:
    /public_html/includes/configure.php

    When in your phpMyAdmin, is there just 1 database or several databases?

    How many records are in each of the tables I posted?
    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.5]
    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!

  6. #6
    Join Date
    Mar 2008
    Posts
    268
    Plugin Contributions
    0

    Default Re: Products & Categories Aren't Showing But Database Is Full. Please Help.

    Sorry, i couldn't see the woods for the trees... so stressed right now.

    Found the configure and in the file is as follows...

    define('DB_DATABASE', 'bubbles_perfnewdb');

    There's 2 databases, bubbles_perfnewdb (102) and information_scheme (17).

    bubbles_perfnewdb...

    categories - 0
    categories_descriptions - 0
    products - 83
    product_descriptions - 0
    product_to_categories - 0

  7. #7
    Join Date
    Mar 2008
    Posts
    268
    Plugin Contributions
    0

    Default Re: Products & Categories Aren't Showing But Database Is Full. Please Help.

    Further down the list i have just noticed the following...

    zen_zen_products - 1809
    zen_zen_product descriptions - 1726
    zen_zen_product_to_categorie - 1726

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Products & Categories Aren't Showing But Database Is Full. Please Help.

    Quote Originally Posted by DPM View Post
    There's 2 databases, bubbles_perfnewdb (102) and information_scheme (17).

    bubbles_perfnewdb...

    categories - 0
    categories_descriptions - 0
    products - 83
    product_descriptions - 0
    product_to_categories - 0
    Well that is bad ... you do not have enough information in the database to even begin to produce categories and products ...

    All you currently have are Products in the products table which holds things like products_id, products_image and products_price ... but you have nothing for the products_name, products_description etc.

    You have no categories nor categories descriptions and you have no relationships between Products and Categories in the products_to_categories table ...

    How did you originally add your Products and Categories to your site?
    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.5]
    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!

  9. #9
    Join Date
    Mar 2008
    Posts
    268
    Plugin Contributions
    0

    Default Re: Products & Categories Aren't Showing But Database Is Full. Please Help.

    Check the post above your reply Linda, what is your opinion on this? To me it looks about right as to the amount of products i use to have.

    I use to add products and categories via the admin/backend.

  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Products & Categories Aren't Showing But Database Is Full. Please Help.

    You now appear to have mismatched table names and in the zen_zen_ set of tables, you have mismatched products to products_descriptions ...

    Your tables are really out of sorts and you still do not know what your configure.php file(s) are saying ...

    Now it is important to figure out if you are using table prefixes ...

    102 tables is not the default number of tables and it is not proportional to being a double set of tables where one set has prefixes and the other does not ...

    More or less ... you are in a real mess here ...

    Do you have any good backups or someone who knows how to work with database tables to see if it can be salvaged?
    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.5]
    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!

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. v139h Help Please products are there but admin edit error not showing up
    By cshart in forum Upgrading from 1.3.x to 1.3.9
    Replies: 3
    Last Post: 4 Jun 2012, 10:11 AM
  2. Replies: 4
    Last Post: 1 Oct 2010, 05:09 AM
  3. Products not showing up on my new categories anymore HELP please
    By coolscrapbook in forum General Questions
    Replies: 3
    Last Post: 16 Jun 2009, 04:09 AM
  4. Categories Titles - Not Enough Spacer For Full Title - Help Please
    By DPM in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Oct 2008, 04:21 PM
  5. HELP! Products aren't showing up!!
    By moonlilly in forum General Questions
    Replies: 4
    Last Post: 27 Jun 2008, 11:37 AM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR