Installation fails on “Installing database schema”
When installing Magento 2.0, the "Customize your store" page shows there is an error (although there are no details under the "show details" link). It will proceed past this point, however when installing it fails at 0%, suggests I check the console log, which only shows the following:
Starting Magento installation:
File permissions check...
Enabling Maintenance Mode...
Installing deployment configuration...
Installing database schema:
Any advice from anyone who has installed this previously? I'm using a CentOS box, with php 5.6.
magento-2.0 installation
add a comment |
When installing Magento 2.0, the "Customize your store" page shows there is an error (although there are no details under the "show details" link). It will proceed past this point, however when installing it fails at 0%, suggests I check the console log, which only shows the following:
Starting Magento installation:
File permissions check...
Enabling Maintenance Mode...
Installing deployment configuration...
Installing database schema:
Any advice from anyone who has installed this previously? I'm using a CentOS box, with php 5.6.
magento-2.0 installation
add a comment |
When installing Magento 2.0, the "Customize your store" page shows there is an error (although there are no details under the "show details" link). It will proceed past this point, however when installing it fails at 0%, suggests I check the console log, which only shows the following:
Starting Magento installation:
File permissions check...
Enabling Maintenance Mode...
Installing deployment configuration...
Installing database schema:
Any advice from anyone who has installed this previously? I'm using a CentOS box, with php 5.6.
magento-2.0 installation
When installing Magento 2.0, the "Customize your store" page shows there is an error (although there are no details under the "show details" link). It will proceed past this point, however when installing it fails at 0%, suggests I check the console log, which only shows the following:
Starting Magento installation:
File permissions check...
Enabling Maintenance Mode...
Installing deployment configuration...
Installing database schema:
Any advice from anyone who has installed this previously? I'm using a CentOS box, with php 5.6.
magento-2.0 installation
magento-2.0 installation
edited Jun 29 '16 at 10:56
7ochem
5,72193668
5,72193668
asked Jun 10 '16 at 15:27
Benjamin GBenjamin G
13
13
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
This is likely not going to help you, but it might help others. I experienced this problem when php max_execution_time
and memory_limit
were set too low. I set mine to 360
and 2048M
respectively. This resolved the issue and greatly improved my magento2 performance as well.
add a comment |
Old but... you can find the logs under your
webserver/magentoInstallation/var/log
They have more details about your error.
If you tried to install on a WAMP Webserver you will find them under
WAMPFolder/www/yourmagentoinstallation/var/log
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%2f120412%2finstallation-fails-on-installing-database-schema%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is likely not going to help you, but it might help others. I experienced this problem when php max_execution_time
and memory_limit
were set too low. I set mine to 360
and 2048M
respectively. This resolved the issue and greatly improved my magento2 performance as well.
add a comment |
This is likely not going to help you, but it might help others. I experienced this problem when php max_execution_time
and memory_limit
were set too low. I set mine to 360
and 2048M
respectively. This resolved the issue and greatly improved my magento2 performance as well.
add a comment |
This is likely not going to help you, but it might help others. I experienced this problem when php max_execution_time
and memory_limit
were set too low. I set mine to 360
and 2048M
respectively. This resolved the issue and greatly improved my magento2 performance as well.
This is likely not going to help you, but it might help others. I experienced this problem when php max_execution_time
and memory_limit
were set too low. I set mine to 360
and 2048M
respectively. This resolved the issue and greatly improved my magento2 performance as well.
answered Aug 9 '16 at 2:32
Larry M.Larry M.
166
166
add a comment |
add a comment |
Old but... you can find the logs under your
webserver/magentoInstallation/var/log
They have more details about your error.
If you tried to install on a WAMP Webserver you will find them under
WAMPFolder/www/yourmagentoinstallation/var/log
add a comment |
Old but... you can find the logs under your
webserver/magentoInstallation/var/log
They have more details about your error.
If you tried to install on a WAMP Webserver you will find them under
WAMPFolder/www/yourmagentoinstallation/var/log
add a comment |
Old but... you can find the logs under your
webserver/magentoInstallation/var/log
They have more details about your error.
If you tried to install on a WAMP Webserver you will find them under
WAMPFolder/www/yourmagentoinstallation/var/log
Old but... you can find the logs under your
webserver/magentoInstallation/var/log
They have more details about your error.
If you tried to install on a WAMP Webserver you will find them under
WAMPFolder/www/yourmagentoinstallation/var/log
edited 2 days ago
Chirag Patel
2,003220
2,003220
answered Jul 2 '18 at 8:06
cslayer2cslayer2
11
11
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%2f120412%2finstallation-fails-on-installing-database-schema%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