When trying to upgrade gallery2 core from 0.8 to 0.8.12 with the latest CVS-snapshot produces the following error in step 3:
Error (ERROR_BAD_PARAMETER) : Missing pluginType [layout] or pluginId []
* in modules/core/classes/helpers/GalleryPluginHelper_simple.class at line 226 (gallerystatus::error)
* in modules/core/classes/helpers/GalleryPluginHelper_simple.class at line 197 (gallerypluginhelper_simple::fetchallparameters)
* in modules/core/classes/GalleryCoreApi.class at line 204 (gallerypluginhelper_simple::getparameter)
* in modules/core/classes/GalleryPlugin.class at line 266 (gallerycoreapi::getpluginparameter)
* in modules/core/classes/GalleryLayout.class at line 193 (fototoplayout::getparameter)
* in modules/core/CoreModuleExtras.inc at line 287 (fototoplayout::installorupgrade)
* in modules/core/module.inc at line 515 (coremoduleextras::upgrade)
* in modules/core/classes/GalleryModule.class at line 137 (coremodule::upgrade)
* in upgrade/steps/UpgradeCoreModuleStep.class at line 72 (coremodule::installorupgrade)
* in upgrade/index.php at line 152 (upgradecoremodulestep::processrequest)
And at the end of the debug-output:
readdir(Resource id #90)
is_dir(/homepages/33/d108081186/htdocs/gallery2/modules/core/classes/helpers/../../../../layouts/CVS)
file_exists(/homepages/33/d108081186/htdocs/gallery2/modules/core/classes/helpers/../../../../layouts/CVS/layout.inc)
readdir(Resource id #90)
closedir(Resource id #90)
realpath(/homepages/33/d108081186/htdocs/gallery2/modules/core/classes/../../../)
Can someone help me with this?
Posts: 32509
you mean from 0.8 to 0.9.12 and not to 0.8.12, right?
upgrading was introduced for version of 0.8.4 (alpha 4) and higher. 0.8 is too old.
so you have to start with a fresh G2 install. i'm sorry for that, but that's what we told everyone with the announcements/readme's in the alpha stage.
Posts: 5
OK, thanks for your help.