I have an Umbraco site which I just upgraded from 6.1.6 to 7.2.2. The login form's localized text isn't working properly in production. It works fine locally. I'm suspecting that this might be related to production using https, but I'm not sure. The error message from /umbraco/LocalizedText reads:
Exception type: ArgumentNullException
Exception message: Value cannot be null.
When you deployed after the upgrade did you then remember to copy all files? There must be something missing I guess. Could also be a good idea to clear the browser cache and the backoffice cache. You can bust the backoffice cache by going to /config/ClientDependency.config and increment the version number and the recycle the app pool.
Tried bumping client dependency version number and recycling app pool, and that did the trick. I was sure I had read that incrementing client dependency version number was no longer needed, but I must have been mistaken. Thanks Jan :)
I have tried incrementing the CLientDependancy version number but it is still not working for me. I am still working locally and I am having this error message exactly when login and for allo nodes, such Save and Continue text for the green button is not being shown. For the settings, developers and other sections, there is no problem.
I have also tried to recycle the app pool locally but also no success.
Localized text not working in login form
I have an Umbraco site which I just upgraded from 6.1.6 to 7.2.2. The login form's localized text isn't working properly in production. It works fine locally. I'm suspecting that this might be related to production using https, but I'm not sure. The error message from /umbraco/LocalizedText reads:
Exception information
Umbraco version 7.2.2 (just upgraded from 6.1.6)
Asp.net version 4.5.1
Windows 2012 R2, IIS 8.5
Hi Øyvind
When you deployed after the upgrade did you then remember to copy all files? There must be something missing I guess. Could also be a good idea to clear the browser cache and the backoffice cache. You can bust the backoffice cache by going to /config/ClientDependency.config and increment the version number and the recycle the app pool.
Does this work?
/Jan
Tried bumping client dependency version number and recycling app pool, and that did the trick. I was sure I had read that incrementing client dependency version number was no longer needed, but I must have been mistaken. Thanks Jan :)
Hi Øyvind
Happy to hear it worked - It's always those little things when stuff is working locally but not on the server it seems :)
Happy coding!
/Jan
Hi Jan,
I have tried incrementing the CLientDependancy version number but it is still not working for me. I am still working locally and I am having this error message exactly when login and for allo nodes, such Save and Continue text for the green button is not being shown. For the settings, developers and other sections, there is no problem.
I have also tried to recycle the app pool locally but also no success.
Any help please?
thank you.
is working on a reply...