simplebaby Posted July 7, 2013 Posted July 7, 2013 Setting up XAMPP. I think I have everything worked out except the categories in admin area. Here is what I know All categories show on index page No categories show on admin page I can add new categories, they show on the index but not on the admin (it can write but not read?) When I click the any product listings or categories from the index page it all disappears What's new is showing correctly on index Home isn't showing on the menu bar The XAMPP was a PHP upgrade, but I have properly resolved each of the depreciation errors I feel like this has something to do with my database connection, but I am not sure where. I am running 2.2. I will not upgrade until I get this running.
multimixer Posted July 7, 2013 Posted July 7, 2013 It looks like your categories/products don't have a "name" entered for the specific language ID. There is no entry in the products/categories _description tables. Possible reasons for this can be - You transferred over the DB from an other store and forgot some tables - The language id set in table languages does not match the language id in the description tables. This can happen if you manually do changes via php my admin or if you imported the description tables from an other store If the issue happens also for new categories that you enter, then you need to check table categories_description if there is any entry at all and if the entry has the correct language id The file that is doing the job here is admin/categories.php My community profile | Template system for osCommerce - New: Responsive | Feedback channel
Recommended Posts
Archived
This topic is now archived and is closed to further replies.