Getting 404 - Page Not Found after upgrading to 1.9.3.7
I have to upgrade Magento from 1.9.3.3 to 1.9.3.7 and in that case I cloned the live system to an sub-domain of the live Domain. I always fixed the multi conflict with issue and getting upgraded I thought, but I dont know if it realy worked. Because when I hit the refresh Button after upgraden via Magento connect Manager I got an blank page and when I try to went back to the backend I got an 404 Error and also at the frontend. Every Site is gone into the Magento 404 Page.
I spend hours of time to fix it and try the solves of this threads:
http://www.codesolutions.de/magento-404-error-auf-unterseiten-z-b-nach-serverumzug-loesung/
404 page not found issue on all pages after upgrading Magento ver. 1.7.0.2 to 1.9.2
But nothing works for me.
Do anybody knows a fix that I dont try until yet?
upgrade 404 404-page magento-1.9.3.3 not-found
add a comment |
I have to upgrade Magento from 1.9.3.3 to 1.9.3.7 and in that case I cloned the live system to an sub-domain of the live Domain. I always fixed the multi conflict with issue and getting upgraded I thought, but I dont know if it realy worked. Because when I hit the refresh Button after upgraden via Magento connect Manager I got an blank page and when I try to went back to the backend I got an 404 Error and also at the frontend. Every Site is gone into the Magento 404 Page.
I spend hours of time to fix it and try the solves of this threads:
http://www.codesolutions.de/magento-404-error-auf-unterseiten-z-b-nach-serverumzug-loesung/
404 page not found issue on all pages after upgrading Magento ver. 1.7.0.2 to 1.9.2
But nothing works for me.
Do anybody knows a fix that I dont try until yet?
upgrade 404 404-page magento-1.9.3.3 not-found
Did nobody knows a fix for that issue? I do realy need help with that problem
– Inoworker
Dec 11 '17 at 7:40
add a comment |
I have to upgrade Magento from 1.9.3.3 to 1.9.3.7 and in that case I cloned the live system to an sub-domain of the live Domain. I always fixed the multi conflict with issue and getting upgraded I thought, but I dont know if it realy worked. Because when I hit the refresh Button after upgraden via Magento connect Manager I got an blank page and when I try to went back to the backend I got an 404 Error and also at the frontend. Every Site is gone into the Magento 404 Page.
I spend hours of time to fix it and try the solves of this threads:
http://www.codesolutions.de/magento-404-error-auf-unterseiten-z-b-nach-serverumzug-loesung/
404 page not found issue on all pages after upgrading Magento ver. 1.7.0.2 to 1.9.2
But nothing works for me.
Do anybody knows a fix that I dont try until yet?
upgrade 404 404-page magento-1.9.3.3 not-found
I have to upgrade Magento from 1.9.3.3 to 1.9.3.7 and in that case I cloned the live system to an sub-domain of the live Domain. I always fixed the multi conflict with issue and getting upgraded I thought, but I dont know if it realy worked. Because when I hit the refresh Button after upgraden via Magento connect Manager I got an blank page and when I try to went back to the backend I got an 404 Error and also at the frontend. Every Site is gone into the Magento 404 Page.
I spend hours of time to fix it and try the solves of this threads:
http://www.codesolutions.de/magento-404-error-auf-unterseiten-z-b-nach-serverumzug-loesung/
404 page not found issue on all pages after upgrading Magento ver. 1.7.0.2 to 1.9.2
But nothing works for me.
Do anybody knows a fix that I dont try until yet?
upgrade 404 404-page magento-1.9.3.3 not-found
upgrade 404 404-page magento-1.9.3.3 not-found
asked Dec 7 '17 at 10:03
InoworkerInoworker
1813
1813
Did nobody knows a fix for that issue? I do realy need help with that problem
– Inoworker
Dec 11 '17 at 7:40
add a comment |
Did nobody knows a fix for that issue? I do realy need help with that problem
– Inoworker
Dec 11 '17 at 7:40
Did nobody knows a fix for that issue? I do realy need help with that problem
– Inoworker
Dec 11 '17 at 7:40
Did nobody knows a fix for that issue? I do realy need help with that problem
– Inoworker
Dec 11 '17 at 7:40
add a comment |
2 Answers
2
active
oldest
votes
Temporary Solution:
Goto 'core_cache_option' table and set all the values to 0
(You are disabling all the Cache Types)
block_html, collections, config, config_api, config_api2, eav, layout, translate
and refresh the Home page. It will work.
Solution
http://devdocs.magento.com/guides/m1x/ce19-ee114/ce1.9_release-notes.html#ce19-1936
Be sure that there is no php warning in your code (website).
add a comment |
My solution, go to file app/Mage.php
on line 808, replace
$file = empty($file) ? 'system.log' : basename($file);
to
$file = empty($file) ? 'system.log' : $file;
and comment the following line
/*
if (!self::helper('log')->isLogFileExtensionValid($file)) {
return;
}*/
1
This is a workaround. The clean way would be like described in this article: maxchadwick.xyz/blog/supee-10415-causing-every-page-to-404
– TonkBerlin
Apr 2 '18 at 0:38
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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%2f204882%2fgetting-404-page-not-found-after-upgrading-to-1-9-3-7%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
Temporary Solution:
Goto 'core_cache_option' table and set all the values to 0
(You are disabling all the Cache Types)
block_html, collections, config, config_api, config_api2, eav, layout, translate
and refresh the Home page. It will work.
Solution
http://devdocs.magento.com/guides/m1x/ce19-ee114/ce1.9_release-notes.html#ce19-1936
Be sure that there is no php warning in your code (website).
add a comment |
Temporary Solution:
Goto 'core_cache_option' table and set all the values to 0
(You are disabling all the Cache Types)
block_html, collections, config, config_api, config_api2, eav, layout, translate
and refresh the Home page. It will work.
Solution
http://devdocs.magento.com/guides/m1x/ce19-ee114/ce1.9_release-notes.html#ce19-1936
Be sure that there is no php warning in your code (website).
add a comment |
Temporary Solution:
Goto 'core_cache_option' table and set all the values to 0
(You are disabling all the Cache Types)
block_html, collections, config, config_api, config_api2, eav, layout, translate
and refresh the Home page. It will work.
Solution
http://devdocs.magento.com/guides/m1x/ce19-ee114/ce1.9_release-notes.html#ce19-1936
Be sure that there is no php warning in your code (website).
Temporary Solution:
Goto 'core_cache_option' table and set all the values to 0
(You are disabling all the Cache Types)
block_html, collections, config, config_api, config_api2, eav, layout, translate
and refresh the Home page. It will work.
Solution
http://devdocs.magento.com/guides/m1x/ce19-ee114/ce1.9_release-notes.html#ce19-1936
Be sure that there is no php warning in your code (website).
edited Dec 20 '17 at 7:06
answered Dec 18 '17 at 13:41
RANGANATHAN HARITHARANGANATHAN HARITHA
242
242
add a comment |
add a comment |
My solution, go to file app/Mage.php
on line 808, replace
$file = empty($file) ? 'system.log' : basename($file);
to
$file = empty($file) ? 'system.log' : $file;
and comment the following line
/*
if (!self::helper('log')->isLogFileExtensionValid($file)) {
return;
}*/
1
This is a workaround. The clean way would be like described in this article: maxchadwick.xyz/blog/supee-10415-causing-every-page-to-404
– TonkBerlin
Apr 2 '18 at 0:38
add a comment |
My solution, go to file app/Mage.php
on line 808, replace
$file = empty($file) ? 'system.log' : basename($file);
to
$file = empty($file) ? 'system.log' : $file;
and comment the following line
/*
if (!self::helper('log')->isLogFileExtensionValid($file)) {
return;
}*/
1
This is a workaround. The clean way would be like described in this article: maxchadwick.xyz/blog/supee-10415-causing-every-page-to-404
– TonkBerlin
Apr 2 '18 at 0:38
add a comment |
My solution, go to file app/Mage.php
on line 808, replace
$file = empty($file) ? 'system.log' : basename($file);
to
$file = empty($file) ? 'system.log' : $file;
and comment the following line
/*
if (!self::helper('log')->isLogFileExtensionValid($file)) {
return;
}*/
My solution, go to file app/Mage.php
on line 808, replace
$file = empty($file) ? 'system.log' : basename($file);
to
$file = empty($file) ? 'system.log' : $file;
and comment the following line
/*
if (!self::helper('log')->isLogFileExtensionValid($file)) {
return;
}*/
edited 5 mins ago
Jai
3,40382858
3,40382858
answered Dec 25 '17 at 4:03
AnsyoriAnsyori
489713
489713
1
This is a workaround. The clean way would be like described in this article: maxchadwick.xyz/blog/supee-10415-causing-every-page-to-404
– TonkBerlin
Apr 2 '18 at 0:38
add a comment |
1
This is a workaround. The clean way would be like described in this article: maxchadwick.xyz/blog/supee-10415-causing-every-page-to-404
– TonkBerlin
Apr 2 '18 at 0:38
1
1
This is a workaround. The clean way would be like described in this article: maxchadwick.xyz/blog/supee-10415-causing-every-page-to-404
– TonkBerlin
Apr 2 '18 at 0:38
This is a workaround. The clean way would be like described in this article: maxchadwick.xyz/blog/supee-10415-causing-every-page-to-404
– TonkBerlin
Apr 2 '18 at 0:38
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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%2f204882%2fgetting-404-page-not-found-after-upgrading-to-1-9-3-7%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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
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
Did nobody knows a fix for that issue? I do realy need help with that problem
– Inoworker
Dec 11 '17 at 7:40