Iām installing SuiteCRM on a Ubuntu 18.04.3 LTS with Apache2
Sessions are enabled. I use them on other sites on this server. It is a development sever.
Iām getting the following error:
SuiteCRM relies upon PHP sessions to store important information while connected to this web server. Your PHP installation does not have the Session information correctly configured.
A common misconfiguration is that the āsession.save_pathā directive is not pointing to a valid directory.
Please correct your PHP configuration in the php.ini file located here below.
/etc/php/7.3/apache2/php.ini
Iāve verified that sessions are indeed running and the path is real and writable by Apache. There are numerous session files in that directory.
Iāve read all the articles I can find on this subject but havenāt found a solution.
Could it be caused by another underlying issue? I found this in the Apache error log:
PHP Fatal error: Uncaught Exception: SuiteCRM is not installed. Entry point needs an installed SuiteCRM, please install first. in /srv/www/lhtek.dev/suitecrm/public_html/include/entryPoint.php:59\nStack trace:\n#0 /srv/www/lhtek.dev/suitecrm/public_html/index.php(47): require_once()\n#1 {main}\n thrown in /srv/www/lhtek.dev/suitecrm/public_html/include/entryPoint.php on line 59
Any clues as to how to sleuth this?