The Warning is due to having a Product in the Top Level, or if you had Categories with both Categories and Products in it ...
Categories hold either Products or Categories, but never both ...
To fix this, go to the Tools ... Install SQL Patches ... and run this:
Code:
UPDATE products_to_categories SET categories_id = 1;
this will make your Product "disappear" for a few minutes ...
Now, go to Catalog ... Categories/Products ...
you should now see the NEW CATEGORIES button ... and no Warning message ...
Next, add a New Category ...
When done, go into that Category ...
If you see your Product(s) then you are done ...
If you do NOT see your Product(s), look in the URL and see what the cPath says, such as:
cPath=2
Using the number you see, go to the Tools ... Install SQL Patches ... and re-run the command with following change:
Code:
UPDATE products_to_categories SET categories_id = 2;
where 2 is the number you saw on the:
cPath=2
in your URL on your browser ...
Now, go to Catalog ... Categories/Products ... and you should now see your Product(s) ...
Bookmarks