Migrating WordPress from Flywheel

A problem I encountered with a client site recently gave me a headache for a few days. It seems that flywheel do some odd stuff with WordPress behind the scenes. When migrating from flywheel be sure to delete the symlink upgrade folder otherwise you will be unable to upgrade wordpress plugins or core files.

What is AWS Cognito?

Amazon Cognito is a service that makes it easy for developers to handle user identity, not just within the application itself, but across multiple devices. Amazon Cognito allows you to focus on building your app by handling all of the complexities related to signing up new users, remembering user details and keeping sessions alive between… Continue reading What is AWS Cognito?

Published
Categorized as AWS

3 ways to find php.ini

PHP’s ‘php.ini’ is a configuration file for PHP scripts on your server and it allows all kinds of things to be adjusted like memory usage or display settings but often you may forget where the file actually is (this can especially be the case if you’re new to linux). php default location So here are… Continue reading 3 ways to find php.ini

How to change default WordPress 2MB Upload on Self Hosted VPS php.ini

WordPress comes with 2MB upload size limit by default which needs to be increased if you want to upload files larger than that amount. The limit is set by your hosts php.ini file. Login to your VPS via SSH and change your upload_max_filesize to something bigger such as 10Mb.  You can customize this script to… Continue reading How to change default WordPress 2MB Upload on Self Hosted VPS php.ini

Stop Wasting Time Troubleshooting by Following These 8 EASY Steps

Troubleshooting is a difficult task. Just ask any IT professional or electrical engineer. But it doesn’t have to be that way! If you follow these 8 EASY steps, troubleshooting will become as painless as possible. Step One: Identify the Problem This is probably one of the most important steps in troubleshooting. If you can’t identify… Continue reading Stop Wasting Time Troubleshooting by Following These 8 EASY Steps