These two solutions worked for me, but I preferred to increase the max_execution_time and max_input_time limits because I thought it would be better to leave CONCATENATE_SCRIPTS active!
Best regards and many thanks to @isaackamis2 and @karuthil and others who suggested these solutions!
————————————————
Final solution for this issue: In cPanel PHP OPTIONS change max_execution_time to 6000 and max_input_time to 9000
isaackamis2
(@isaackamis2)
1 month, 2 weeks ago
Thank you?karuthil(@karuthil)
——————————————————-
Adding the below line to “wp-config.php” also worked for me.
define( 'CONCATENATE_SCRIPTS', false );
solved the issue
Best Regards
karuthil(@karuthil)
———————————————————