Development Issues

Adjacent JSX elements must be wrapped in an enclosing tag

If you've started learning React, chances are you're seeing this error a fair amount: Parse… Read More

React.createElement: type is invalid — expected a string

One of the most common import/export errors when using React is the error: React.createElement: type… Read More

mysqli_fetch_array(): Argument #1 must be of type mysqli_result

Cryptic eh? Head to forums and try to find the answer? The main problem is,… Read More

Fatal error: Class ‘MySQLi’ not found on line

A common error that occurs, particularly for newcomers, to SQL development is a fatal error… Read More

Webpack Imported Module Error During Redux Fundamentals

There's a great Redux Fundamentals course over on Pluralsight - but some (including myself) have… Read More

React: Import CSS – Unexpected Token

React is a Javascript framework growing in popularity by the day. Open sourced by Facebook… Read More

React Router – URL Changes, Component Doesn’t

There's nothing more frustrating when something just doesn't work. And coding is no exception. You're… Read More

Incorrect Controller Names Cause CodeIgniter 404s

It's just a convention, right? WRONG! Due to the way Windows and Linux servers treat… Read More

CodeIgniter – Redirects Have Stopped Working In Production!

Usually, things don't just stop working. That's particularly true of computer programs. Normally something has… Read More

SQL Server 2014 Issues? Step This Way

Configuring servers can be a pain the backside. In fact, it's one of the things… Read More