Hi,
in a suitecrm installation with the following features:
- SuiteCRM Version 7.12.0
- Ubuntu Server 20.04
- PHP 7.3.27
When I create a project by selecting a project template I get blank page.
SuiteCRM log:
Fri Nov 5 12:32:12 2021 [154669][1][ERROR] Unable to find relationship projects_quotes
Fri Nov 5 12:32:12 2021 [154669][1][FATAL] error loading relationship quotes
Fri Nov 5 12:32:41 2021 [178464][1][ERROR] Unable to get proper side for link project_name_link
Fri Nov 5 12:32:41 2021 [178464][1][ERROR] Unable to get proper side for link project_name_link
Fri Nov 5 12:32:41 2021 [178464][1][ERROR] Unable to get proper side for link project_name_link
Fri Nov 5 12:32:41 2021 [178464][1][ERROR] Unable to get proper side for link project_name_link
Fri Nov 5 12:32:41 2021 [178464][1][ERROR] Unable to get proper side for link project_name_link
Fri Nov 5 12:32:41 2021 [178464][1][ERROR] Unable to get proper side for link project_name_link
…
Apache php error log:
[Fri Nov 05 11:32:05.124635 2021] [php7:notice] [pid 185145] [client 172.24.1.69:54309] PHP Notice: Trying to access array offset on value of type null in /var/www/html/moratto/include/ListView/ListViewData.php on line 468, referer: http://moratto.crm.it/index.php?module=Home&action=index
[Fri Nov 05 11:32:05.124671 2021] [php7:notice] [pid 185145] [client 172.24.1.69:54309] PHP Notice: Trying to access array offset on value of type null in /var/www/html/moratto/include/ListView/ListViewData.php on line 469, referer: http://moratto.crm.it/index.php?module=Home&action=index
[Fri Nov 05 11:32:05.124793 2021] [php7:notice] [pid 185145] [client 172.24.1.69:54309] PHP Notice: Trying to access array offset on value of type null in /var/www/html/moratto/include/ListView/ListViewData.php on line 468, referer: http://moratto.crm.it/index.php?module=Home&action=index
[Fri Nov 05 11:32:05.124813 2021] [php7:notice] [pid 185145] [client 172.24.1.69:54309] PHP Notice: Trying to access array offset on value of type null in /var/www/html/moratto/include/ListView/ListViewData.php on line 469, referer: http://moratto.crm.it/index.php?module=Home&action=index
[Fri Nov 05 11:32:05.124916 2021] [php7:notice] [pid 185145] [client 172.24.1.69:54309] PHP Notice: Trying to access array offset on value of type null in /var/www/html/moratto/include/ListView/ListViewData.php on line 468, referer: http://moratto.crm.it/index.php?module=Home&action=index
[Fri Nov 05 11:32:05.124925 2021] [php7:notice] [pid 185145] [client 172.24.1.69:54309] PHP Notice: Trying to access array offset on value of type null in /var/www/html/moratto/include/ListView/ListViewData.php on line 469, referer: http://moratto.crm.it/index.php?module=Home&action=index
[Fri Nov 05 11:32:05.125025 2021] [php7:notice] [pid 185145] [client 172.24.1.69:54309] PHP Notice: Trying to access array offset on value of type null in /var/www/html/moratto/include/ListView/ListViewData.php on line 468, referer: http://moratto.crm.it/index.php?module=Home&action=index
[Fri Nov 05 11:32:05.125033 2021] [php7:notice] [pid 185145] [client 172.24.1.69:54309] PHP Notice: Trying to access array offset on value of type null in /var/www/html/moratto/include/ListView/ListViewData.php on line 469, referer: http://moratto.crm.it/index.php?module=Home&action=index
[Fri Nov 05 11:32:41.940835 2021] [php7:notice] [pid 178464] [client 172.24.1.69:54347] PHP Notice: Trying to access array offset on value of type bool in /var/www/html/moratto/modules/ProjectTask/updateDependencies.php on line 61, referer: http://moratto.crm.it/index.php?module=Project&action=EditView&return_module=Project&return_action=DetailView
[Fri Nov 05 11:32:52.536273 2021] [php7:error] [pid 178464] [client 172.24.1.69:54347] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 8192 bytes) in /var/www/html/moratto/data/SugarBean.php on line 485, referer: http://moratto.crm.it/index.php?module=Project&action=EditView&return_module=Project&return_action=DetailView
[Fri Nov 05 11:32:52.539565 2021] [php7:error] [pid 178464] [client 172.24.1.69:54347] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 36864 bytes) in Unknown on line 0, referer: http://moratto.crm.it/index.php?module=Project&action=EditView&return_module=Project&return_action=DetailView
It’s strange because on the same machine I have another installation of SuiteCRM that doesn’t give me this problem…
I tried searching and it seems to be an old error that they say is fixed but I don’t think so…
It is as if an infinite loop is generated that saturates the PHP memory.