installation stops with "EspoCRM API not found"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hotmifi
    Junior Member
    • Feb 2026
    • 2

    #1

    installation stops with "EspoCRM API not found"

    I've tried all the suggested changes, no help.

    This suggested change:
    <Directory /PATH_TO_ESPO/>
    AllowOverride All
    </Directory>
    makes my website FORBIDDEN even.

    I am working with PHP 8.4 and Apache2 2.4.66 on Debian 13 and I am running a couple of websites on such configuration. Where can I find comprehensive help for this problem?
  • hotmifi
    Junior Member
    • Feb 2026
    • 2

    #2
    SOLVED!
    The EspoCRM web directory /var/www/subd.xyz.xx -> /var/www/clients/client0/web1/ is a symlink and EspoCRM does not allow using symlink target specifications during installation. Symlinks only.

    Comment

    Working...