Hi,
While posting reply for a thread in EE Discussion Forum, I am getting “504 Gateway Time-out”. I am using latest EE v2.7.3 and Discussion Forum v3.1.14.
While seeing in error log, I am seeing the following message:
PHP Fatal error: Maximum execution time of 90 seconds exceeded in /public_html/system/codeigniter/system/core/Security.php on line 481
I checked Security.php file at line no. 481 which is having the code
$str = html_entity_decode($str, ENT_COMPAT, $charset);I am not sure if this is happening due to html_entity_decode.
Could anyone help please?
Thanks,