How to Fix phpMyAdmin When it Freezes

phpmyadmin

phpMyAdmin is a great tool, when it works correctly. Unfortunately, sometimes it decides to freeze up when you don't have time to fix the underlying problem.

If you are in a hurry and need to re-establish access to phpMyAdmin, a quick purge and install will get you moving again. You can add...

How to Add Google Tag Manager to Grav CMS

google-tag-manager-logo

Google Tag Manager (GTM) is a powerful tool that allows webmasters to manage website tags without having to modify the code. This means you can integrate various services like analytics, remarketing, and more with just a few clicks. GTM is especially helpful for those who might not be well-versed...

How to Change Max File Size Upload Limit for WordPress

wordpress

This is super easy, despite how difficult it seems to find a straight answer online.

All you need to do is change three parameters in your php.ini file. For Apache, the location of this file is /etc/php/7.4/apache2/php.ini. It may be slightly different for Nginx, but the process is the same....

How to Fix Firefox's "Connection Not Secure" Issue on Your Website

firefox

Disclaimer: This is a fix for a specific problem I had. Your mileage may vary.

Problem: The website is set up for HTTPS but Firefox is showing part of the connection is not secure. Its usually symbolized by a yellow triangle with an exclamation point over the lock in the URL.

Firefox's Connection Not Secure Message

My Setup:

    ...