Magento 2.3 Readiness Check Failing
Issue: Magento 2.3 Fresh install Web setup fails the following
PHP Settings Check *
PHP Extensions Check
Check Cron Scripts
How to reproduce
Install new blank default install of magento 2.3 setup passes the readiness check.
From admin go to system -> web setup wizard. Click on extensions, select anything to install. it takes you to the readiness check window and fails the above.
I have been stuck on this for three weeks. I just dont get it. It passes for the install but then failed when trying to install an extension.
I put a phpinfo file in both the root and the setup folder both are exactly the same.
Any help would be very much appreciated. I did not have this problem with the 2.2x version.
php version 7.1.25
magento2.3
New contributor
|
show 4 more comments
Issue: Magento 2.3 Fresh install Web setup fails the following
PHP Settings Check *
PHP Extensions Check
Check Cron Scripts
How to reproduce
Install new blank default install of magento 2.3 setup passes the readiness check.
From admin go to system -> web setup wizard. Click on extensions, select anything to install. it takes you to the readiness check window and fails the above.
I have been stuck on this for three weeks. I just dont get it. It passes for the install but then failed when trying to install an extension.
I put a phpinfo file in both the root and the setup folder both are exactly the same.
Any help would be very much appreciated. I did not have this problem with the 2.2x version.
php version 7.1.25
magento2.3
New contributor
Are you updating magento or installing it or installing module?
– Aman Alam
41 mins ago
Hi Aman, I updated the question with more details.
– ToweringMeida
38 mins ago
Yes its needs cron setup
– Aman Alam
36 mins ago
I setup the cron job several ways, I setup the cron the same way that is working on other accounts.
– ToweringMeida
35 mins ago
if your cron is correctly set it will generate two files invar
directory called.setup_cronjob_status
and.update_cronjob_status
if this two file is there your are ready to go
– Aman Alam
33 mins ago
|
show 4 more comments
Issue: Magento 2.3 Fresh install Web setup fails the following
PHP Settings Check *
PHP Extensions Check
Check Cron Scripts
How to reproduce
Install new blank default install of magento 2.3 setup passes the readiness check.
From admin go to system -> web setup wizard. Click on extensions, select anything to install. it takes you to the readiness check window and fails the above.
I have been stuck on this for three weeks. I just dont get it. It passes for the install but then failed when trying to install an extension.
I put a phpinfo file in both the root and the setup folder both are exactly the same.
Any help would be very much appreciated. I did not have this problem with the 2.2x version.
php version 7.1.25
magento2.3
New contributor
Issue: Magento 2.3 Fresh install Web setup fails the following
PHP Settings Check *
PHP Extensions Check
Check Cron Scripts
How to reproduce
Install new blank default install of magento 2.3 setup passes the readiness check.
From admin go to system -> web setup wizard. Click on extensions, select anything to install. it takes you to the readiness check window and fails the above.
I have been stuck on this for three weeks. I just dont get it. It passes for the install but then failed when trying to install an extension.
I put a phpinfo file in both the root and the setup folder both are exactly the same.
Any help would be very much appreciated. I did not have this problem with the 2.2x version.
php version 7.1.25
magento2.3
magento2.3
New contributor
New contributor
edited 38 mins ago
ToweringMeida
New contributor
asked 43 mins ago
ToweringMeidaToweringMeida
12
12
New contributor
New contributor
Are you updating magento or installing it or installing module?
– Aman Alam
41 mins ago
Hi Aman, I updated the question with more details.
– ToweringMeida
38 mins ago
Yes its needs cron setup
– Aman Alam
36 mins ago
I setup the cron job several ways, I setup the cron the same way that is working on other accounts.
– ToweringMeida
35 mins ago
if your cron is correctly set it will generate two files invar
directory called.setup_cronjob_status
and.update_cronjob_status
if this two file is there your are ready to go
– Aman Alam
33 mins ago
|
show 4 more comments
Are you updating magento or installing it or installing module?
– Aman Alam
41 mins ago
Hi Aman, I updated the question with more details.
– ToweringMeida
38 mins ago
Yes its needs cron setup
– Aman Alam
36 mins ago
I setup the cron job several ways, I setup the cron the same way that is working on other accounts.
– ToweringMeida
35 mins ago
if your cron is correctly set it will generate two files invar
directory called.setup_cronjob_status
and.update_cronjob_status
if this two file is there your are ready to go
– Aman Alam
33 mins ago
Are you updating magento or installing it or installing module?
– Aman Alam
41 mins ago
Are you updating magento or installing it or installing module?
– Aman Alam
41 mins ago
Hi Aman, I updated the question with more details.
– ToweringMeida
38 mins ago
Hi Aman, I updated the question with more details.
– ToweringMeida
38 mins ago
Yes its needs cron setup
– Aman Alam
36 mins ago
Yes its needs cron setup
– Aman Alam
36 mins ago
I setup the cron job several ways, I setup the cron the same way that is working on other accounts.
– ToweringMeida
35 mins ago
I setup the cron job several ways, I setup the cron the same way that is working on other accounts.
– ToweringMeida
35 mins ago
if your cron is correctly set it will generate two files in
var
directory called .setup_cronjob_status
and .update_cronjob_status
if this two file is there your are ready to go– Aman Alam
33 mins ago
if your cron is correctly set it will generate two files in
var
directory called .setup_cronjob_status
and .update_cronjob_status
if this two file is there your are ready to go– Aman Alam
33 mins ago
|
show 4 more comments
1 Answer
1
active
oldest
votes
For running websetup wizard cron setup must be needed.
Here is official doc to setup cron:
https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-cron.html
For your problem if you are setup cron correctly there must be two files generated in var
directory called .setup_cronjob_status
and .update_cronjob_status
if this two files are generated you are ready to run websetup wizard. Also check the permission of both generated file is correct or not it should be 644
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
});
}
});
ToweringMeida is a new contributor. Be nice, and check out our Code of Conduct.
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%2f258250%2fmagento-2-3-readiness-check-failing%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
For running websetup wizard cron setup must be needed.
Here is official doc to setup cron:
https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-cron.html
For your problem if you are setup cron correctly there must be two files generated in var
directory called .setup_cronjob_status
and .update_cronjob_status
if this two files are generated you are ready to run websetup wizard. Also check the permission of both generated file is correct or not it should be 644
add a comment |
For running websetup wizard cron setup must be needed.
Here is official doc to setup cron:
https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-cron.html
For your problem if you are setup cron correctly there must be two files generated in var
directory called .setup_cronjob_status
and .update_cronjob_status
if this two files are generated you are ready to run websetup wizard. Also check the permission of both generated file is correct or not it should be 644
add a comment |
For running websetup wizard cron setup must be needed.
Here is official doc to setup cron:
https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-cron.html
For your problem if you are setup cron correctly there must be two files generated in var
directory called .setup_cronjob_status
and .update_cronjob_status
if this two files are generated you are ready to run websetup wizard. Also check the permission of both generated file is correct or not it should be 644
For running websetup wizard cron setup must be needed.
Here is official doc to setup cron:
https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-cron.html
For your problem if you are setup cron correctly there must be two files generated in var
directory called .setup_cronjob_status
and .update_cronjob_status
if this two files are generated you are ready to run websetup wizard. Also check the permission of both generated file is correct or not it should be 644
edited 1 min ago
answered 9 mins ago
Aman AlamAman Alam
896519
896519
add a comment |
add a comment |
ToweringMeida is a new contributor. Be nice, and check out our Code of Conduct.
ToweringMeida is a new contributor. Be nice, and check out our Code of Conduct.
ToweringMeida is a new contributor. Be nice, and check out our Code of Conduct.
ToweringMeida is a new contributor. Be nice, and check out our Code of Conduct.
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%2f258250%2fmagento-2-3-readiness-check-failing%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
Are you updating magento or installing it or installing module?
– Aman Alam
41 mins ago
Hi Aman, I updated the question with more details.
– ToweringMeida
38 mins ago
Yes its needs cron setup
– Aman Alam
36 mins ago
I setup the cron job several ways, I setup the cron the same way that is working on other accounts.
– ToweringMeida
35 mins ago
if your cron is correctly set it will generate two files in
var
directory called.setup_cronjob_status
and.update_cronjob_status
if this two file is there your are ready to go– Aman Alam
33 mins ago