owebia / magento2-module-advanced-shipping

Other
91 stars 29 forks source link

Issue with v2.4.2 #104

Closed digitupgr closed 2 years ago

digitupgr commented 2 years ago

Hello,

I am facing the following issue. When we enable the plug-in, display the following error as result to block all shipping methods. If disable the Advanced Shipping method all works fine.

VM164439:1 POST https://www.mydomain.com/el/rest/el/V1/guest-carts/K2tljCfKkqI1o7E0tZka7Kt1qnXK51zb/estimate-shipping-methods 500

Any idea?

Many Thanks

owebia commented 2 years ago

Hi, If you have a 500 error, you should look at the server log to have the error detail. Maybe an incomplete installation or a configuration syntax error. Best Regards, A.L.

digitupgr commented 2 years ago

We have tried to install that via composer and manually but the issue still exists. Returns the following error "Class string[] does not exist" and shipping method is not showing. However, there is not any record in error logs.

owebia commented 2 years ago

Hi, You can only install the module using composer but you should also follow the different installation steps provided here: https://github.com/owebia/magento2-module-advanced-shipping#installation

Do you have a full stack trace? Have you checked in Magento logs (system.log && exception.log) and in the server logs (most of the time in Apache logs)? Best Regards, A.L.

digitupgr commented 2 years ago

We have checked everything. We have searched any log file without results. We removed and installed it again but the issue still exists.

The error in debug console is still there VM287983:1 POST https://www.mydaomain.com/en/rest/en/V1/guest-carts/aLhPQkhMOXNvQumBfksWQhqJY3TX11Ph/estimate-shipping-methods 500

The error on shopping cart is still there and shipping method is not showing. "Class string[] does not exist"

owebia commented 2 years ago

Our module overrides the Magento framework class \Magento\Framework\Reflection\DataObjectProcessor by defining a plugin class.

See:

To work correctly, the command php bin/magento setup:di:compile should be executed without failure.

Do you have any other module that overrides the same \Magento\Framework\Reflection\DataObjectProcessor class and that could conflict with our module?
It would help if we can identify this conflict.

If it is not related to a conflicting module, I will really need a full stack trace otherwise I will not be able to help.

Best Regards, A.L.

owebia commented 2 years ago

Closing after more than one year without additional information provided