E-Transactions-CA / CMS-ETR-Magento-2.3.x

Module d'intégration de la solution Up2pay e-Transactions by Crédit Agricole pour Magento 2.3.x & 2.4.x
Apache License 2.0
0 stars 0 forks source link

Issues with ETR #1

Open martmanaman opened 3 years ago

martmanaman commented 3 years ago

Hi, I've a problem after installing the module, when doing a setup:upgrade I have the following message that appears (I checked that there was no "/" or space in the name of the class):

The XML in file "/magento/vendor/creditagricole/etransactions/etc/adminhtml/system.xml" is invalid: Element 'resource': [facet 'pattern'] The value 'creditagricole_etransactions::etransactionsconfig' is not accepted by the pattern '([A-Z]+[a-zA-Z0-9]{1,}){1,}[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'. Line: 31

Element 'resource': 'creditagricole_etransactions::etransactions_config' is not a valid value of the atomic type 'typeAclResourceId'. Line: 31

Element 'resource': [facet 'pattern'] The value 'creditagricole_etransactions::etransactionsconfig' is not accepted by the pattern '([A-Z]+[a-zA-Z0-9]{1,}){1,}[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'. Line: 43

Element 'resource': 'creditagricole_etransactions::etransactions_config' is not a valid value of the atomic type 'typeAclResourceId'. Line: 43

Element 'resource': [facet 'pattern'] The value 'creditagricole_etransactions::etransactionsconfig' is not accepted by the pattern '([A-Z]+[a-zA-Z0-9]{1,}){1,}[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'. Line: 144

Element 'resource': 'creditagricole_etransactions::etransactions_config' is not a valid value of the atomic type 'typeAclResourceId'. Line: 144

Verify the XML and try again.

In Reader.php line 100:

The XML in file "/magento/vendor/creditagricole/etransactions/etc/adminhtml/system.xml" is invalid: Element 'resource': [facet 'pattern'] The value 'creditagricole_etransactions::etransactionsconfig' is not acce pted by the pattern '([A-Z]+[a-zA-Z0-9]{1,}){1,}[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'. Line: 31

Element 'resource': 'creditagricole_etransactions::etransactions_config' is not a valid value of the atomic type 'typeAclResourceId'. Line: 31

Element 'resource': [facet 'pattern'] The value 'creditagricole_etransactions::etransactionsconfig' is not acce pted by the pattern '([A-Z]+[a-zA-Z0-9]{1,}){1,}[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'. Line: 43

Element 'resource': 'creditagricole_etransactions::etransactions_config' is not a valid value of the atomic type 'typeAclResourceId'. Line: 43

Element 'resource': [facet 'pattern'] The value 'creditagricole_etransactions::etransactionsconfig' is not acce pted by the pattern '([A-Z]+[a-zA-Z0-9]{1,}){1,}[A-Z]+[A-Z0-9a-z]{1,}::[A-Za-z_0-9]{1,}'. Line: 144

Element 'resource': 'creditagricole_etransactions::etransactions_config' is not a valid value of the atomic type 'typeAclResourceId'. Line: 144

Verify the XML and try again. `` Can you tell me how I can solve this problem?

I have a magento 2.4.2 a php 7.4.16 version. Thanks a lot