Just after I posted, I realised I had missed one of the limits in the php.ini file. Here's what fixed it:
max_execution_time = 180
max_input_time = 180
memory_limit = 256M
upload_max_filesize = 64M
post_max_size = 64M
Just after I posted, I realised I had missed one of the limits in the php.ini file. Here's what fixed it:
max_execution_time = 180
max_input_time = 180
memory_limit = 256M
upload_max_filesize = 64M
post_max_size = 64M