11/01/2022
The home on the web of Colin Walker. Find out more on /about, say /hello, or sub to the daily RSS feed.
No comments yet
Leave a reply
2022/01/11#p2
It appears that PHP 8.0 is a lot stricter on ensuring variables are defined so most of my fixes have been isset()
checks for GET, POST and SESSION variables. I also had to throw in some checks for the JSON generated by the webmention endpoint so that it didn't log a bunch of errors each time a mention was received.
It's taken a couple of hours to go through the entire site, testing and correcting, but I think I've caught most, if not all, of the issues. I'll have to keep monitoring the error logs to see if anything else crops up.
No comments yet
Leave a reply