Initial Setup: "None of the parent categories are live"

Posted By alister cruickshanks Mon 25 Mar 2013
Add to Favorites0
Author Message
alister cruickshanks
 Posted Mon 25 Mar 2013
Supreme Being

Supreme Being - (1,433 reputation)Supreme Being - (1,433 reputation)Supreme Being - (1,433 reputation)Supreme Being - (1,433 reputation)Supreme Being - (1,433 reputation)Supreme Being - (1,433 reputation)Supreme Being - (1,433 reputation)Supreme Being - (1,433 reputation)Supreme Being - (1,433 reputation)

Group: Awaiting Activation
Last Active: Mon 30 Sep 2013
Posts: 0, Visits: 19
I have just installed the new version 2.0, as a clean install, WITHOUT sample data,

Everything seems to be setup correctly, but when I add the FIRST category, the error
"None of the parent categories are live" occurs.

Of course, I cannot add a parent category because this is the first category being added.

I have tried;

"Using the clear data tool", to wipe all data
"Manually checking all table data to ensure no categories, products, versions and language link elements are present".

The problem occurs every time I add a category and in spite of re-clearing data, it always occurs.

ALSO....

The category does get saved, but is not visible in the category backend list. To find it, you have to use search for it to appear. Otherwise, it will show "no categories listed".

Editing the category again will result in the same error message.

Trying to add a second category, then adding the first as a parent also shows the error.

The Category hierarchy table never fills in any details when adding a new category, which I suspect is why they are not appearing.

ADDITIONAL....

I have just tried reseeding the table which forces the next entry to start from 0. Zero;
USE TABLENAME;
GO
DBCC CHECKIDENT("dbo.tblKartrisCategories", RESEED, -1)
GO



This lets me add an initial category WITHOUT the parent error...however, subsequently adding further categories fails to solve the problem.

Kind Regards
Alister


Mon 25 Mar 2013 by alister cruickshanks


Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top