If you’ve recently taken advantage of the Black Friday 50% offer for MAMP PRO, and contextually upgraded to the latest version, chances are that the automatic move of the databases didn’t really happen. So you are probably scratching your head to move your hosts from MAMP to the MAMP PRO app. MAMP PRO documentation offers… →
Search and Replace Localhost Domain in WordPress Database after Migration
Are you setting up a local development environment for an existing WordPress website, and imported a large database dump locally? You’ll need to replace your domain name with localhost in all its occurrences. Are you working locally on the design and development of a WordPress site and are now ready to migrate it to a… →
Why you Should Have a Staging Server for your WordPress Site
If you work with WordPress on a small site, you probably started with a fully FTP (or SFTP) based workflow, editing your site directly on the server with a combination of an FTP client such as CyberDuck or Transmit and a cool code editor like Sublime Text, or perhaps you’re already using an integrated development… →
How to show PHP Error and review Error Logs from MAMP on your Mac (or PC)
If you are using MAMP for local development, you may be a bit frustrated as it won’t report errors on the webpage by default. In order to review errors, you need to open a file named php_error.log The file, on Mac, is located in Applications > MAMP > logs > php_error.log When you double click on… →