Code Monkey home page Code Monkey logo

Comments (8)

danielbachhuber avatar danielbachhuber commented on August 23, 2024

Thanks for the report, @FerronN !

I'm not 100% sure I understand the bug. Would you be able to put together a pull request with a failing Behat test?

Here is some guidance on our pull request best practices, if it's helpful.

from config-command.

ferronsw avatar ferronsw commented on August 23, 2024

@danielbachhuber Thank you! I've followed this guide. But vendor/bin/wp --info results in bash: vendor/bin/wp: No such file or directory. Am I missing something? Do you have a template for a behat test. I've no experience with it.

from config-command.

danielbachhuber avatar danielbachhuber commented on August 23, 2024

But vendor/bin/wp --info results in bash: vendor/bin/wp: No such file or directory. Am I missing something?

@FerronN From which path are you running the command?

This flow should work...

git clone [email protected]:wp-cli/wp-cli-dev.git
cd wp-cli-dev
composer install
./vendor/bin/wp

Do you have a template for a behat test. I've no experience with it.

The existing tests should be a good point of reference: https://github.com/wp-cli/config-command/tree/main/features

Feel free to stop by the #cli channel on WordPress.org Slack if you'd like help debugging further.

from config-command.

ferronsw avatar ferronsw commented on August 23, 2024

@danielbachhuber I executed the command from ~/wp-cli-dev.

After composer install:

Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in /usr/share/php/Composer/DependencyResolver/Problem.php:366
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires PHP extension ext-dom * but it is missing from your system. Install or enable PHP's dom extension.
  Problem 2
    - Root composer.json requires wp-cli/wp-cli dev-main -> satisfiable by wp-cli/wp-cli[dev-main].
    - wp-cli/wp-cli[dev-main, 2.8.x-dev] require ext-curl * -> it is missing from your system. Install or enable PHP's curl extension.
  Problem 3
    - wp-cli/wp-cli[dev-main, 2.8.x-dev] require ext-curl * -> it is missing from your system. Install or enable PHP's curl extension.
    - wp-cli/wp-cli-bundle dev-main requires wp-cli/wp-cli dev-main -> satisfiable by wp-cli/wp-cli[dev-main].
    - Root composer.json requires wp-cli/wp-cli-bundle dev-main -> satisfiable by wp-cli/wp-cli-bundle[dev-main].

To enable extensions, verify that they are enabled in your .ini files:
    - /etc/php/8.2/cli/php.ini
    - /etc/php/8.2/cli/conf.d/10-opcache.ini
    - /etc/php/8.2/cli/conf.d/10-pdo.ini
    - /etc/php/8.2/cli/conf.d/20-calendar.ini
    - /etc/php/8.2/cli/conf.d/20-ctype.ini
    - /etc/php/8.2/cli/conf.d/20-exif.ini
    - /etc/php/8.2/cli/conf.d/20-ffi.ini
    - /etc/php/8.2/cli/conf.d/20-fileinfo.ini
    - /etc/php/8.2/cli/conf.d/20-ftp.ini
    - /etc/php/8.2/cli/conf.d/20-gettext.ini
    - /etc/php/8.2/cli/conf.d/20-iconv.ini
    - /etc/php/8.2/cli/conf.d/20-intl.ini
    - /etc/php/8.2/cli/conf.d/20-mbstring.ini
    - /etc/php/8.2/cli/conf.d/20-phar.ini
    - /etc/php/8.2/cli/conf.d/20-posix.ini
    - /etc/php/8.2/cli/conf.d/20-readline.ini
    - /etc/php/8.2/cli/conf.d/20-shmop.ini
    - /etc/php/8.2/cli/conf.d/20-sockets.ini
    - /etc/php/8.2/cli/conf.d/20-sysvmsg.ini
    - /etc/php/8.2/cli/conf.d/20-sysvsem.ini
    - /etc/php/8.2/cli/conf.d/20-sysvshm.ini
    - /etc/php/8.2/cli/conf.d/20-tokenizer.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-dom --ignore-platform-req=ext-curl --ignore-platform-req=ext-curl` to temporarily ignore these required extensions.

from config-command.

ferronsw avatar ferronsw commented on August 23, 2024

Fixed after running:

apt install php-curl php-xml

from config-command.

ferronsw avatar ferronsw commented on August 23, 2024

I've added the example.

from config-command.

mrsdizzie avatar mrsdizzie commented on August 23, 2024

I believe this happens because MYSQLI_CLIENT_SSL exists as an already defined constant with a value of 2048 that originates here:

https://github.com/php/php-src/blob/master/ext/mysqlnd/mysqlnd_enum_n_def.h#L91

and is set here:

https://github.com/php/php-src/blob/master/ext/mysqli/mysqli_arginfo.h#L1060

from config-command.

danielbachhuber avatar danielbachhuber commented on August 23, 2024

@mrsdizzie Great sleuthing! Thanks for looking into it 😊

from config-command.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.