Composer Error
Permalink
When I try to add a page via the composer, I get this MySQL error:
EXECUTE("select max(cDisplayOrder) from Pages where cParentID = LIMIT 1")
It seems the cParentID is empty, for some reason.
I tried:
- Adding other page types to composer.
- Changing the parent page of a page type.
- Flushing / disabling cache.
Any ideas?
EXECUTE("select max(cDisplayOrder) from Pages where cParentID = LIMIT 1")
It seems the cParentID is empty, for some reason.
I tried:
- Adding other page types to composer.
- Changing the parent page of a page type.
- Flushing / disabling cache.
Any ideas?
Rony