Unable to edit content properties after upgrading to 4.7.1
Strange behaviour when editing a content property after upgrading to 4.7.1
- go to content section, - select a content item - try input some text with keyboard in a property (like Name for ex) - no change is applied to the properties and after 1 or 2 second, the message Content Saved pops up - the content has not been changed but appears unpublished
Each time I hit the keyboard have the same behaviour than clicking the save button, I have suspected everything and tried with IE, Firefox, Chrome, an other desktop, local or hosted, it is always the same.
Note that it doesn't appears in other sections nor in Richeditor
If I want to modify a content I have to cut and paste text in the property.
from /umbraco/masterpages/umbracoPage.Master - it will allow me to enter text into a textstring or textbox multiple field and save just fine.
However, that changes the content and media sections to have a lot of extra white space below and to the right, whereas before they took up all the remaining available space.
"The best I can suggest is to make sure you copied ALL of the files, and maybe try clearing your ClientDependency (- delete files in app_data/temp/clientdependency, - increment version # in /config/clientdependency.config, -touch web.config)."
Unable to edit content properties after upgrading to 4.7.1
Strange behaviour when editing a content property after upgrading to 4.7.1
- go to content section,
- select a content item
- try input some text with keyboard in a property (like Name for ex)
- no change is applied to the properties and after 1 or 2 second, the message Content Saved pops up
- the content has not been changed but appears unpublished
Each time I hit the keyboard have the same behaviour than clicking the save button, I have suspected everything and tried with IE, Firefox, Chrome, an other desktop, local or hosted, it is always the same.
Note that it doesn't appears in other sections nor in Richeditor
If I want to modify a content I have to cut and paste text in the property.
Thanks for helping me
I am stuck with this issue and have no idea how investigating.
Any help apreciated.
Thanks
It seems that some files in the umbraco folder were not copied correctly.
Overwriting these files fixed the issue.
which files - this is happening to me.
I have the same problem. I copied the /umbraco folder directly from the 4.7.1 build and it did not resolve the issue.
Hi guys
How did you do the upgrade initially? What files and folders did you overwrite?
/Jan
To upgrade from 4.7 to 4.7.1 I copied over: /bin, /umbraco, and /umbraco_client.
And did you see the upgrade wizard when you called the website url afterwards?
/Jan
Yes, it ran through the upgrade process just like any other upgrade.
If I remove this line:
<umb:JsInclude ID="JsIncludeHotkeys" runat="server" FilePath="Application/jQuery/jquery.hotkeys.js" PathNameAlias="UmbracoClient" Priority="10" />
from /umbraco/masterpages/umbracoPage.Master - it will allow me to enter text into a textstring or textbox multiple field and save just fine.
However, that changes the content and media sections to have a lot of extra white space below and to the right, whereas before they took up all the remaining available space.
Got the fix: http://our.umbraco.org/forum/getting-started/installing-umbraco/25420-Upgrade-from-47-to-471-Problem
"The best I can suggest is to make sure you copied ALL of the files, and maybe try clearing your ClientDependency (- delete files in app_data/temp/clientdependency, - increment version # in /config/clientdependency.config, -touch web.config)."
is working on a reply...