Kentico appends -(1) to the page alias

Zakhar Z asked on January 21, 2015 11:34

Hi there, I have a problem with one of the pages, Kentico appends -(1) to the alias when I press save and the old url doesn't work anymore, I get 404 error.

There are no duplicates under this page parent, but I can't get rid of the -(1).

I use v7.0.75, Can someone help with it?

Thanks.

Recent Answers


Brenden Kehren answered on January 21, 2015 13:36

There is a good chance there is another "ghost" document lying around in the database you can't see. I'd suggest you go in the Recycle bin look for it and delete or remove it. You might also run the VIEW query to find it. Run this and put a where clause on it filtering out by your pages name:

SELECT *
FROM View_CMS_Tree_Joined
WHERE DocumentName like '%Part of your name%'

This should give you the document in question. Last resort would be to manually modify the record in the database tables or manually remove it from the database tables.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.