Tag: PHP development

  • Tracking Down Deprecated Functions

    Troubleshooting and eliminating WordPress function deprecated messages, specifically with the Domain Mapping plugin, but also back-tracing the error in any plugin.

  • PHP Unzip bug makes WordPress Updates hang

    Problems with WordPress Update hanging? Or plugins failing with compression? Might be the version of PHP on your server, having bugs in Unzip.

  • PHP Development on your laptop

    Setting up a PHP development environment Setting up my laptop to be a PHP/MySQL server was easier than I would have predicted. Download the XAMPP package from Apache Friends at http://www.apachefriends.org and unzip it to c:\xampp (keeping the folder hierarchy intact). There are Windows and Linux versions, with Mac OS X version being developed. I’m…