Categories
How To Programming Tech Fixes Technology

Solved – PHP, dyld: Library not loaded

I mistakenly ran brew upgrade on my macOS Catalina without thinking about how it would impact my production development environment during work, and quickly realized I messed up big time. To fix it, install openssl & icu4c, edit the php 5.6 source (see post for details), and reinstall php 5.6 from source to overwrite. 131 […]

Categories
How To Programming Tech Fixes Technology the-spot.net The-Spot.Network

phpBB extension Template Partials

I’ve been working on replacing the front-end for the-spot.net and thus, the front-end of phpBB forums, using only the phpBB extension framework, trying to avoid having to put custom code into the core files, as was required pre-3.2 for some of my features. It turns out that the existing topics on the phpBB forums are […]

Categories
Tech Fixes Technology the-spot.net The-Spot.Network

Connecting to Gmail via PHP

How I ended up fixing phpBB’s connection to smtp.gmail.com, and getting the-spot.net’s email back online.

Categories
Labs Programming Projects Technology thepizzy.net Updates Weather

SKYWARN – Storm Spotter Status – v2

In a section of this site called the “PizzyLabs,” you’ll find a link to a service I created called “SKYWARN Storm Spotter Status“. A little over a year ago, I wrote about my creation of a service to check Hazardous Weather Outlooks (HWOs) that were posted to the National Weather Service (NWS) website. Everything worked fine, […]

Categories
Programming Projects Technology Twitter Weather

SKYWARN Storm Spotter Status released!

A technical look at the SKYWARN Storm Spotter status service offered by thepizzy.net