Hello folks,
I’m trying to install SuiteCRM 8.3 for hours now… but I’m getting to the finish line. I was able to install SuiteCRM and now I have tables in my database. However, when I try to access the home page, I get an HTTP 500 error.
In the log I find the following entries and unfortunately I have no idea at all where to look. The necessary rights I have made so far. My system is a Debian 11 with PHP 7.4.
[2023-07-07 22:50:38] request.INFO: Matched route "index". {"route":"index","route_parameters":{"_route":"index","_controller":"App\\Engine\\Controller\\IndexController::index"},"request_uri":"https://hello.netpla.net/","method":"GET"} []
[2023-07-07 22:50:38] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":1} []
[2023-07-07 22:50:38] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\AppJsonLoginAuthenticator"} []
[2023-07-07 22:50:38] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\AppJsonLoginAuthenticator"} []
[2023-07-07 22:50:39] php.WARNING: User Warning: sugar_file_put_contents_atomic() : fatal rename failure '/tmp/tempVqEVIK' -> 'cache/modules/Users/Uservardefs.php' {"exception":"[object] (ErrorException(code: 0): User Warning: sugar_file_put_contents_atomic() : fatal rename failure '/tmp/tempVqEVIK' -> 'cache/modules/Users/Uservardefs.php' at /var/www/vhosts/netpla.net/hello.netpla.net/public/legacy/include/utils/sugar_file_utils.php:228)"} []
[2023-07-07 22:50:39] php.WARNING: User Warning: sugar_file_put_contents_atomic() : fatal rename failure '/tmp/tempCgLcTK' -> 'cache/modules/Employees/Employeevardefs.php' {"exception":"[object] (ErrorException(code: 0): User Warning: sugar_file_put_contents_atomic() : fatal rename failure '/tmp/tempCgLcTK' -> 'cache/modules/Employees/Employeevardefs.php' at /var/www/vhosts/netpla.net/hello.netpla.net/public/legacy/include/utils/sugar_file_utils.php:228)"} []
[2023-07-07 22:50:39] php.WARNING: User Warning: sugar_file_put_contents_atomic() : fatal rename failure '/tmp/temp6NNodJ' -> 'cache/modules/UserPreferences/UserPreferencevardefs.php' {"exception":"[object] (ErrorException(code: 0): User Warning: sugar_file_put_contents_atomic() : fatal rename failure '/tmp/temp6NNodJ' -> 'cache/modules/UserPreferences/UserPreferencevardefs.php' at /var/www/vhosts/netpla.net/hello.netpla.net/public/legacy/include/utils/sugar_file_utils.php:228)"} []
[2023-07-07 22:50:39] php.WARNING: User Warning: sugar_file_put_contents_atomic() : fatal rename failure '/tmp/tempq3jjDM' -> 'cache/modules/Administration/Administrationvardefs.php' {"exception":"[object] (ErrorException(code: 0): User Warning: sugar_file_put_contents_atomic() : fatal rename failure '/tmp/tempq3jjDM' -> 'cache/modules/Administration/Administrationvardefs.php' at /var/www/vhosts/netpla.net/hello.netpla.net/public/legacy/include/utils/sugar_file_utils.php:228)"} []
[2023-07-07 22:50:39] request.CRITICAL: Uncaught PHP Exception RuntimeException: "Please run ng build from terminal" at /var/www/vhosts/netpla.net/hello.netpla.net/core/backend/Engine/Controller/IndexController.php line 87 {"exception":"[object] (RuntimeException(code: 0): Please run ng build from terminal at /var/www/vhosts/netpla.net/hello.netpla.net/core/backend/Engine/Controller/IndexController.php:87)"} []
Thanks in advance for giving some hints for me.
Cheers,
Besim