New Installation doesn't work

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • flyingron
    Junior Member
    • May 2026
    • 1

    #1

    New Installation doesn't work

    It just pops up a popup that says 'Not Found.'

    The apache logs show these lines:

    espo.crm.drink.that.wine:443 75.170.209.61 - - [01/Jun/2026:00:01:25 +0000] "GET /api/v1/Settings HTTP/1.1" 404 525 "https://espo.crm.drink.that.wine/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36"

    espo.crm.drink.that.wine:443 75.170.209.61 - - [01/Jun/2026:00:01:25 +0000] "GET /api/v1/I18n?default=true HTTP/1.1" 404 3164 "https://espo.crm.drink.that.wine/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36"


    If I dig around in the installation, the api/v1 there's only an index.php and a portal directory. No Settings or I18n...
  • victor
    Active Community Member
    • Aug 2022
    • 1200

    #2
    The most likely reasons:
    • mod_rewrite disabled;
    • AllowOverride None;
    • missing/damaged .htaccess file.
    Please review the documentation again: https://docs.espocrm.com/administrat...configuration/.

    Comment

    Working...