ZEODE
New Member
Hi I attempted to update XF and XFRM from 2.3.10 to 2.3.11 today, during the install process I am getting errors relating to RMMP:
I was unable to successfully complete the update process, so just restored from a backup I made before attempting the update.
The file XFA/RMMarketplace/XFRM/Service/ResourceItem/Create.php extends XFCP_Create, but XF/XFRM 2.3.11 fails during ClassExtensionRepository->rebuildExtensionCache() because the generated XFCP_Create alias is not created. This suggests the RMMarketplace class extension for XFRM\Service\ResourceItem\Create is no longer compatible with XFRM 2.3.11.
I will just wait for an update to RMMP before updating the site.
Error: Class "XFA\RMMarketplace\XFRM\Service\ResourceItem\XFCP_Create" not found in src/addons/XFA/RMMarketplace/XFRM/Service/ResourceItem/Create.php at line 15 include() in src/vendor/composer/ClassLoader.php at line 576 {closure:Composer\Autoload\ClassLoader::initializeIncludeClosure():575}() in src/vendor/composer/ClassLoader.php at line 427 Composer\Autoload\ClassLoader->loadClass() class_exists() in src/XF.php at line 486 XF::classLikeExists() in src/XF.php at line 473 XF::getAliasForClass() in src/XF.php at line 396 XF::createAliasForClass() class_exists() in src/XF.php at line 486 XF::classLikeExists() in src/XF.php at line 529 XF::getClassForAlias() in src/XF/Repository/ClassExtensionRepository.php at line 33 XF\Repository\ClassExtensionRepository->getExtensionCacheData() in src/XF/Repository/ClassExtensionRepository.php at line 42 XF\Repository\ClassExtensionRepository->rebuildExtensionCache() in src/XF/Job/CoreCacheRebuild.php at line 47 XF\Job\CoreCacheRebuild->run() in src/XF/Job/Atomic.php at line 40 XF\Job\Atomic->run() in src/XF/Job/Manager.php at line 275 XF\Job\Manager->runJobInternal() in src/XF/Job/Manager.php at line 205 XF\Job\Manager->runJobEntry() in src/XF/Job/Manager.php at line 156 XF\Job\Manager->runUnique() in src/XF/Install/Controller/AbstractController.php at line 32 XF\Install\Controller\AbstractController->manualJobRunner() in src/XF/Install/Controller/Upgrade.php at line 279 XF\Install\Controller\Upgrade->actionRunJob() in src/XF/Mvc/Dispatcher.php at line 364 XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 266 XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121 XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63 XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2830 XF\App->run() in src/XF.php at line 844 XF::runApp() in install/index.php at line 16
I was unable to successfully complete the update process, so just restored from a backup I made before attempting the update.
The file XFA/RMMarketplace/XFRM/Service/ResourceItem/Create.php extends XFCP_Create, but XF/XFRM 2.3.11 fails during ClassExtensionRepository->rebuildExtensionCache() because the generated XFCP_Create alias is not created. This suggests the RMMarketplace class extension for XFRM\Service\ResourceItem\Create is no longer compatible with XFRM 2.3.11.
I will just wait for an update to RMMP before updating the site.