Portal Home > Knowledgebase > Magento > CMS Page Gives 404 Error
This is usually caused when you have deleted the French or German shop details. If so try this.
Take a peak in your `cms_page_store` SQL table. You˘ll more than likely
see one or more entries there for stores that no longer exist. In this case,
we had a page_id of 2 (Home Page) that had entries for store id 1, 2 and 3.
Since we deleted stores with ID of 2 and 3, those cms_page_store relations
were no longer valid.
We simply removed the two offending entries from this table and now
CMS/Manage Pages works properly in the admin.
Add to Favourites
Print this Article