flyclothing Posted December 30, 2013 Share Posted December 30, 2013 Whenever I try to add a category whether it be a root category or another, the category shows successful creation but doesnt show up under categories. I've now tried it four times, used different browesers, cleared cookies, etc. I can see the categories when I go to monitoring but no where else. I am using 1.5.6.1. Link to comment Share on other sites More sharing options...
NemoPS Posted December 30, 2013 Share Posted December 30, 2013 Categories are cached try and go to Advanced Parameters/performance, and refresh smarty cache Link to comment Share on other sites More sharing options...
flyclothing Posted December 30, 2013 Author Share Posted December 30, 2013 I tried that but they still do not show up in categories, only monitoring. Link to comment Share on other sites More sharing options...
stottycabanas Posted December 31, 2013 Share Posted December 31, 2013 I tried that but they still do not show up in categories, only monitoring. Hi, I assume 'monitoring' means the back office. Need a bit more info please. The categories you're expecting to see - where don't they show up? Categories block? Footer? Top horizontal menu? Breadcrumbs? Some or all of these? Does it apply to subcategories too? Can you see any categories at all? Could you provide your URL, a screenshot after you select Catalog->Categories in back office and the names of some categories missing from your website. Thanks, Dave Link to comment Share on other sites More sharing options...
flyclothing Posted December 31, 2013 Author Share Posted December 31, 2013 Thank you Dave. Any category I manually input or import do not show up in the backoffice or store. You can create a category and it says succesful, but does not show when you click on the categories link. There is nothing. In the front office (store), it says no categories and "BLOG CATEGORIES" above. The only place I can actually tell a category has been created is by going to monitoring in back office. I also dont see a "home" category in the parent category section. Link to comment Share on other sites More sharing options...
NemoPS Posted December 31, 2013 Share Posted December 31, 2013 Did you maybe erase the home category? Can you access your database and see if they were added to the ps_category table? Link to comment Share on other sites More sharing options...
stottycabanas Posted January 1, 2014 Share Posted January 1, 2014 I suspect you're right, Nemo1. Flyclothing, as indicated, can you go to your database via phpMyadmin, find the ps_category and ps_category_lang tables and take screenshots of the first page of each (with all columns visible on ps_category)? Thanks, Dave Link to comment Share on other sites More sharing options...
beroldb Posted January 1, 2014 Share Posted January 1, 2014 I'm having the exact same problem. Everything is not showing up where it should be but is in 'monitoring'. So, in summary; Having dropped my tables and started with a backup that I know was working, if I do not enter the Home Category manually, I get a PHP error thrown letting me know that there is a problem. Categories input manually or by import shows as successful but the categories do not show up anywhere in the back office other than Catalog:Monitoring. My understanding is that they should show up when I am in the back office Catalog:Categories. When I "View My Shop", the results are even more puzzling. One of the categories, which is available in the 'root' dropdown menu, does not show up at all on the horizontal menu bar. No categories are showing up, at all, in the footer area. I've attached some files that will perhaps give you perspective and help in finding a quick resolve of this issue. Link to comment Share on other sites More sharing options...
NemoPS Posted January 2, 2014 Share Posted January 2, 2014 it's nonsense, nleft and nright are all 0, I suspect that's the issue no tree can be built without those Link to comment Share on other sites More sharing options...
stottycabanas Posted January 2, 2014 Share Posted January 2, 2014 Hi beroldb, In a nutshell, I would say that the integrity of your database has been lost. What Nemo1 has highlighted is certainly a problem, and there are perhaps others. The standard installation has a special category called 'Root' with id_category = 1 & id_parent = 0; and a category called 'Home' with id_category = 2 and id_parent = 1. Neither of these are present. You do have category 'Home' with id_category = 3 and id_parent = 1, but there is no category with id_category = 1. You also have all categories and subcategories with id between 7 and 24 set as root categories, which is not normal. It looks like you are only setting up categories and have not added any products yet. if that's the case, and given the number of categories you have, I would replace any tables beginning with 'ps_category' with the equivalents generated by a fresh install of your version of PS, then just key your categories in from scratch. Before that, if you want to try a long shot, use phpMyadmin to set id_parent to 0 for your category 'Home', then follow the advice in this thread: http://www.prestashop.com/forums/topic/241095-how-to-fill-nleftnright-after-import-categories Cheers, Dave Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now