oxid-esales / hotfix-module-7743
OXID eShop hotfix module for #7743
Installs: 258
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:oxideshop-module
Requires
- php: >=7.1
This package is not auto-updated.
Last update: 2025-03-26 06:55:27 UTC
README
OXID eShop hotfix module for https://bugs.oxid-esales.com/view.php?id=7743
Stabilized: Exception during render in Smarty oxcontent plugin is caught and logged.
Compatibility
Versions
- versions
1.0.x
- compatible with OXID eShop compilation 6.2 to 6.5
Branches
b-6.5.x
is compatible with OXID eShop b-6.5.x
Module installation via composer
In order to install the module via composer run one of the following commands in commandline in your shop base directory (where the shop's composer.json file resides).
composer require oxid-esales/hotfix-module-7743:^1.0.0
to install the latest released version compatible with OXID eShop v6.5.x
Module activation
vendor/bin/oe-console oe:m:ac oe_hotfix_7743
Runing tests
export RUN_TESTS_FOR_SHOP=0 export RUN_TESTS_FOR_MODULES=0 export ADDITIONAL_TEST_PATHS='vendor/oxid-esales/hotfix-module-7743/tests' vendor/bin/runtests