You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Script Neos\Flow\Composer\InstallerScripts::postUpdateAndInstall handling the post-update-cmd event terminated with an exception
In PackageManager.php line 589:
The package with the name "neos/kickstarter" was found more than once, please make sure it exists only once. Paths "Framework/Neos.Kickstarter/" and "Libraries/neos/kickstarter/".
require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [<packages>...]
The installation was not successful.
Composer returned the error code: 1493030262
Type: Neos\Flow\Package\Exception
Code: 1572187932
File: Packages/Framework/Neos.Flow/Classes/Package/PackageManager.php
Line: 385
Open Data/Logs/Exceptions/20221120073428fa79d0.txt for a full stack trace.
Log content:
Exception #1572187932 in line 67 of /var/www/neos.test/Data/Temporary/Development/Cache/Code/Flow_Object_Classes/Neos_SiteKickstarter_Generator_AfxTemplateGenerator.php:
The installation was not successful. Composer returned the error code: 1493030262
12 Neos\Flow\Package\PackageManager::createPackage()
11 Neos\SiteKickstarter\Generator\AfxTemplateGenerator_Original::generateSitePackage()
10 Neos\SiteKickstarter\Command\KickstartCommandController_Original::siteCommand()
9 Neos\Flow\Cli\CommandController_Original::callCommandMethod()
8 Neos\Flow\Cli\CommandController_Original::processRequest()
7 Neos\Flow\Cli\Dispatcher_Original::dispatch()
6 Neos\Flow\Cli\CommandRequestHandler::Neos\Flow\Cli\{closure}()
5 Closure::__invoke()
4 Neos\Flow\Security\Context_Original::withoutAuthorizationChecks()
3 Neos\Flow\Cli\CommandRequestHandler::handleRequest()
2 Neos\Flow\Core\Bootstrap::run()
1 require("/var/www/neos.test/Packages/Framework/Neos.Flow/Scripts/flow.php")
And here is installation method with browser '/setup':
All is going well until step 4 "Create new site"
I fill the fields like on screenshot and then get error:
The installation was not successful. Composer returned the error code: 1
I can't install Neos especially when I try to init it with new empty package.
What I did:
This is manual method:
composer create-project neos/neos-base-distribution neos-example
./flow setup:database
./flow doctrine:migrate
./flow setup:imagehandler
./flow user:create --roles Administrator username password firstname lastname
./flow kickstart:site Vendor.Site
And at this point I get this error:
Log content:
And here is installation method with browser '/setup':
All is going well until step 4 "Create new site"
I fill the fields like on screenshot and then get error:
The installation was not successful. Composer returned the error code: 1
Error log:
If I leave 'package name' and 'site name' fields empty then it works.
My environment:
The text was updated successfully, but these errors were encountered: