We have covered a lot of content, here are some common pitfalls you may encounter.
Troubleshooting
PHP errors
If you come across any PHP errors at this stage, they will most likely be referring to the require lines. Just make sure the directory and the file you are trying to use exist and are named correctly. Any errors referring to this will look like this:
CSS not applying
If no CSS is being applied, this is most likely due to the code incorrectly referring to the file. This can happen for the following reasons:
- Incorrect file/directory name
- Incorrect file/directory...