Hello [magussilikonski], did you find a solution? Same situation here (plesk). Fresh install of v8.8 under PHP 8.3.21
I doubleckecked filerights, owners/groups, compatibility matrix, Php modules, etc.
Apache2 webroot is httpdocs/crm/public but when i click on āIGNORE WARNINGS AND PROCEEDā (with the curl erros (āCurl Request on Main Page:ā and āCurl Request on Apiā ) like above)
it points to /legacy/public/install.php#/install? Is āpublicā wrong here? Iām very thankful for Ideas!
Thanks for your suggestions. There is no htaccess in the legacy folder (only in the public folder) and curl is installed (7.81.0) and enabled. I added a basic auth in the .htaccess in the public folder but it doesnāt matter if is active or commented out.
The thing is, I had a working 8.6 (with PHP 8.1) version to play/test with it. on the same server. Then I cleared the vhost and made it fresh. Unfortunately Iām running out of ideas.
Iāve made a quick test install on a shared host V8.8 (with PHP 8.3). At least this install step workedā¦
Several things could be the problem for Error 500:
I had NGINX and Apache running. āThis strongly suggests that Plesk has NGINX enabled as a reverse proxy and NGINX is returning the 500 error, not Apache directly. This is a very common pitfall with Symfony/SuiteCRM.ā
Solution: in Plesk: Domain > Apache & nginx settings under āNGINXā:
Also enter APP_DEBUG=1 in the .env in the root directory so that you can see Symfony error messages.
My problem: PHP open_basedir blocks access to session directory
Warning: is_dir(): open_basedir restriction in effect. File(/var/lib/php/sessions) is not within the allowed path(s): (/var/www/vhosts/dir/:/tmp/)
means: PHP tries to save session data in /var/lib/php/sessions. However, this is not allowed because open_basedir prohibits access to other paths outside your vhost. This causes Symfony/SuiteCRM to fail to start - ā 500 Internal Server Error.
I have in Plesk under Domains > your-domain.com > PHP settings
at open_basedir: /var/www/vhosts/deine-domain.de/:/tmp/:/var/lib/php/sessions and restarted apache.
Hello Using Windows 11, Apache 2.4, MySQL, and localhost:9090, I am attempting to install SuiteCRM-8.9.1. Iām receiving two different kinds of Route Access Check alerts.
Curl Request on Main Page:
The SuiteCRM Title cannot be found. This is not a valid SuiteCRM Page.