GanttChart icon indicating copy to clipboard operation
GanttChart copied to clipboard

Fix for unreadable php.ini file

Open francalek opened this issue 1 year ago • 0 comments

If the php.ini file does not have read permissions, the parse_ini_file() function returns false. Therefore, the condition: array_key_exists( 'memory_limit', $t_ini ) generates an 500 error.

francalek avatar Jun 19 '23 13:06 francalek