X

How to set up wordpress in a subfolder?

https://wordpress.org/support/article/giving-wordpress-its-own-directory/

Bad Joe

How to fix WordPress dashboard or login infinite redirect loop?

As of 20191003, you should be using PHP 7.1 and above for your Wordpress websites. However, some older plugins can…

Bad Joe

How to beautify a print_r in PHP?

Bad Joe

How to write or draw text in a Circle or around a Circle in Photoshop?

Create a path and write on it. Here's an informative video: https://www.youtube.com/watch?v=IyrZUHRUsmE

Bad Joe

How to solve and fix “Invalid default value” MySQL error for dates and timestamp?

Last updated: 20211220 To avoid this issue, you need to remove NO_ZERO_DATE from the mysql mode configuration. Go to 'phpmyadmin'.…

Bad Joe

How to fix Composer not working on your cPanel/WHM server?

Composer not installing or working properly? Getting loads of error messages simply to run? It looks something like this: Fatal…

Bad Joe

How to solve SMTP emails not sending on your cPanel web server?

If you run a cPanel dedicated server, and your outgoing SMTP emails are sent from your PHP application code, but…

Bad Joe

How and what can I use with DOACE 220v to 110v voltage converter?

Ok so you have one of these and you want to be sure what products work on which ports before…

Bad Joe

How to use an Apple Superdrive on a non-Mac PC on Windows?

You need: Latest Bootcamp 6 Drivers for Windows 10 If you are an advanced user, you can also sift through…

Bad Joe

How to deal with time mismatch in MySQL records when date(‘Y-m-d H:i:s’) in PHP does not match MySQL’s server time?

Try setting the locale in PHP for the current application in code. run in MYSQL : SELECT @@system_time_zone; Add this…

Bad Joe