Forums / Setup & design / Corrupted section IDs

Corrupted section IDs

Author Message

Rolf Wichter

Saturday 06 September 2003 8:14:51 am

After adding a new section (section ID 11) as Admin and deleting this empty section afterwards the demosite falls back to standard design.
The demo design is gone on all pages and the Content view in the Admin interface says for all sections ID=10.
Setup view in the Admin interface still shows the section list ID1 to 11.

I could verify that the automatically changed section ID is the problem. By editing the cache files (deleting ID 10 and entering the correct section ID) the original demo site design is back!

How these cache files are being generated and what I have to do to prevent these wrong sections IDs here?

Rgds,
Rolf

Gunnstein Lye

Thursday 11 September 2003 8:07:34 am

I don't know how this could have happened but I'll try to help. I assume simply clearing all cache and reloading the page does not help. Have you tried to delete section 11 multiple times? Any change?

Could you log in with your sql client and run this query: "select id,name from ezsection;" and post the result.
Also please do the same with these two: "select count( id ) from ezcontentobject where section_id=10;" and "select count( id ) from ezcontentobject where section_id=11;"