I got this error message:
| Message | | string | key [MAXLENGTH] doesn't exist (existing keys:) |
|
When I remark this rule in Article.xml.cfm:
<property name="author" desc="author">
<!--<rule type="maxLength">
<rule type="required" />
<param name="maxLength" value="255" />
</rule>-->
</property>
it works again.
I have only copied the maintain method in admin/controllers/news.cfc and done a new controller in public/controllers/createarticle.cfc
So that visitors can create an article.
Is there some convention I am missing? It does not seam to be that, otherwise it should not work when I remark a rule.
Could it be a XML validation error?
I will try to XML validate the file and do a cfdump also...