Unable to retrieve deployment version of static files from the file system
I asked my hosting site to update PHP so that I could configure Payzone to Magento 2. It seems that it may have upset something as when I try to go on the website, magento admin or File zilla I get an error message or Unable to retrieve deployment version of static files from the file system.
I've asked the hosting site to take a look, but they don't think that it's a problem at their end. Does anyone have any idea how I might fix this.
magento2 php-5.4 static-content
add a comment |
I asked my hosting site to update PHP so that I could configure Payzone to Magento 2. It seems that it may have upset something as when I try to go on the website, magento admin or File zilla I get an error message or Unable to retrieve deployment version of static files from the file system.
I've asked the hosting site to take a look, but they don't think that it's a problem at their end. Does anyone have any idea how I might fix this.
magento2 php-5.4 static-content
As you've added a php 5.4 tag , i would like to remind you that magento 2 doesnt work on it - devdocs.magento.com/guides/v2.1/install-gde/…
– Vivek Kumar
Nov 8 '17 at 9:48
Could you ignore the tag
– Bev.T
Nov 8 '17 at 9:49
what magento version are you running
– Vivek Kumar
Nov 8 '17 at 9:54
I'm running magento 2
– Bev.T
Nov 8 '17 at 9:58
add a comment |
I asked my hosting site to update PHP so that I could configure Payzone to Magento 2. It seems that it may have upset something as when I try to go on the website, magento admin or File zilla I get an error message or Unable to retrieve deployment version of static files from the file system.
I've asked the hosting site to take a look, but they don't think that it's a problem at their end. Does anyone have any idea how I might fix this.
magento2 php-5.4 static-content
I asked my hosting site to update PHP so that I could configure Payzone to Magento 2. It seems that it may have upset something as when I try to go on the website, magento admin or File zilla I get an error message or Unable to retrieve deployment version of static files from the file system.
I've asked the hosting site to take a look, but they don't think that it's a problem at their end. Does anyone have any idea how I might fix this.
magento2 php-5.4 static-content
magento2 php-5.4 static-content
edited Apr 10 '18 at 7:01
Teja Bhagavan Kollepara
2,94841847
2,94841847
asked Nov 8 '17 at 9:19
Bev.TBev.T
11
11
As you've added a php 5.4 tag , i would like to remind you that magento 2 doesnt work on it - devdocs.magento.com/guides/v2.1/install-gde/…
– Vivek Kumar
Nov 8 '17 at 9:48
Could you ignore the tag
– Bev.T
Nov 8 '17 at 9:49
what magento version are you running
– Vivek Kumar
Nov 8 '17 at 9:54
I'm running magento 2
– Bev.T
Nov 8 '17 at 9:58
add a comment |
As you've added a php 5.4 tag , i would like to remind you that magento 2 doesnt work on it - devdocs.magento.com/guides/v2.1/install-gde/…
– Vivek Kumar
Nov 8 '17 at 9:48
Could you ignore the tag
– Bev.T
Nov 8 '17 at 9:49
what magento version are you running
– Vivek Kumar
Nov 8 '17 at 9:54
I'm running magento 2
– Bev.T
Nov 8 '17 at 9:58
As you've added a php 5.4 tag , i would like to remind you that magento 2 doesnt work on it - devdocs.magento.com/guides/v2.1/install-gde/…
– Vivek Kumar
Nov 8 '17 at 9:48
As you've added a php 5.4 tag , i would like to remind you that magento 2 doesnt work on it - devdocs.magento.com/guides/v2.1/install-gde/…
– Vivek Kumar
Nov 8 '17 at 9:48
Could you ignore the tag
– Bev.T
Nov 8 '17 at 9:49
Could you ignore the tag
– Bev.T
Nov 8 '17 at 9:49
what magento version are you running
– Vivek Kumar
Nov 8 '17 at 9:54
what magento version are you running
– Vivek Kumar
Nov 8 '17 at 9:54
I'm running magento 2
– Bev.T
Nov 8 '17 at 9:58
I'm running magento 2
– Bev.T
Nov 8 '17 at 9:58
add a comment |
1 Answer
1
active
oldest
votes
Seems you have converted your store from the developer mode to the production mode and now the system is not able to create the folders and files automatically.
For the same, try below steps
php bin/magento cache:clean
php bin/magento cache:flush
remove everything(not .htacess) from pub, var, generated
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento setup:static-content:deploy en_AU --exclude-theme Magento/luma --exclude-theme Magento/blank -f
Here you go, check your frontend and admin, it should work like it should. Enjoy
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%2f200525%2funable-to-retrieve-deployment-version-of-static-files-from-the-file-system%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
Seems you have converted your store from the developer mode to the production mode and now the system is not able to create the folders and files automatically.
For the same, try below steps
php bin/magento cache:clean
php bin/magento cache:flush
remove everything(not .htacess) from pub, var, generated
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento setup:static-content:deploy en_AU --exclude-theme Magento/luma --exclude-theme Magento/blank -f
Here you go, check your frontend and admin, it should work like it should. Enjoy
add a comment |
Seems you have converted your store from the developer mode to the production mode and now the system is not able to create the folders and files automatically.
For the same, try below steps
php bin/magento cache:clean
php bin/magento cache:flush
remove everything(not .htacess) from pub, var, generated
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento setup:static-content:deploy en_AU --exclude-theme Magento/luma --exclude-theme Magento/blank -f
Here you go, check your frontend and admin, it should work like it should. Enjoy
add a comment |
Seems you have converted your store from the developer mode to the production mode and now the system is not able to create the folders and files automatically.
For the same, try below steps
php bin/magento cache:clean
php bin/magento cache:flush
remove everything(not .htacess) from pub, var, generated
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento setup:static-content:deploy en_AU --exclude-theme Magento/luma --exclude-theme Magento/blank -f
Here you go, check your frontend and admin, it should work like it should. Enjoy
Seems you have converted your store from the developer mode to the production mode and now the system is not able to create the folders and files automatically.
For the same, try below steps
php bin/magento cache:clean
php bin/magento cache:flush
remove everything(not .htacess) from pub, var, generated
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento setup:static-content:deploy en_AU --exclude-theme Magento/luma --exclude-theme Magento/blank -f
Here you go, check your frontend and admin, it should work like it should. Enjoy
answered 20 mins ago
zuber bandizuber bandi
8913
8913
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%2f200525%2funable-to-retrieve-deployment-version-of-static-files-from-the-file-system%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
As you've added a php 5.4 tag , i would like to remind you that magento 2 doesnt work on it - devdocs.magento.com/guides/v2.1/install-gde/…
– Vivek Kumar
Nov 8 '17 at 9:48
Could you ignore the tag
– Bev.T
Nov 8 '17 at 9:49
what magento version are you running
– Vivek Kumar
Nov 8 '17 at 9:54
I'm running magento 2
– Bev.T
Nov 8 '17 at 9:58