I follow this tutorial but get direct errors.
After the command " composer require espocrm/php-espo-api-client " my ESPO in browser give errors, so everything stopped direct.
I have to fall back on my backup.
Errors I see >>
AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Class "Espo\\Core\\Application"
not found in /var/www/vhosts/<URL>/public/api/v1/index.php:35\nStack trace:\n#0 {main}\n thrown in /var/www/vhosts/<URL>/public/api/v1/index.php on line 35'
I want to add an Call via an own PHP script.
Tested Espo CRM version Version 9.1.9 and also 9.3.1
Many thanks in advance
After the command " composer require espocrm/php-espo-api-client " my ESPO in browser give errors, so everything stopped direct.
I have to fall back on my backup.
Errors I see >>
AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Class "Espo\\Core\\Application"
not found in /var/www/vhosts/<URL>/public/api/v1/index.php:35\nStack trace:\n#0 {main}\n thrown in /var/www/vhosts/<URL>/public/api/v1/index.php on line 35'
I want to add an Call via an own PHP script.
Tested Espo CRM version Version 9.1.9 and also 9.3.1
Many thanks in advance

Comment