Fixes for upgrade problems.
This commit is contained in:
parent
0136abfbb9
commit
b1e9169a4f
2 changed files with 12 additions and 2 deletions
|
|
@ -7,6 +7,16 @@ upgrading from one version to the next, or even between multiple
|
|||
versions. Be sure to heed the warnings contained herein as they will
|
||||
save you many hours of grief.
|
||||
|
||||
7.3.7
|
||||
--------------------------------------------------------------------
|
||||
* For those who performed a multiple site upgrade from 7.2.3 to
|
||||
7.3.1 or higher and began having problems with navigation and
|
||||
calendar wobjects, you can fix those problems by restoring your
|
||||
7.2.3 database, restoring the 7.2.3 WebGUI source, re-applying
|
||||
the 7.3.7 WebGUI code, and running the upgrade again.
|
||||
If you are not affected by these problems, you do not need to
|
||||
restore.
|
||||
|
||||
7.3.5
|
||||
--------------------------------------------------------------------
|
||||
* Template variables used in templates that use XML, or that are used
|
||||
|
|
|
|||
|
|
@ -259,8 +259,8 @@ sub migrateCalendars {
|
|||
#use Data::Dumper;
|
||||
#warn Dumper \%eventProperties;
|
||||
|
||||
$newAsset->addChild(\%eventProperties);
|
||||
|
||||
$newAsset->addChild(\%eventProperties,undef,undef,{skipAutoCommitWorkflows=>1});
|
||||
|
||||
# Remove this event from the old calendar
|
||||
$session->db->write("delete from EventsCalendar_event where assetId=?",[$event]);
|
||||
$session->db->write("delete from asset where assetId=?",[$event]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue