Looking for feedback on errors

Your software
My Mautic version is: 4.2
My PHP version is: 7.4.28
My Database type and version is: 10.4.21-MariaDB-log

Does anyone have any feedback on the errors below?

These errors are showing in the log:

[2022-08-03 08:36:22] mautic.ERROR: PHP Error: Maximum execution time of 30 seconds exceeded - in file /var/www/html/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/Cells.php - at line 410

[2022-08-03 08:36:22] mautic.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Error: Maximum execution time of 30 seconds exceeded - in file /var/www/html/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/Cells.php - at line 410

[2022-08-03 11:32:17] mautic.NOTICE: PHP Notice - SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13) - in file /var/www/html/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php - at line 106 {“maxlifetime”:1440}

[2022-08-03 07:17:09] mautic.ERROR: PHP Error: Maximum execution time of 30 seconds exceeded - in file /var/www/html/app/bundles/CoreBundle/Doctrine/Type/UTCDateTimeType.php - at line 81

By reading the error message, look like the script is exceeding the max time which is allowed by php.

I would think first thing is to check the maximum_execution_time in php.ini maybe increase it some.

1 Like