Can't get basic textstring to work in v6.2.1 or v7.1.4
I've installed Umbraco twice now, starting with v7.1.4 which I removed and tried 6.2.1 but I seem to be hitting the same error.
I've setup a default install, with no starterkit. I've created a home document type and template, setup a few generic properties (pageTitle, meta fields, all as textstring datatype).
When I attempt to create a basic page in content, I get the following error when attempting to publish the content:
Your data has been saved, but before you can publish this page there are some errors you need to fix first:
pageTitle at Properties is not in a correct format
pageKeywords at Properties is not in a correct format
pageDescription at Properties is not in a correct format
There is no regex in place, it's just short text strings in each field.
Can't get basic textstring to work in v6.2.1 or v7.1.4
I've installed Umbraco twice now, starting with v7.1.4 which I removed and tried 6.2.1 but I seem to be hitting the same error.
I've setup a default install, with no starterkit. I've created a home document type and template, setup a few generic properties (pageTitle, meta fields, all as textstring datatype).
When I attempt to create a basic page in content, I get the following error when attempting to publish the content:
Your data has been saved, but before you can publish this page there are some errors you need to fix first:
There is no regex in place, it's just short text strings in each field.
Am I missing something simple?
I guess you made an error adding your properties to your doctype.
Can you check what the content is for each property in the field validation on your doctype ?
Dave
I feel embarrassed to admin it, however I was entering the description in the validation field so no wonder the content wasn't working properly!
Once I figured out what I was doing wrong, it seemed to work perfectly :)
LOL..I knew the answer because I had the same problem too once.
Dave
is working on a reply...