[Neos] Missing home page after 1.1.2 to 1.2 upgrade

Aske Ertmann aske at moc.net
Fri Dec 5 12:32:46 CET 2014


Hey Ardis

As you can see in the error, a chmod operation is not permitted.

chmod is used to set permission rights on files and if it fails you have some wrong permissions or are missing correct permissions.

Check to see if you have the correct permissions in the folder you’re running the composer in.

Hope it helps.

Cheers,
Aske

> On 05 Dec 2014, at 11:25, Ardis Markss <book at dizains.lv> wrote:
> 
> Hi again
> 
> After upgrade from working 1.1.2 site to 1.2 receive - Missing Homepage. On backend not working Content section.
> 
> Receive error at the end of upgrade. See image.
> 
> Then made configuration validation:
> 
> TYPO3-Neos$ ./flow configuration:validate --type Settings
> Validating Settings configuration
> 
> 1 errors were found:
> - Settings.TYPO3.Flow.utility.lockStrategyClassName -> This property is not allowed here, check the spelling if you think it belongs here.
> 
> There are my upgrade steps:
> 
> # Remove the following line from composer.json
> "minimum-stability": "dev",
> 
> php composer.phar require --no-update "typo3/neos:1.2.*@beta"
> php composer.phar require --no-update "typo3/neos-nodetypes:1.2.*@beta"
> php composer.phar require --no-update "typo3/neosdemotypo3org:1.2.*@beta"
> php composer.phar require --no-update "typo3/neos-kickstarter:1.2.*@beta"
> php composer.phar require --no-update "typo3/flow:2.3.*@beta"
> php composer.phar require --no-update "doctrine/migrations:@dev"
> php composer.phar require --no-update "typo3/typoscript:@beta"
> php composer.phar require --no-update "typo3/typo3cr:@beta"
> php composer.phar require --no-update "typo3/media:@beta"
> php composer.phar require --no-update "typo3/eel:@beta"
> php composer.phar require --no-update "typo3/fluid:@beta"
> php composer.phar require --no-update "typo3/party:@beta"
> php composer.phar require --no-update "typo3/kickstart:@beta"
> 
> php composer.phar update
> 
> (received error-See attached image)
> 
> /flow flow:cache:flush --force
> /flow doctrine:migrate
> /flow node:repair
> /flow node:migrate 20140930125621 --confirmation TRUE
> /flow node:migrate 20140326143834
> 
> regards 
> Ardis
> 
> 
> <Screen Shot 2014-12-05 at 10.51.12.png>



More information about the Neos mailing list