[Neos] Exception during setup of Beta2

Nick Poaros nick at jamalade.com
Thu Dec 5 15:03:16 CET 2013


I had successfully upgraded an existing installation of Neos Beta 1 to Beta2 but encountered a problem with menus & breadcrumbs (that can wait for another post) so to check the upgrade went OK I thought it would be a good idea to install from scratch. Unfortunately I can't get past step one, database setup after connecting to db etc as I get this exception:

Uncaught exception in line 649 of /Users/nick/Sites/neos_base/beta2b/Packages/Libraries/doctrine/dbal/lib/Doctrine/DBAL/Connection.php: An exception occurred while executing 'CREATE INDEX path_workspace ON typo3_typo3cr_domain_model_nodedata (path, workspace)':

SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes

23 Doctrine\DBAL\DBALException::driverExceptionDuringQuery(PDOException, "CREATE INDEX path_workspace ON typo3_typo3cr_domain_model_nodedata (path, workspace)", array|0|)
22 Doctrine\DBAL\Connection::executeQuery("CREATE INDEX path_workspace ON typo3_typo3cr_domain_model_nodedata (path, workspace)")
21 Doctrine\DBAL\Migrations\Version::execute("up", FALSE)
20 Doctrine\DBAL\Migrations\Migration::migrate(NULL, FALSE)
19 TYPO3\Flow\Persistence\Doctrine\Service_Original::executeMigrations(NULL, NULL, FALSE, FALSE)
18 call_user_func_array(array|2|, array|4|)
17 TYPO3\Flow\Object\DependencyInjection\DependencyProxy::__call("executeMigrations", array|4|)
16 TYPO3\Flow\Object\DependencyInjection\DependencyProxy::executeMigrations(NULL, NULL, FALSE, FALSE)
15 TYPO3\Flow\Command\DoctrineCommandController_Original::migrateCommand(NULL, NULL, FALSE, FALSE)
14 call_user_func_array(array|2|, array|4|)
13 TYPO3\Flow\Cli\CommandController_Original::callCommandMethod()
12 TYPO3\Flow\Cli\CommandController_Original::processRequest(TYPO3\Flow\Cli\Request, TYPO3\Flow\Cli\Response)
11 TYPO3\Flow\Mvc\Dispatcher_Original::dispatch(TYPO3\Flow\Cli\Request, TYPO3\Flow\Cli\Response)
10 TYPO3\Flow\Mvc\Dispatcher::dispatch(TYPO3\Flow\Cli\Request, TYPO3\Flow\Cli\Response)
9 call_user_func_array(array|2|, array|2|)
8 TYPO3\Flow\Mvc\Dispatcher::Flow_Aop_Proxy_invokeJoinPoint(TYPO3\Flow\Aop\JoinPoint)
7 TYPO3\Flow\Aop\Advice\AdviceChain::proceed(TYPO3\Flow\Aop\JoinPoint)
6 TYPO3\Flow\Security\Aspect\RequestDispatchingAspect_Original::blockIllegalRequestsAndForwardToAuthenticationEntryPoints(TYPO3\Flow\Aop\JoinPoint)
5 TYPO3\Flow\Aop\Advice\AroundAdvice::invoke(TYPO3\Flow\Aop\JoinPoint)
4 TYPO3\Flow\Aop\Advice\AdviceChain::proceed(TYPO3\Flow\Aop\JoinPoint)
3 TYPO3\Flow\Mvc\Dispatcher::dispatch(TYPO3\Flow\Cli\Request, TYPO3\Flow\Cli\Response)
2 TYPO3\Flow\Cli\CommandRequestHandler::handleRequest()
1 TYPO3\Flow\Core\Bootstrap::run()

I am not if I am alone with this problem or not.

Thanks again in advance

Nick



More information about the Neos mailing list