-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors after enable module #17
Comments
Hello, May I ask you how you installed the connector please? (which command has been executed) Thank you. |
On start we have it on dev serwer, and works well. |
I solved it by adding columns to mysql and now i have no errors in modules. I see now one error whatever filters i set my |
Hello,
I add module using composer. But not enable it by start. After some time run use commands:
bin/magento module:enable MiraklSeller_Api MiraklSeller_Core MiraklSeller_Process MiraklSeller_Sales && bin/magento s:up
That made error like so:
So I add to table module proper data modules were visible as enabled.
However there were no databse tables related to module. I create them manually.
Also check
MiraklSeller_Sales
and add some costom fields to order/shippment/creditmemo table like in setup page.However when i enable modules i get error on sales/order table in admin
Notice: Undefined index: mirakl_connection_id in /data/web/magento2/vendor/mirakl/magento2-seller-connector/Sales/Ui/Component/Sales/Order/Grid/Column/OrderSource.php on line 62
From stonefront i cant make any order.
I disable only
MiraklSeller_Sales
module and table and order works fine.How can I solve this ?
Is it possible to remove this module and install it again using composer ?
If possible what files/composer entry/database entry/or settings should i remove before ?
Regards
The text was updated successfully, but these errors were encountered: