Hallo,
bei meinem oxid e shop (Version 6.5.1) habe ich die php version 8.0.20. Jetzt möchte ich ein composer update machen und es kommt folgende error:
Failed loading /usr/local/php_extensions/php8.0/ioncube.so: /usr/local/php_extensions/php8.0/ioncube.so: cannot open shared object file: No such file or directory
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- draufgeschaut/dgconnector 1.20 requires ext-ioncube-loader * → it is missing from your system. Install or enable PHP’s ioncube-loader extension.
- Root composer.json requires draufgeschaut/dgconnector ^1.20 → satisfiable by draufgeschaut/dgconnector[1.20].
To enable extensions, verify that they are enabled in your .ini files:
-
- /home/xxx/php8.0.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-ioncube-loader
to temporarily ignore these required extensions.