Getting 404 - Page Not Found after upgrading to 1.9.3.7












3















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?










share|improve this question























  • Did nobody knows a fix for that issue? I do realy need help with that problem

    – Inoworker
    Dec 11 '17 at 7:40


















3















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?










share|improve this question























  • Did nobody knows a fix for that issue? I do realy need help with that problem

    – Inoworker
    Dec 11 '17 at 7:40
















3












3








3


3






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?










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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





















  • 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












2 Answers
2






active

oldest

votes


















0














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).






share|improve this answer

































    8














    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;
    }*/





    share|improve this answer





















    • 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











    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    0














    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).






    share|improve this answer






























      0














      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).






      share|improve this answer




























        0












        0








        0







        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).






        share|improve this answer















        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).







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Dec 20 '17 at 7:06

























        answered Dec 18 '17 at 13:41









        RANGANATHAN HARITHARANGANATHAN HARITHA

        242




        242

























            8














            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;
            }*/





            share|improve this answer





















            • 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
















            8














            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;
            }*/





            share|improve this answer





















            • 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














            8












            8








            8







            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;
            }*/





            share|improve this answer















            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;
            }*/






            share|improve this answer














            share|improve this answer



            share|improve this answer








            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














            • 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


















            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            what is the purpose of having a “thru cal” on RF PCB?

            What does Gandalf whisper to the Moth on the Orthanc in Isengard?

            magento2 creating a lot of catalogrule_product_temp tables