After cloning the repository and switching the version to 3.x the installation page does not work
setupWhite page
modx 3 installation page
MODX version 3.0.0-alpha1
Composer version 1.8.6
Server version of php 7.3
log composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 59 installs, 0 updates, 0 removals
- Installing psr/container (1.0.0): Loading from cache
- Installing psr/log (1.1.2): Loading from cache
- Installing symfony/debug (v4.4.1): Loading from cache
- Installing symfony/polyfill-mbstring (v1.13.1): Loading from cache
- Installing symfony/console (v3.4.36): Loading from cache
- Installing xpdo/xpdo (3.x-dev 4131e1c): Cloning 4131e1cb9b from cache
- Installing ralouphie/getallheaders (3.0.3): Loading from cache
- Installing psr/http-message (1.0.1): Loading from cache
- Installing guzzlehttp/psr7 (1.6.1): Loading from cache
- Installing guzzlehttp/promises (v1.3.1): Loading from cache
- Installing guzzlehttp/guzzle (6.5.0): Loading from cache
- Installing mtdowling/jmespath.php (2.4.0): Loading from cache
- Installing aws/aws-sdk-php (3.129.1): Loading from cache
- Installing league/flysystem (1.0.61): Loading from cache
- Installing league/flysystem-aws-s3-v3 (1.0.23): Loading from cache
- Installing psr/cache (1.0.1): Loading from cache
- Installing league/flysystem-cached-adapter (1.0.9): Loading from cache
- Installing phpmailer/phpmailer (v6.1.4): Loading from cache
- Installing smarty/smarty (v3.1.34): Loading from cache
- Installing james-heinrich/phpthumb (v1.7.14): Loading from cache
- Installing erusev/parsedown (1.7.3): Loading from cache
- Installing symfony/css-selector (v4.4.1): Loading from cache
- Installing pelago/emogrifier (v2.2.0): Loading from cache
- Installing simplepie/simplepie (1.5.3): Loading from cache
- Installing sebastian/version (2.0.1): Loading from cache
- Installing sebastian/resource-operations (1.0.0): Loading from cache
- Installing sebastian/object-reflector (1.1.1): Loading from cache
- Installing sebastian/recursion-context (3.0.0): Loading from cache
- Installing sebastian/object-enumerator (3.0.3): Loading from cache
- Installing sebastian/global-state (2.0.0): Loading from cache
- Installing sebastian/exporter (3.1.2): Loading from cache
- Installing sebastian/environment (3.1.0): Loading from cache
- Installing sebastian/diff (2.0.1): Loading from cache
- Installing sebastian/comparator (2.1.3): Loading from cache
- Installing doctrine/instantiator (1.3.0): Loading from cache
- Installing phpunit/php-text-template (1.2.1): Loading from cache
- Installing phpunit/phpunit-mock-objects (5.0.10): Loading from cache
- Installing phpunit/php-timer (1.0.9): Loading from cache
- Installing phpunit/php-file-iterator (1.4.5): Loading from cache
- Installing theseer/tokenizer (1.1.3): Loading from cache
- Installing sebastian/code-unit-reverse-lookup (1.0.1): Loading from cache
- Installing phpunit/php-token-stream (2.0.2): Loading from cache
- Installing phpunit/php-code-coverage (5.3.2): Loading from cache
- Installing symfony/polyfill-ctype (v1.13.1): Loading from cache
- Installing webmozart/assert (1.6.0): Loading from cache
- Installing phpdocumentor/reflection-common (2.0.0): Loading from cache
- Installing phpdocumentor/type-resolver (1.0.1): Loading from cache
- Installing phpdocumentor/reflection-docblock (4.3.2): Loading from cache
- Installing phpspec/prophecy (1.9.0): Loading from cache
- Installing phar-io/version (1.0.1): Loading from cache
- Installing phar-io/manifest (1.0.1): Loading from cache
- Installing myclabs/deep-copy (1.9.4): Loading from cache
- Installing phpunit/phpunit (6.5.14): Loading from cache
- Installing symfony/yaml (v4.4.1): Loading from cache
- Installing symfony/service-contracts (v2.0.1): Loading from cache
- Installing symfony/stopwatch (v5.0.1): Loading from cache
- Installing symfony/filesystem (v5.0.1): Loading from cache
- Installing symfony/config (v5.0.1): Loading from cache
- Installing php-coveralls/php-coveralls (v2.2.0): Loading from cache
symfony/console suggests installing symfony/event-dispatcher
symfony/console suggests installing symfony/lock
symfony/console suggests installing symfony/process
guzzlehttp/psr7 suggests installing zendframework/zend-httphandlerrunner (Emit PSR-7 responses)
aws/aws-sdk-php suggests installing doctrine/cache (To use the DoctrineCacheAdapter)
aws/aws-sdk-php suggests installing aws/aws-php-sns-message-validator (To validate incoming SNS notifications)
league/flysystem suggests installing league/flysystem-eventable-filesystem (Allows you to use EventableFilesystem)
league/flysystem suggests installing league/flysystem-rackspace (Allows you to use Rackspace Cloud Files)
league/flysystem suggests installing league/flysystem-azure (Allows you to use Windows Azure Blob storage)
league/flysystem suggests installing league/flysystem-webdav (Allows you to use WebDAV storage)
league/flysystem suggests installing league/flysystem-aws-s3-v2 (Allows you to use S3 storage with AWS SDK v2)
league/flysystem suggests installing spatie/flysystem-dropbox (Allows you to use Dropbox storage)
league/flysystem suggests installing srmklive/flysystem-dropbox-v2 (Allows you to use Dropbox storage for PHP 5 applications)
league/flysystem suggests installing league/flysystem-sftp (Allows you to use SFTP server storage via phpseclib)
league/flysystem suggests installing league/flysystem-ziparchive (Allows you to use ZipArchive adapter)
league/flysystem-cached-adapter suggests installing ext-phpredis (Pure C implemented extension for PHP)
phpmailer/phpmailer suggests installing league/oauth2-google (Needed for Google XOAUTH2 authentication)
phpmailer/phpmailer suggests installing hayageek/oauth2-yahoo (Needed for Yahoo XOAUTH2 authentication)
phpmailer/phpmailer suggests installing stevenmaguire/oauth2-microsoft (Needed for Microsoft XOAUTH2 authentication)
simplepie/simplepie suggests installing mf2/mf2 (Microformat module that allows for parsing HTML for microformats)
sebastian/global-state suggests installing ext-uopz (*)
phpunit/php-code-coverage suggests installing ext-xdebug (^2.5.5)
phpunit/phpunit suggests installing phpunit/php-invoker (^1.1)
phpunit/phpunit suggests installing ext-xdebug (*)
symfony/service-contracts suggests installing symfony/service-implementation
php-coveralls/php-coveralls suggests installing symfony/http-kernel (Allows Symfony integration)
Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
Writing lock file
Generating autoload files
I'm sorry, I did the wrong sequence of commands.
If you do so:
git clone https://github.com/modxcms/revolution.git -b 3.x .
composer install
That's okay.
Thanks for taking time to report this issue, I'm glad you found the cause of your issue! And also thanks for sharing the solution 馃槃.
Most helpful comment
I'm sorry, I did the wrong sequence of commands.
If you do so:
That's okay.