Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
When adding a new item in my tree I get this error in bottom right bubble:
The date folder doctype ('DateFolder') does not exist
Any ideas what is wrong? It is true I dont have a DocType called DateFolder...where would this come from by default?
Thanks Paul
This is my App Settings
<add key="uNews:CreateDocTypes" value="NewsPage,EventsPage" /> <add key="uNews:RemoveCreateDocTypes" value="DateFolder" /> <add key="datefolders:ItemDocType" value="NewsItemPage,EventItemPage" /> <add key="datefolders:DateFolderDocType" value="DateFolder" /> <add key="datefolders:ItemDateProperty" value="uNewsDate" />
Well, it's exactly what you're saying yourself:
"It is true I dont have a DocType called DateFolder"
Hmmm so should this be installed automatically by the DateFolders extension or should I create it myself manually and if so, what should it contain?
It's just a Document Type which you should create. It's used as the 'folder' document type.
"- Key: "datefolders:DateFolderDocType" - the doctype to use for creating the year/month/day folders (e.g "DateFolder")"
Gosh so simple, silly me! Thanks @kipusoep
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Configuration error The date folder doctype ('DateFolder') does not exist
When adding a new item in my tree I get this error in bottom right bubble:
Configuration error
The date folder doctype ('DateFolder') does not exist
Any ideas what is wrong? It is true I dont have a DocType called DateFolder...where would this come from by default?
Thanks Paul
This is my App Settings
Well, it's exactly what you're saying yourself:
"It is true I dont have a DocType called DateFolder"
Hmmm so should this be installed automatically by the DateFolders extension or should I create it myself manually and if so, what should it contain?
Thanks Paul
It's just a Document Type which you should create. It's used as the 'folder' document type.
"- Key: "datefolders:DateFolderDocType" - the doctype to use for creating the year/month/day folders (e.g "DateFolder")"
Gosh so simple, silly me! Thanks @kipusoep
is working on a reply...