Was this after installing verison 1.3 or 1.2 of the package?
Usually this problem only occurs if there is not modify access to the language file, which is located here:
\umbraco\config\lang\en.xml
The installation only adds a single key and value to the language file. If you want you can add it manually by going to the <area alias="sections"> section in the en.xml file and add the following entry:
Error occured: The english language file was not updated
At the end of the install, I get:
Package installation status:
Application had been updated
An error occured: The english language file was not updated
Thank you for installing this package. Please remember to vote it up on our.umbraco.org if you liked it.
Hi Connie,
Was this after installing verison 1.3 or 1.2 of the package?
Usually this problem only occurs if there is not modify access to the language file, which is located here:
\umbraco\config\lang\en.xml
The installation only adds a single key and value to the language file. If you want you can add it manually by going to the <area alias="sections"> section in the en.xml file and add the following entry:
<key alias="createnewkey">Create New Key</key>
- Morten
I got that with both versions.
FYI: i get this error too.
version 1.3
umbraco 4.5.2
Adding the entry in the config file does not seem to alleviate the problem. The new Settings entry called "Standard Values" still doesn't appear .
is working on a reply...