Getting pop up error message when I trying to access the layout of an invoice module

Hello,

My configuration :

PHP 7.4.33 (cli) (built: Nov 9 2022 07:43:48)
Version 7.12.5
Sugar Version 6.5.25 (build version 344)

I get an error message when I try to access the layout of an invoice module.

I can access the layout of the other modules without any problems.
I have already launched Quick Repair and Rebuild

Here is the apache log:

AH01071: Got error 'y offset on value of type null in /var/www/vhosts/mydomain.com/httpdocs/include/SugarCache/SugarCache.php on line 169PHP message: PHP Stack trace:PHP message: PHP 1. {main}() /var/www/vhosts/mydomain.com/httpdocs/index.php:0PHP message: PHP 2. SugarApplication->execute() /var/www/vhosts/mydomain.com/httpdocs/index.php:52PHP message: PHP 3. SugarController->execute() /var/www/vhosts/mydomain.com/httpdocs/include/MVC/SugarApplication.php:101PHP message: PHP 4. SugarController->process() /var/www/vhosts/mydomain.com/httpdocs/include/MVC/Controller/SugarController.php:361PHP message: PHP 5. SugarController->loadBean() /var/www/vhosts/mydomain.com/httpdocs/include/MVC/Controller/SugarController.php:460PHP message: PHP 6. Alert->__construct() /var/www/vhosts/mydomain.com/httpdocs/include/MVC/Controller/SugarController.php:304PHP message: PHP 7. Basic->__construct() /var/www/vhosts/mydomain.com/httpdocs/modules/Alerts/Alert.php:73PHP message: PHP 8. SugarBean->__construct() /var/www/vhosts/mydomain.com/httpdocs/include/SugarObjects/templates/basic/Basic.php:58PHP message: PHP 9. VardefManager::loadVardef($module = ‘Alerts’, $object = ‘Alert’, $refresh = uninitialized, $params = uninitialized) /var/www/vhosts/mydomain.com/httpdocs/data/SugarBean.php:454PHP message: PHP 10. VardefManager::refreshVardefs($module = ‘Alerts’, $object = ‘Alert’, $additional_search_paths = NULL, $cacheCustom = TRUE, $params = []) /var/www/vhosts/mydomain.com/httpdocs/include/SugarObjects/VardefManager.php:446PHP message: PHP 11. VardefManager::saveCache($module = ‘Alerts’, $object = ‘Alert’, $additonal_objects = uninitialized) /var/www/vhosts/mydomain.com/httpdocs/include/SugarObjects/VardefManager.php:303PHP message: PHP 12. sugar_file_put_contents_atomic($filename = ‘cache/modules/Alerts/Alertvardefs.php’, $data = ‘<?php \n $GLOBALS[“dictionary”][“Alert”]=array (\n \‘table\’ => \‘alerts\’,\n \‘audited\’ => false,\n \‘duplicate_merge\’ => true,\n \‘fields\’ => \n array (\n \‘id\’ => \n array (\n \‘name\’ => \‘id\’,\n \‘vname\’ => \‘LBL_ID\’,\n \‘type\’ => \‘id\’,\n \‘required\’ => true,\n \‘reportable\’ => true,\n \‘comment\’ => \‘Unique identifier\’,\n \‘inline_edit\’ => false,\n ),\n \‘name\’ => \n array (\n \‘name\’ => \‘name\’,\n \‘vname\’ => \‘LBL_NAME\’,\n \‘type\’ => \‘name\’,\n \‘link\’ => true,\n \‘dbTyp’…, $mode = uninitialized) /var/www/vhosts/mydomain.com/httpdocs/include/SugarObjects/VardefManager.php:190PHP message: PHP 13. SugarCache::cleanFile($file = ‘cache/modules/Alerts/Alertvardefs.php’) /var/www/vhosts/mydomain.com/httpdocs/include/utils/sugar_file_utils.php:236’, referer: https://mydomain.com/index.php?action=ajaxui

Would you have an idea for solving my problem?