Is it safe to disable Temando_Shipping & Dotdigitalgroup_Email?What Default Modules I can disable?Overwritten core functionalityHow to create a cron job programatically?Magento disabling a module not working properlyIs it possible to disable module from theme.xml?Completely disable moduleFork of Old magento/magento2-samples ModulesMagento1.9 : Few questions about MagentoRequireJS issues on server, fine locallyTranslating “Fax” in the backend
Sort, slice and rebuild new object with array data
Are there any OR challenges that are similar to kaggle's competitions?
Vacuum collapse -- why do strong metals implode but glass doesn't?
Did the twin engined Lazair ultralight have a throttle for each engine?
Infinite loop in CURSOR
What professions does medieval village with a population of 100 need?
How do you call it when two celestial bodies come as close to each other as they will in their current orbits?
Repurpose telephone line to ethernet
How could Tony Stark wield the Infinity Nano Gauntlet - at all?
Label on a bended arrow
Designing a prison for a telekinetic race
Is there any road between the CA State Route 120 and Sherman Pass Road (Forest Route 22S0) that crosses Yosemite/Serria/Sequoia National Park/Forest?
How can I pack my food so it doesn't smell?
What happens when two creatures actually share the same turn?
Should my "average" PC be able to discern the potential of encountering a gelatinous cube from subtle clues?
Are required indicators necessary for radio buttons?
Land Registry Clause
Is a butterfly one or two animals?
Is there a commercial liquid with refractive index greater than n=2?
Have ejective consonants ever arisen on their own?
Do living authors still get paid royalties for their old work?
How to think about joining a company whose business I do not understand?
Sleeping solo in a double sleeping bag
How big would a Daddy Longlegs Spider need to be to kill an average Human?
Is it safe to disable Temando_Shipping & Dotdigitalgroup_Email?
What Default Modules I can disable?Overwritten core functionalityHow to create a cron job programatically?Magento disabling a module not working properlyIs it possible to disable module from theme.xml?Completely disable moduleFork of Old magento/magento2-samples ModulesMagento1.9 : Few questions about MagentoRequireJS issues on server, fine locallyTranslating “Fax” in the backend
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
There's a couple of Modules that are packaged with Magento Open Source these days that promote Magento Partners. I know that disabling Magento_Signifyd
can be done safely without any collateral.
However, can Temando_Shipping
, Shopial_Facebook
& Dotdigitalgroup_Email
be disabled safely without interfering with anything?
module magento-2.2.5
add a comment |
There's a couple of Modules that are packaged with Magento Open Source these days that promote Magento Partners. I know that disabling Magento_Signifyd
can be done safely without any collateral.
However, can Temando_Shipping
, Shopial_Facebook
& Dotdigitalgroup_Email
be disabled safely without interfering with anything?
module magento-2.2.5
add a comment |
There's a couple of Modules that are packaged with Magento Open Source these days that promote Magento Partners. I know that disabling Magento_Signifyd
can be done safely without any collateral.
However, can Temando_Shipping
, Shopial_Facebook
& Dotdigitalgroup_Email
be disabled safely without interfering with anything?
module magento-2.2.5
There's a couple of Modules that are packaged with Magento Open Source these days that promote Magento Partners. I know that disabling Magento_Signifyd
can be done safely without any collateral.
However, can Temando_Shipping
, Shopial_Facebook
& Dotdigitalgroup_Email
be disabled safely without interfering with anything?
module magento-2.2.5
module magento-2.2.5
edited Aug 14 '18 at 12:51
Craig
asked Aug 14 '18 at 12:31
CraigCraig
1,0901 gold badge7 silver badges21 bronze badges
1,0901 gold badge7 silver badges21 bronze badges
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Yes, It's absolutely safe. However, you will lose the features provided by both the extensions.
Features:
https://temando.com/en/connectors/magento-2-shipping-software
https://marketplace.magento.com/dotmailer-dotmailer-magento2-extension.html
Not really an issue. The way I see it, is that it's almost enforcing Ads on your Magento 2 installation.
– Craig
Aug 14 '18 at 13:13
Yes. Moreover, they also conflict with some custom extensions. Have Disabled both the extensions a month ago.
– mighty_hk
Aug 14 '18 at 13:25
add a comment |
We can use the below command to make sure the particular module has any circular dependency.
php bin/magento info:dependencies:show-modules-circular
Above command generate one CSV file, please analyze this and make a decision.
Also, while disabling extension use the below command, it will throw an exception, if it has a circular dependency.
php bin/magento module:disable Vendor_Module
modules-circular-dependencies.csv
– Liam Mitchell
Mar 5 at 21:41
add a comment |
So I had a conflict between a 3rd party "FollowUp Email" extension and Temando_Shipping showing the error:
Missing required argument $offset of TemandoShippingRestRequestListRequest.
So decided to disable Temando shipping and found this thread.
Disabling Temando Shipping actually fixed the issue and the extension works fine now.
And well, I said let's disable all these modules that are not really used and expensive for me to try.
php bin/magento module:disable Temando_Shipping --clear-static-content;
php bin/magento module:disable Shopial_Facebook --clear-static-content;
php bin/magento module:disable Dotdigitalgroup_Email --clear-static-content;
Then the usual stuff:
php bin/magento setup:upgrade;
php bin/magento cache:clean;
php bin/magento cache:flush;
...etc
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f238334%2fis-it-safe-to-disable-temando-shipping-dotdigitalgroup-email%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yes, It's absolutely safe. However, you will lose the features provided by both the extensions.
Features:
https://temando.com/en/connectors/magento-2-shipping-software
https://marketplace.magento.com/dotmailer-dotmailer-magento2-extension.html
Not really an issue. The way I see it, is that it's almost enforcing Ads on your Magento 2 installation.
– Craig
Aug 14 '18 at 13:13
Yes. Moreover, they also conflict with some custom extensions. Have Disabled both the extensions a month ago.
– mighty_hk
Aug 14 '18 at 13:25
add a comment |
Yes, It's absolutely safe. However, you will lose the features provided by both the extensions.
Features:
https://temando.com/en/connectors/magento-2-shipping-software
https://marketplace.magento.com/dotmailer-dotmailer-magento2-extension.html
Not really an issue. The way I see it, is that it's almost enforcing Ads on your Magento 2 installation.
– Craig
Aug 14 '18 at 13:13
Yes. Moreover, they also conflict with some custom extensions. Have Disabled both the extensions a month ago.
– mighty_hk
Aug 14 '18 at 13:25
add a comment |
Yes, It's absolutely safe. However, you will lose the features provided by both the extensions.
Features:
https://temando.com/en/connectors/magento-2-shipping-software
https://marketplace.magento.com/dotmailer-dotmailer-magento2-extension.html
Yes, It's absolutely safe. However, you will lose the features provided by both the extensions.
Features:
https://temando.com/en/connectors/magento-2-shipping-software
https://marketplace.magento.com/dotmailer-dotmailer-magento2-extension.html
answered Aug 14 '18 at 13:05
mighty_hkmighty_hk
5221 silver badge11 bronze badges
5221 silver badge11 bronze badges
Not really an issue. The way I see it, is that it's almost enforcing Ads on your Magento 2 installation.
– Craig
Aug 14 '18 at 13:13
Yes. Moreover, they also conflict with some custom extensions. Have Disabled both the extensions a month ago.
– mighty_hk
Aug 14 '18 at 13:25
add a comment |
Not really an issue. The way I see it, is that it's almost enforcing Ads on your Magento 2 installation.
– Craig
Aug 14 '18 at 13:13
Yes. Moreover, they also conflict with some custom extensions. Have Disabled both the extensions a month ago.
– mighty_hk
Aug 14 '18 at 13:25
Not really an issue. The way I see it, is that it's almost enforcing Ads on your Magento 2 installation.
– Craig
Aug 14 '18 at 13:13
Not really an issue. The way I see it, is that it's almost enforcing Ads on your Magento 2 installation.
– Craig
Aug 14 '18 at 13:13
Yes. Moreover, they also conflict with some custom extensions. Have Disabled both the extensions a month ago.
– mighty_hk
Aug 14 '18 at 13:25
Yes. Moreover, they also conflict with some custom extensions. Have Disabled both the extensions a month ago.
– mighty_hk
Aug 14 '18 at 13:25
add a comment |
We can use the below command to make sure the particular module has any circular dependency.
php bin/magento info:dependencies:show-modules-circular
Above command generate one CSV file, please analyze this and make a decision.
Also, while disabling extension use the below command, it will throw an exception, if it has a circular dependency.
php bin/magento module:disable Vendor_Module
modules-circular-dependencies.csv
– Liam Mitchell
Mar 5 at 21:41
add a comment |
We can use the below command to make sure the particular module has any circular dependency.
php bin/magento info:dependencies:show-modules-circular
Above command generate one CSV file, please analyze this and make a decision.
Also, while disabling extension use the below command, it will throw an exception, if it has a circular dependency.
php bin/magento module:disable Vendor_Module
modules-circular-dependencies.csv
– Liam Mitchell
Mar 5 at 21:41
add a comment |
We can use the below command to make sure the particular module has any circular dependency.
php bin/magento info:dependencies:show-modules-circular
Above command generate one CSV file, please analyze this and make a decision.
Also, while disabling extension use the below command, it will throw an exception, if it has a circular dependency.
php bin/magento module:disable Vendor_Module
We can use the below command to make sure the particular module has any circular dependency.
php bin/magento info:dependencies:show-modules-circular
Above command generate one CSV file, please analyze this and make a decision.
Also, while disabling extension use the below command, it will throw an exception, if it has a circular dependency.
php bin/magento module:disable Vendor_Module
answered Aug 14 '18 at 12:45
Bilal UseanBilal Usean
5,5606 gold badges42 silver badges95 bronze badges
5,5606 gold badges42 silver badges95 bronze badges
modules-circular-dependencies.csv
– Liam Mitchell
Mar 5 at 21:41
add a comment |
modules-circular-dependencies.csv
– Liam Mitchell
Mar 5 at 21:41
modules-circular-dependencies.csv
– Liam Mitchell
Mar 5 at 21:41
modules-circular-dependencies.csv
– Liam Mitchell
Mar 5 at 21:41
add a comment |
So I had a conflict between a 3rd party "FollowUp Email" extension and Temando_Shipping showing the error:
Missing required argument $offset of TemandoShippingRestRequestListRequest.
So decided to disable Temando shipping and found this thread.
Disabling Temando Shipping actually fixed the issue and the extension works fine now.
And well, I said let's disable all these modules that are not really used and expensive for me to try.
php bin/magento module:disable Temando_Shipping --clear-static-content;
php bin/magento module:disable Shopial_Facebook --clear-static-content;
php bin/magento module:disable Dotdigitalgroup_Email --clear-static-content;
Then the usual stuff:
php bin/magento setup:upgrade;
php bin/magento cache:clean;
php bin/magento cache:flush;
...etc
add a comment |
So I had a conflict between a 3rd party "FollowUp Email" extension and Temando_Shipping showing the error:
Missing required argument $offset of TemandoShippingRestRequestListRequest.
So decided to disable Temando shipping and found this thread.
Disabling Temando Shipping actually fixed the issue and the extension works fine now.
And well, I said let's disable all these modules that are not really used and expensive for me to try.
php bin/magento module:disable Temando_Shipping --clear-static-content;
php bin/magento module:disable Shopial_Facebook --clear-static-content;
php bin/magento module:disable Dotdigitalgroup_Email --clear-static-content;
Then the usual stuff:
php bin/magento setup:upgrade;
php bin/magento cache:clean;
php bin/magento cache:flush;
...etc
add a comment |
So I had a conflict between a 3rd party "FollowUp Email" extension and Temando_Shipping showing the error:
Missing required argument $offset of TemandoShippingRestRequestListRequest.
So decided to disable Temando shipping and found this thread.
Disabling Temando Shipping actually fixed the issue and the extension works fine now.
And well, I said let's disable all these modules that are not really used and expensive for me to try.
php bin/magento module:disable Temando_Shipping --clear-static-content;
php bin/magento module:disable Shopial_Facebook --clear-static-content;
php bin/magento module:disable Dotdigitalgroup_Email --clear-static-content;
Then the usual stuff:
php bin/magento setup:upgrade;
php bin/magento cache:clean;
php bin/magento cache:flush;
...etc
So I had a conflict between a 3rd party "FollowUp Email" extension and Temando_Shipping showing the error:
Missing required argument $offset of TemandoShippingRestRequestListRequest.
So decided to disable Temando shipping and found this thread.
Disabling Temando Shipping actually fixed the issue and the extension works fine now.
And well, I said let's disable all these modules that are not really used and expensive for me to try.
php bin/magento module:disable Temando_Shipping --clear-static-content;
php bin/magento module:disable Shopial_Facebook --clear-static-content;
php bin/magento module:disable Dotdigitalgroup_Email --clear-static-content;
Then the usual stuff:
php bin/magento setup:upgrade;
php bin/magento cache:clean;
php bin/magento cache:flush;
...etc
answered Aug 8 at 0:16
Mohammed JoraidMohammed Joraid
2492 silver badges12 bronze badges
2492 silver badges12 bronze badges
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f238334%2fis-it-safe-to-disable-temando-shipping-dotdigitalgroup-email%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown