New games every week!
Fixing Errors Blog
18th January 2018
You'd be amazed how many errors have cropped up in the AGameAWeek script!
The previous server was setup to display major errors onscreen, rather than logging them, but the new server logs EVERYTHING!!!

-=-=-

A thing that keeps cropping up, lately..
I appear to have a knack of creating temporary variables, all over the place, and then not actually using them.
C++ has been complaining it's arse off about this, with "Warning : Unused Variable" happening in all my code, and now PHP's doing exactly the same thing!
I spent a whole lot of time, yesterday, deleting variable after variable, unused, all throughout the site.
I also had to do the same to SoCoder, so that between the two, I wasn't getting a 50Mb error log after a few hours!

Everything seems much more smooth and silky, now.

Of course, none of these bugs were breaking the site, since they're all just "warnings", but it's nice to keep everything clean and tidy.

Today will be spent dealing with the SoCoder Newsletter, and then, hopefully, getting back to coding again.
It's been a good few days since I did anything with the framework.
*sigh*

Nearly February, already :\ So much for the grand new start for AGameAWeek!!
Views 47, Upvotes 4  
Daily Blog
New games every week!
Site credits : This was all done by Jayenkai
(c) Jayenkai 2023 and onwards, RSS feed

Blog - Fixing Errors - AGameAWeek