Soldato
Hi all
I've had chance to work out the problem with the news, for those who have a technical interest it seems the problem was with the team score BIGINT(20) column. It turns out PHP running on a 32-bit machine can only store values up to 2147483647, which was why the upcoming stomps stopped working and soon after the team score, increase and PPD stopped updating. Unfortunately I'm not going to be updating the server to 64 bit soon.
The good news is it shouldn't affect the individual stats so I've commented out the team stuff and it should work again. It will take a couple of weeks for the tables to populate but there should be news again soon
I've had chance to work out the problem with the news, for those who have a technical interest it seems the problem was with the team score BIGINT(20) column. It turns out PHP running on a 32-bit machine can only store values up to 2147483647, which was why the upcoming stomps stopped working and soon after the team score, increase and PPD stopped updating. Unfortunately I'm not going to be updating the server to 64 bit soon.
The good news is it shouldn't affect the individual stats so I've commented out the team stuff and it should work again. It will take a couple of weeks for the tables to populate but there should be news again soon