Install problem: missing license file
  • Hi,
    I've successfully downloaded newscoop and its dependencies using composer on an Ubuntu system.
    When I open the browser window at local url "newscoop" I'm redirected to "newscoop/install" where there's a page "System compatibility" which list a lot of checks which are all fine (green), then I click on "next" and the browser opens url "newscoop/install/license" which is missing.
    Does anybody have any idea?
    Thanks
  • 3 Comments sorted by
  • Vote Up0Vote Down Paweł MikołajczukPaweł Mikołajczuk
    Posts: 72Member, Sourcefabric Team
    Hey, looks like .htaccess file in install directory is missing - try to unzip newscoop again but from comand line with unzip or from tar.gz archive. By default ubuntu zip app don't extract hidden files (like .htaccess). 
  • Hi,
    thanks for your help, but .htaccess is already in the directory.
  • I figured out that AllowOverride was not enabled for newscoop directory, so the .htaccess was not working.
    Now it works, thanks.