Open alexschwarz89 opened 9 years ago
Hello @alexschwarz89
I installed fresh CE 4.9.5 (same code base as EE 5.2.5) and oxid module internals module using composer. Module activation did not caused me any problems.
This is the content of composer.json file I used:
{
"require": {
"composer/installers": "~1.0",
"acirtautas/oxid-module-internals": "@dev"
}
}
Hi, just tried to activate this module on EE 5.2.5. No errors, module works.
Thanks @MantasVaitkunas
@alexschwarz89 would you be able to reproduce the problem on CE 4.9.5 ?
i had no problems on EE 5.2.7
I had the same issue on EE 5.2.8. somehow oxid doesn't take dash as seperator, so i had to rename module folder to oxid_module_internals and also renamed in metadata.php
'files' => array( 'ac_module_internals_data_helper' => 'oxid_module_internals/core/ac_module_internals_data_helper.php', 'ac_module_internals_fix_helper' => 'oxid_module_internals/core/ac_module_internals_fix_helper.php', 'ac_module_internals_metadata' => 'oxid_module_internals/controllers/admin/ac_module_internals_metadata.php', 'ac_module_internals_state' => 'oxid_module_internals/controllers/admin/ac_module_internals_state.php', 'ac_module_internals_utils' => 'oxid_module_internals/controllers/admin/ac_module_internals_utils.php' ), 'templates' => array( 'ac_module_internals_metadata.tpl' => 'oxid_module_internals/views/admin/tpl/ac_module_internals_metadata.tpl', 'ac_module_internals_state.tpl' => 'oxid_module_internals/views/admin/tpl/ac_module_internals_state.tpl', 'ac_module_internals_utils.tpl' => 'oxid_module_internals/views/admin/tpl/ac_module_internals_utils.tpl', )
Hello,
just wanted to mention that the module seems to be not compatible with an EE 5.2.5 or I am missing something. Copied the repo folder inside modules/ and activated it. Cache cleared before.