We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 18913
    • 654 Posts
    I just did a local install of Evo 1.0.4 and everything went fine. I would note though that in the default MODxHost template there is this line for a login area on the sidebar :
    <div id="sidebarlogin">[!WebLogin? &tpl=`FormLogin` &loginhomeid=`[(site_start)]`!]</div>


    The "FormLogin" chunk doesn’t exist in the install. Instead, I think the call should be this :
    <div id="sidebarlogin">[!WebLogin? &tpl=`WebLoginSidebar` &loginhomeid=`[(site_start)]`!]</div>


    I did a quick search of the archives (via Google) as well as JIRA and did not see this mentioned. So apologies if this is already being dealt with. (This issue may exist in 1.0.3 too, if I recall).

    EDIT : that was an install that did not set up the sample data/web site, by the way.