I just upgraded silverstripe-powered page from 2.3.3 to 2.4.1 and along i have upgraded to 0.4 blog.
After dev/build when i first opened the page, the blogsidebar was there.
Now, it dissapeared, eventhough firebug indicates div id = BlogSideBar, but its empty.
When i logged in to CMS, i could see that there are no widgets added to the blog holder (right side).
By widgets i mean the standard ones, available out-of-box with blog module.
Dragging and dropping them from left to right doesnt work (i only get to select part of the text inside those widgets)
Clicking on the arrow inside of widget doesnt do anything, but firebug's console shows this error coming from ../cms/javascript/WidgetAreaEditor.js:
$("WidgetAreaEditor-" + widgetArea) is null [Break on this error] $('WidgetAreaEditor-'+widgetArea).addWidget(className, widgetArea);
I tried to replicate the error today, but i got:
$("WidgetAreaEditor-" + widgetArea) is null
[Break on this error] </li>
Any hints appreciated as site is live on client's server
qlex