We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 45415
    • 14 Posts
    I bought Gorevo and installed it in Revo 2.6.2 (blank install).
    Then I copied the files to Evo 1.2.1 as described.
    When I put this URL in my browser's address bar: MyEvoSite.com/gorevo/
    I get a blank page.
    I am stuck with it and need some help please.
    I checked file permissions - seem to be OK.

    This question has been answered by multiple community members. See the first response.

    • discuss.answer
      • 3749
      • 24,544 Posts
      I'm sorry you're having trouble. Is there an index.php file in that directory (MyEvoSite.com/gorevo/)?
        Did I help you? Buy me a beer
        Get my Book: MODX:The Official Guide
        MODX info for everyone: http://bobsguides.com/modx.html
        My MODX Extras
        Bob's Guides is now hosted at A2 MODX Hosting
        • 45415
        • 14 Posts
        Quote from: BobRay at May 07, 2018, 08:07 PM
        I'm sorry you're having trouble. Is there an index.php file in that directory (MyEvoSite.com/gorevo/)?
        Thanks, it was there.
        I deleted MyEvoSite.com/gorevo/ and copied it again.
        Now the form appeared and export is completed.

        Concerning IMPORT:
        If I understand the https://bobsguides.com/gorevo-package.html right
        there have to be 3 directories:
        MyRevoSite.com/gorevo/
        MyRevoSite.com/core/components/gorevo
        MyRevoSite.com/assets/components/gorevo

        I did not find the first directory. So I made it myself and copied the evo.zip into it.
        But so there is no index.php in it.
        Did I miss something?
        • discuss.answer
          • 3749
          • 24,544 Posts
          That's very strange. The install should have put it there, along with several other files.

          The files in this code should all have been transferred to the MyRevosite.com/gorevo/ directory:

           $destination = MODX_BASE_PATH . 'gorevo/';
              $files = array(
                  MODX_CORE_PATH . 'components/gorevo/elements/snippets/gorevoimport.snippet.php' 
                      => $destination . 'index.php',
          
                  MODX_CORE_PATH . 'components/gorevo/elements/snippets/.htaccess'
                  => $destination . '.htaccess',
          
                  MODX_ASSETS_PATH . 'components/gorevo/gorevo.css'
                  => $destination . 'gorevo.css',
                  
                  MODX_ASSETS_PATH . 'components/gorevo/gorevo-results.html'
                  => $destination . 'gorevo-results.html',
          
                  MODX_ASSETS_PATH . 'components/gorevo/gorevo-logo.png'
                  => $destination . 'gorevo-logo.png',
              );


          If they didn't get copied, you should have seen warning messages during the install (and maybe in the error log).

          If they're in the core/components/gorevo/... locations in the code above, you can copy them to the target directory yourself.
            Did I help you? Buy me a beer
            Get my Book: MODX:The Official Guide
            MODX info for everyone: http://bobsguides.com/modx.html
            My MODX Extras
            Bob's Guides is now hosted at A2 MODX Hosting
            • 45415
            • 14 Posts
            If they didn't get copied, you should have seen warning messages during the install (and maybe in the error log).
            I did not see warning messages during the install.

            If they're in the core/components/gorevo/... locations in the code above, you can copy them to the target directory yourself.
            this worked fine for me. I found the files copied them and import is completed now.
            Thanks a lot for your quick replies!
              • 3749
              • 24,544 Posts
              I'm glad you got it sorted. Thanks for buying GoRevo. smiley
                Did I help you? Buy me a beer
                Get my Book: MODX:The Official Guide
                MODX info for everyone: http://bobsguides.com/modx.html
                My MODX Extras
                Bob's Guides is now hosted at A2 MODX Hosting