View Issue Details

IDProjectCategoryView StatusLast Update
0000003EngineGP v3.7Panelpublic2024-03-10 23:37
Reporteradministrator Assigned Toadministrator  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionopen 
Summary0000003: Failed to load resource: the server responded with a status of 500 (Internal Server Error)
DescriptionOccurs due to the uncommented values in .htaccess, which work in Apache mod_php mode:

php_value max_execution_time 500
php_value max_input_time 500
php_value upload_max_filesize 30M
php_value post_max_size 30M

php_flag short_open_tag = On

php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
TagsNo tags attached.

Issue History

Date Modified Username Field Change
2024-03-10 20:55 administrator New Issue
2024-03-10 20:55 administrator Status new => assigned
2024-03-10 20:55 administrator Assigned To => administrator
2024-03-10 23:37 administrator Status assigned => resolved
2024-03-10 23:37 administrator Note Added: 0000002