Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloudlinux OS setup - failing due to missing readLine #49

Open
GuyLagasse opened this issue Feb 6, 2024 · 1 comment
Open

Cloudlinux OS setup - failing due to missing readLine #49

GuyLagasse opened this issue Feb 6, 2024 · 1 comment
Projects

Comments

@GuyLagasse
Copy link

gt create
What is the name of your project? (This will name its directory)
PHP Fatal error: Uncaught Error: Call to undefined method Gt\GtCommand\Command\CreateCommand::readLine() in /home/user/.composer/vendor/phpgt/gtcommand/src/Command/CreateCommand.php:24
Stack trace:
#0 /home/user/.composer/vendor/phpgt/cli/src/Application.php(99): Gt\GtCommand\Command\CreateCommand->run()
#1 /home/user/.composer/vendor/phpgt/gtcommand/bin/gt(34): Gt\Cli\Application->run()
#2 /home/user/.composer/vendor/bin/gt(119): include('...')
#3 {main}
thrown in /home/user/.composer/vendor/phpgt/gtcommand/src/Command/CreateCommand.php on line 24

gt build
PHP Fatal error: Uncaught Error: Call to undefined method Gt\Build\Cli\RunCommand::setStream() in /home/divorakn/.composer/vendor/phpgt/gtcommand/src/Command/AbstractProxyCommand.php:11
Stack trace:
#0 /home/user/.composer/vendor/phpgt/gtcommand/src/Command/BuildCommand.php(16): Gt\GtCommand\Command\AbstractProxyCommand->run()
#1 /home/user/.composer/vendor/phpgt/cli/src/Application.php(99): Gt\GtCommand\Command\BuildCommand->run()
#2 /home/user/.composer/vendor/phpgt/gtcommand/bin/gt(34): Gt\Cli\Application->run()
#3 /home/user/.composer/vendor/bin/gt(119): include('...')
#4 {main}
thrown in /home/user/.composer/vendor/phpgt/gtcommand/src/Command/AbstractProxyCommand.php on line 11

@g105b g105b changed the title Cloudlinux OS setup Cloudlinux OS setup - failing due to missing readLine Feb 7, 2024
@g105b
Copy link
Member

g105b commented Feb 7, 2024

When gt is executed, before any command is issued, it should do a quick check of the system and alert the developer of any missing packages/extensions/etc.

@g105b g105b added this to Backlog in Overview via automation Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Overview
Backlog
Development

No branches or pull requests

2 participants