Friday 27 January 2006 2:48:54 am
Are you upgrading from an older site (I mean 3.4 or so)? I think that is the case, so edit the upgrade script near
$script =& eZScript::instance( array( 'description' => ( "eZ publish is_container update script\n\n" .
"This script will set the is_container attribute on known eZ publish classes\n" .
"\n" .
"Note: The script must be run for each siteaccess" .
"\n" .
"updateiscontainer.php -sSITEACCESS" ),
'use-session' => false,
'use-modules' => false,
'use-extensions' => true,
'min_version' => '3.4.2',
'max_version' => '3.5.0' ) );
And change the max version to 3.7.3 Than backup your database and run the update script. It will probably solve it. And I think it is reasonable to file it as a bug (you should be able to go straight to a higher version from a lower version while skipping the intermediate versions). hth -paul
eZ Publish, eZ Find, Solr expert consulting and training
http://twitter.com/paulborgermans
|