-
Notifications
You must be signed in to change notification settings - Fork 4
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
uninstallation of dhl/shipping-m2 #65
Comments
Hello @tobiasolge, did you try this command already?
|
how come, that there still is a cronjob running? |
and why are orders, that are not paid marked as paid by the cron? |
Which cron job is running? Also how do you determine the orders being marked as paid? |
@powli |
There seem to be some more problems. |
Hi @tobiasolge, I am not sure what you are asking for. How to remove a package from a project was already explained before:
Obviously, there is still code in your project that
So the first step for you is to remove the module files completely from the project. Second step is data cleanup. Given you receive that SQL error, I assume you cleaned up the database already. If not, restore a dump or compare the schema files with your database to detect any leftovers. Schema files:
|
Hi, yes, but there is still a cronjob running.... |
Then I suggest you find out why it is still running. Something cache? Cron schedule still stored in configuration files/table? |
we do have nothing, that scheduled that cron. |
That's good news! When it is not scheduled, then it does not run. |
Hi,
ho to uninstall dhl/shipping-m2?
We disabled the following modules because of an incompatibility with another module.
magento module:disable Netresearch_ShippingCore Dhl_UnifiedTracking Netresearch_ConfigFields Dhl_ShippingCore Dhl_Paket Netresearch_AdminNotificationFeed Dhl_PaketReturns Netresearch_InteractiveBatchProcessing DeutschePost_Internetmarke Netresearch_ShippingUi PostDirekt_Autocomplete PostDirekt_Core
But there are still cronjobs running (postdirekt_addressfactory_autoprocess_job) which marks offline payment orders as paied, qhich they aren't and creates a shipment.
I tried to uninstall the modules from composer.json as described in the Readme files.
magento module:uninstall --remove-data PostDirekt_Autocomplete
magento module:uninstall --remove-data PostDirekt_Addressfactory
magento module:uninstall --remove-data DeutschePost_Internetmarke
magento module:uninstall --remove-data Dhl_Paket
magento module:uninstall --remove-data Dhl_PaketReturns
this does not work because of dependencies.
Command "remove" failed: dhl/module-carrier-paket-returns is not required in your composer.json and has not been removed
Removal failed, dhl/module-carrier-paket-returns is still present, it may be required by another package. See
composer why dhl/module-carrier-paket-returns
.Please assist.
The text was updated successfully, but these errors were encountered: