Meta Box – Post info disappeared in admin

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...

Re-install Ubuntu Windows 11

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...

Laravel All Routes Returning 404

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>...

Pin It on Pinterest