exception after magento 2 installationException installing Magento2 sample data: SQL Integrity constraint violationMagento2: Errors installing Sample Data: Class “MagentoSampleDataModel” not found / no commands defined in “sampledata” namespaceMagento 2 - Can't access to products with direct urlGetting Fatal error when refund method throw exceptionError in Grid magento 2 Fatal error: Method MagentoUiTemplateEngineXhtmlResult::__toString()Theme Installation errorMagento 2 unknown error on exception.logMagento 2.2.4 place order exception error “Undefined index: product_id Issue”Magento 2, Unable to save products (Catalog rule indexing failed. See details in exception log.)Magento Core doesnt work after transfer
Am I overreacting to my team leader's unethical requests?
Why isn’t SHA-3 in wider use?
Sign changes after taking the square root inequality. Why?
What should I call bands of armed men in Medieval Times?
(11 of 11: Meta) What is Pyramid Cult's All-Time Favorite?
Why are Gatwick's runways too close together?
Can you castle with a "ghost" rook?
DeclareMathOperator and widearcarrow with kpfonts
Blocking people from taking pictures of me with smartphone
What is the maximum number of PC-controlled undead?
Understanding the point of a kölsche Witz
Should I ask for permission to write an expository post about someone's else research?
Box of tablets, whole or broken: solution required
Trying to write a shell script that keeps testing a server remotely, but it keeps falling in else statement when I logout
What does Apple mean by "This may decrease battery life"?
Is this curved text blend possible in Illustrator?
Question about "Approaching Zero and Limits" in the Intuitive Proof of the Derivative of Sine
How can Radagast come across Gandalf and Thorin's company?
Tikzpicture - finish drawing a curved line for a cake slice
How do some PhD students get 10+ papers? Is that what I need for landing good faculty position?
Some concentration spells give you a special action. Does the War Caster feat let these be used instead of opportunity attacks?
Existence of weak limit of measures
Are differences between uniformly distributed numbers uniformly distributed?
Different inverter (logic gate) symbols
exception after magento 2 installation
Exception installing Magento2 sample data: SQL Integrity constraint violationMagento2: Errors installing Sample Data: Class “MagentoSampleDataModel” not found / no commands defined in “sampledata” namespaceMagento 2 - Can't access to products with direct urlGetting Fatal error when refund method throw exceptionError in Grid magento 2 Fatal error: Method MagentoUiTemplateEngineXhtmlResult::__toString()Theme Installation errorMagento 2 unknown error on exception.logMagento 2.2.4 place order exception error “Undefined index: product_id Issue”Magento 2, Unable to save products (Catalog rule indexing failed. See details in exception log.)Magento Core doesnt work after transfer
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
After installing Magento 2 with sample data I'm getting below error:
main.CRITICAL: Default website is not defined
"exception":"[object] (DomainException(code: 0): Default website
is not defined at magento2\vendor\magento\module-store\Model\WebsiteRepository.php:144)"
magento2 magento-2.1
add a comment |
After installing Magento 2 with sample data I'm getting below error:
main.CRITICAL: Default website is not defined
"exception":"[object] (DomainException(code: 0): Default website
is not defined at magento2\vendor\magento\module-store\Model\WebsiteRepository.php:144)"
magento2 magento-2.1
add a comment |
After installing Magento 2 with sample data I'm getting below error:
main.CRITICAL: Default website is not defined
"exception":"[object] (DomainException(code: 0): Default website
is not defined at magento2\vendor\magento\module-store\Model\WebsiteRepository.php:144)"
magento2 magento-2.1
After installing Magento 2 with sample data I'm getting below error:
main.CRITICAL: Default website is not defined
"exception":"[object] (DomainException(code: 0): Default website
is not defined at magento2\vendor\magento\module-store\Model\WebsiteRepository.php:144)"
magento2 magento-2.1
magento2 magento-2.1
edited May 30 '18 at 22:54
Rian
8031 gold badge7 silver badges18 bronze badges
8031 gold badge7 silver badges18 bronze badges
asked May 30 '18 at 19:57
subham123subham123
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
In your phpmyadmin, open the table store_website
and manual edit at least one website to default (is_default = 1
).
already tried but didn't work
– subham123
May 30 '18 at 20:27
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%2f228115%2fexception-after-magento-2-installation%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
In your phpmyadmin, open the table store_website
and manual edit at least one website to default (is_default = 1
).
already tried but didn't work
– subham123
May 30 '18 at 20:27
add a comment |
In your phpmyadmin, open the table store_website
and manual edit at least one website to default (is_default = 1
).
already tried but didn't work
– subham123
May 30 '18 at 20:27
add a comment |
In your phpmyadmin, open the table store_website
and manual edit at least one website to default (is_default = 1
).
In your phpmyadmin, open the table store_website
and manual edit at least one website to default (is_default = 1
).
answered May 30 '18 at 20:22
Evgeniy KapelkoEvgeniy Kapelko
1,3521 gold badge3 silver badges19 bronze badges
1,3521 gold badge3 silver badges19 bronze badges
already tried but didn't work
– subham123
May 30 '18 at 20:27
add a comment |
already tried but didn't work
– subham123
May 30 '18 at 20:27
already tried but didn't work
– subham123
May 30 '18 at 20:27
already tried but didn't work
– subham123
May 30 '18 at 20:27
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%2f228115%2fexception-after-magento-2-installation%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