[Flow] Moving typo3 to new system

Thomas Aichinger taich at qpl.at
Fri Sep 25 05:41:16 CEST 2015


I have a site running on openSuse 12.2 with PHP Version => 5.3.15 with running typo3 installation. Now I want to move this site to another location a openSuse 13.2 with PHP Version => 5.6.1

I copied the database and all files but on new Linux 13.2 I get a run time error in BackEnd:

How can I solve this?

---------------------
#1195126772: $toolbarItem "shortcuts" must implement interface TYPO3\CMS\Backend\Toolbar\ToolbarItemHookInterface (More information)

UnexpectedValueException thrown in file
/srv/mydata/nfsshare/_www/www.datamagic.at/typo3/sysext/backend/Classes/Controller/BackendController.php in line 148.

3 TYPO3\CMS\Backend\Controller\BackendController::initializeCoreToolbarItems()


/srv/mydata/nfsshare/_www/www.datamagic.at/typo3/sysext/backend/Classes/Controller/BackendController.php:

00124:   $this->cssFiles = array();
00125:   $this->toolbarItems = array();

00126:   $this->initializeCoreToolbarItems();

00127:   $this->menuWidth = $this->menuWidthDefault;
00128:   if (isset($GLOBALS['TBE_STYLES']['dims']['leftMenuFrameW']) && (int) $GLOBALS['TBE_STYLES']['dims']['leftMenuFrameW'] != (int) $this->menuWidth) {


2 TYPO3\CMS\Backend\Controller\BackendController::__construct()


/srv/mydata/nfsshare/_www/www.datamagic.at/typo3/sysext/core/Classes/Utility/GeneralUtility.php:

04112:   } else {
04113:    $fullyQualifiedClassName = '\\' . $finalClassName;

04114:    $instance = new $fullyQualifiedClassName();

04115:   }
04116:   // Create alias if not present


1 TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance("TYPO3\CMS\Backend\Controller\BackendController")


/srv/mydata/nfsshare/_www/www.datamagic.at/typo3/backend.php:

00034: require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('backend') . 'Classes/Controller/BackendController.php';
00035: // Document generation

00036: $TYPO3backend = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Backend\\Controller\\BackendController');

00037: // Include extensions which may add css, javascript or toolbar items
00038: if (is_array($GLOBALS['TYPO3_CONF_VARS']['typo3/backend.php']['additionalBackendItems'])) {
-----------------------------------






More information about the Flow mailing list