@pstevens and @pgr I did install a new instance of suiteCRM 8.7.1 in:
Debian 12 in an LXC container
PHP: 8.2.26
Apache: 2.4.62
Mariadb: 10.11.6
Created again a relationship between Task And activities, and again the web interface died:
This time Iām sure the instance did not have any issues. My steps were:
- Install the instance
- created one role added
- created some security groups
- and then created the relationship between Task->Activities.
and as a result, the interface died as it is shown in the picture.
the only errors messages I can see are in the
/var/www/suitecrm/logs/prod/prod.log
[2025-01-10 23:31:53] php.CRITICAL: Uncaught Error: Failed opening required '/var/www/suitecrm/cache/prod/ContainerVKM3gE2/getApiPlatform_State_ErrorProviderService.php' (include_path='/var/www/suitecrm/public/legacy/include/..:.:/usr/share/php') {"exception":"[object] (Error(code: 0): Failed opening required '/var/www/suitecrm/cache/prod/ContainerVKM3gE2/getApiPlatform_State_ErrorProviderService.php' (include_path='/var/www/suitecrm/public/legacy/include/..:.:/usr/share/php') at /var/www/suitecrm/cache/prod/ContainerVKM3gE2/App_KernelProdContainer.php:552)"} []
[2025-01-10 23:31:53] request.CRITICAL: Uncaught PHP Exception Error: "Failed opening required '/var/www/suitecrm/cache/prod/ContainerVKM3gE2/getApiPlatform_State_ErrorProviderService.php' (include_path='/var/www/suitecrm/public/legacy/include/..:.:/usr/share/php')" at App_KernelProdContainer.php line 552 {"exception":"[object] (Error(code: 0): Failed opening required '/var/www/suitecrm/cache/prod/ContainerVKM3gE2/getApiPlatform_State_ErrorProviderService.php' (include_path='/var/www/suitecrm/public/legacy/include/..:.:/usr/share/php') at /var/www/suitecrm/cache/prod/ContainerVKM3gE2/App_KernelProdContainer.php:552)"} []
[2025-01-10 23:31:53] php.CRITICAL: Uncaught Error: Failed opening required '/var/www/suitecrm/cache/prod/ContainerVKM3gE2/getApiPlatform_State_ErrorProviderService.php' (include_path='/var/www/suitecrm/public/legacy/include/..:.:/usr/share/php') {"exception":"[object] (Error(code: 0): Failed opening required '/var/www/suitecrm/cache/prod/ContainerVKM3gE2/getApiPlatform_State_ErrorProviderService.php' (include_path='/var/www/suitecrm/public/legacy/include/..:.:/usr/share/php') at /var/www/suitecrm/cache/prod/ContainerVKM3gE2/App_KernelProdContainer.php:552)"} []
In this instance, the folder /var/www/suitecrm/cache/prod/ContainerVKM3gE2/
does not exist, instead a folder /var/www/suitecrm/cache/prod/ContainerC00SFei
exists. I did a snapshot before creating the relationship, so I can easily repeat the process if you give me the necessary steps to diagnose the problem.