I have upgraded Umbraco from v.7.6.4 to v.7.10.3.
In the old version, Scheduled Publish feature was working.
After the upgrade, I noticed, that the appearance of the Content Item Scheduled Publish panel (see the Info tab) in upgraded v.7.10.3 is different from clean Umbraco v.7.10.3, installed from the install package. Upgraded version doesn't allow me to set the publish/unpublish dates.
The upgraded version (7.10.3) contains the following panel:
I expect following appearance (I have it in clean Umbraco v.7.10.3):
I don't see any errors in Umbraco log file.
The error I have in the browser console is:
TypeError: Cannot read property 'children' of undefined
at onInit (https://website.local/umbraco/js/umbraco.directives.js:8421:105)
at link (https://website.local/umbraco/js/umbraco.directives.js:8474:17)
at k (https://website.local/umbraco/lib/angular/1.1.5/angular.min.js:44:444)
at https://website.local/umbraco/lib/angular/1.1.5/angular.min.js:49:393
at e (https://website.local/umbraco/lib/angular/1.1.5/angular.min.js:40:7)
at e (https://website.local/umbraco/lib/angular/1.1.5/angular.min.js:40:156)
at e (https://website.local/umbraco/lib/angular/1.1.5/angular.min.js:40:156)
at https://website.local/umbraco/lib/angular/1.1.5/angular.min.js:39:205
at https://website.local/umbraco/lib/angular/1.1.5/angular.min.js:40:89
at c.aa.controller (https://website.local/umbraco/lib/angular/1.1.5/angular.min.js:165:75) <div class="input-append date datepicker" style="position: relative;;position: relative;" data-element="node-info-publish" options="datePickerConfig" on-change="datePickerChange(event, 'publish')">
What settings are responsible for the panel appearance?
Thank you in advance.
Go in to /App_Data/TEMP and remove the ClientDependency folder
Open /config/ClientDependency.config and find the version attribute and increment it by one
Clear your browser cache or use a fresh browser
See if the problem persists. If the problem is still there. Copy over the /umbraco and /umbraco_client folders from the fresh install and repeat the above steps.
Thank you for the suggestion, I will do the second step and let you know.
The first step I did many times during the upgrade and after the upgrade.
I incremented the counter, I tried with another browser, cleaned the browser cache. Nothing works to me,
Content Item: Scheduled Publish panel not working
I have upgraded Umbraco from v.7.6.4 to v.7.10.3. In the old version, Scheduled Publish feature was working.
After the upgrade, I noticed, that the appearance of the Content Item Scheduled Publish panel (see the Info tab) in upgraded v.7.10.3 is different from clean Umbraco v.7.10.3, installed from the install package. Upgraded version doesn't allow me to set the publish/unpublish dates.
The upgraded version (7.10.3) contains the following panel:
I expect following appearance (I have it in clean Umbraco v.7.10.3):
I don't see any errors in Umbraco log file. The error I have in the browser console is:
What settings are responsible for the panel appearance? Thank you in advance.
Hi Andriy,
Probably something went wrong in your upgrade.
Can you take the following steps :
See if the problem persists. If the problem is still there. Copy over the /umbraco and /umbraco_client folders from the fresh install and repeat the above steps.
Dave
Thank you for the suggestion, I will do the second step and let you know.
The first step I did many times during the upgrade and after the upgrade. I incremented the counter, I tried with another browser, cleaned the browser cache. Nothing works to me,
This suggestion did the trick, I have it working now. Thank you a lot.
is working on a reply...