Hier habe ich z.B. von The Real World das rte-module installiert.
Das ist anschließend im Backend und funktioniert auch. Aber ein anderes Modul, was ich vorher installiert hatte, ist weg.
(uiserver):u88908871:~/clickandbuilds/NeuesWollgut$ /usr/bin/php7.4-cli composer.phar require therealworld/rte-module
Using version ^1.8 for therealworld/rte-module
./composer.json has been updated
Running composer update therealworld/rte-module
Loading composer repositories with package information
Updating dependencies
Lock file operations: 4 installs, 0 updates, 5 removals
-
Removing dompdf/dompdf (v0.8.6)
-
Removing ecs/documents (2.5.12)
-
Removing phenx/php-font-lib (0.5.2)
-
Removing phenx/php-svg-lib (v0.3.3)
-
Removing sabberworm/php-css-parser (8.3.1)
-
Locking fale/isbn (3.1.0)
-
Locking html2text/html2text (4.3.1)
-
Locking therealworld/rte-module (v1.8.3)
-
Locking therealworld/tools-plugin (v2.1.17)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 4 installs, 0 updates, 5 removals
-
Removing sabberworm/php-css-parser (8.3.1)
-
Removing phenx/php-svg-lib (v0.3.3)
-
Removing phenx/php-font-lib (0.5.2)
-
Removing ecs/documents (2.5.12)
-
Removing dompdf/dompdf (v0.8.6)
-
Installing html2text/html2text (4.3.1): Extracting archive
-
Installing fale/isbn (3.1.0): Extracting archive
-
Installing therealworld/tools-plugin (v2.1.17): Extracting archive
-
Installing therealworld/rte-module (v1.8.3): Extracting archive
Package facebook/webdriver is abandoned, you should avoid using it. Use php-webdriver/webdriver instead.
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
Package sebastian/finder-facade is abandoned, you should avoid using it. No replacement was suggested.
Generating autoload files
composer/package-versions-deprecated: Generating version class…
composer/package-versions-deprecated: …done generating version class
47 packages you are using are looking for funding.
Use the composer fund
command to find out more!
Generating OXID eShop unified namespace classes … Done
Update operation will overwrite bestit/amazonpay4oxid files in the directory source/modules. Do you want to overwrite them? (y/N) n
Update operation will overwrite ddoe/wysiwyg-editor-module files in the directory source/modules. Do you want to overwrite them? (y/N) n
Update operation will overwrite ecs/adminlists files in the directory source/modules. Do you want to overwrite them? (y/N) n
oxid-esales/oxideshop-composer-plugin: Updating theme package oxid-esales/azure-theme
All files in the following directories will be overwritten:
Do you want to overwrite them? (y/N) n
Skipped
oxid-esales/oxideshop-composer-plugin: Updating component oxid-esales/developer-tools
oxid-esales/oxideshop-composer-plugin: Updating theme package oxid-esales/flow-theme
All files in the following directories will be overwritten:
Do you want to overwrite them? (y/N) n
Skipped
Update operation will overwrite oxid-esales/gdpr-optin-module files in the directory source/modules. Do you want to overwrite them? (y/N) n
oxid-esales/oxideshop-composer-plugin: Updating OXID eShop package oxid-esales/oxideshop-ce
All files in the following directories will be overwritten:
- /homepages/38/d676841586/htdocs/clickandbuilds/NeuesWollgut/source
Do you want to overwrite them? (y/N) n
Skipped
Update operation will overwrite oxid-esales/paymorrow-module files in the directory source/modules. Do you want to overwrite them? (y/N) n
Update operation will overwrite oxid-esales/paypal-module files in the directory source/modules. Do you want to overwrite them? (y/N) n
oxid-esales/oxideshop-composer-plugin: Updating theme package oxid-esales/wave-theme
All files in the following directories will be overwritten:
Do you want to overwrite them? (y/N) n
Skipped
Update operation will overwrite payone-gmbh/oxid-6 files in the directory source/modules. Do you want to overwrite them? (y/N) n
Update operation will overwrite topconcepts/oxid-klarna-6 files in the directory source/modules. Do you want to overwrite them? (y/N) n
oxid-esales/oxideshop-composer-plugin: Updating component therealworld/tools-plugin
Update operation will overwrite therealworld/rte-module files in the directory source/modules. Do you want to overwrite them? (y/N) n
Incenteev\ParameterHandler\ScriptHandler::buildParameters
Updating the “test_config.yml” file
if [ -f ./vendor/bin/oe-eshop-ide_helper ]; then oe-eshop-ide_helper; fi
X-Powered-By: PHP/4.4.9
Content-type: text/html
Parse error: syntax error, unexpected ‘{’ in /homepages/38/d676841586/htdocs/clickandbuilds/NeuesWollgut/vendor/oxid-esales/oxideshop-ide-helper/oe-eshop-ide_helper on line 13
Script if [ -f ./vendor/bin/oe-eshop-ide_helper ]; then oe-eshop-ide_helper; fi handling the oe:ide-helper:generate event returned with error code 255
Script @oe:ide-helper:generate was called via post-update-cmd
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
(uiserver):u88908871:~/clickandbuilds/NeuesWollgut$
Ich sehe gerade, dass ziemlich am Anfang steht “removing ecs/documents”
Das ist das Modul, das ich vorher installiert hatte.