Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Categories invisible in admin section

Categories invisible in admin section

Locked

Views: 978

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
8 Jun 2007, 4:14 PM
#1
blackguard avatar

blackguard

New Zenner

Join Date:
Feb 2006
Posts:
38
Plugin Contributions:
0

Categories invisible in admin section

Hello,

I have a strange problem. I just set up a new install of Zencart 1.3.7. I can add categories, they appear in the store and in the database, but they are not shown in the admin section.

Any clue as to what might be happening to me?

Regards,
JM

8 Jun 2007, 4:25 PM
#2
blackguard avatar

blackguard

New Zenner

Join Date:
Feb 2006
Posts:
38
Plugin Contributions:
0

Re: Categories invisible in admin section

What this means is I can't edit categories, add products, etc.

8 Jun 2007, 4:39 PM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Categories invisible in admin section

Check that your database tables have values in them, via phpMyAdmin:
categories
categories_description

Make sure that for each record in categories table you have a matching record in categories_description based on the categories_id ...

Also check the two configure.php files:
/includes/configure.php
/admin/includes/configure.php

and make sure they are using the same server, database, etc.