by Garth | Jul 18, 2022 | Amazon Web Services - AWS, Debugging, Laravel
How to fix Laravel showing the directory structure on...
by Garth | Jan 11, 2022 | Debugging
This problem is due to version conflicts with meta_box plugin — The below is when a new album is been created.All the post info is visible.NEW ALBUM The below is editing an existing album. All of the post info uploaded is no longer displaying. So my client can...
by Garth | Dec 20, 2021 | Debugging, Docker, Laravel, PHP, Windows
Useful for Debugging :https://old.garthbaker.co.za/re-install-ubuntu-windows-11/ Install PHP 8 (Ubuntu Terminal cd ~) sudo apt update sudo apt -y upgrade — sudo apt update sudo apt install lsb-release ca-certificates apt-transport-https...
by Garth | Dec 20, 2021 | Debugging
Google Search for Grepper // Run the below in your powershell terminal to see installed Apps with WSL // wsl –list –all // If you want to remove any packages. Examples: // wslconfig /unregister Ubuntu or wslconfig /unregister Ubuntu-18.04 or wslconfig...
by Garth | Jun 9, 2021 | Amazon Web Services - AWS, Debugging
Having trouble connecting to a Aurora DB in EC2 AWS server. You cannot change a VPS after setting up a Database, this is explicitly stated when creating a database. Below you can read up more on VPC’s and...
by Garth | Mar 4, 2020 | Debugging, Laravel
Replace your .htaccess file with the below solution contents Solution: <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)$ public/$1 [L] </IfModule> # Set the “ea-php71” package as the default “PHP” programming language. <IfModule mime_module>...