WordPress plugin specialist
Sometime on the 12th my site started to produce a series of PHP Fatal errors saying “Allowed memory size of 41943040 bytes exhausted.”. This was a bit of a surprise. It means that my memory limit was 40M, a lot lower than the expected value of 256M. Other times the response was Problem recovery To…
Published:
Last updated:
July 18, 2016Loads of spurious requests to my content are using up valuable server time. So how am I supposed to deal with them?
Published:
Last updated:
January 9, 2016I’ve had this problem for a while now. I’m happily working away on my Windows PC, editing posts, changing code and testing and then out of the blue comes a Fatal error: Cannot redeclare message. But when I press Enter or refresh it goes away.
Published:
Last updated:
December 14, 2015Q. Should I change my code back to using dirname( __FILE__ ) instead of __DIR__? A. No. I’m going to stick with __DIR__ until someone complains.
Published:
Last updated:
July 15, 2015