25-02-2019, 03:07 PM
Ok I think I found it - there was one entry in the database that referenced itself - that was not handled by code (and I don't know how it was possible to put these values into the database)
Try to run the following SQL command
DELETE FROM Items WHERE ItemId = ParentItemId
Of course you can first see what the result would be with
SELECT FROM Items WHERE ItemId = ParentItemId
In the test database I have from you only one entry was invalid - but perhaps there will be more?!?
Try to run the following SQL command
DELETE FROM Items WHERE ItemId = ParentItemId
Of course you can first see what the result would be with
SELECT FROM Items WHERE ItemId = ParentItemId
In the test database I have from you only one entry was invalid - but perhaps there will be more?!?
Regards/Gruss
Oliver
Oliver