Tag: wordpress
-
Deploying a WordPress blog in seconds with Docker
Containerization has taken IT automation to a whole new level, and docker is my favourite party pal. The Docker Hub and the huge community are some of its most valuable features. Source: Deploying a WordPress blog in seconds with Docker
-
Translating WordPress plugins
If you didn’t write the plugin – how do you translate it? I found lots of information for plugin developers to make their plugins translatable but not for people that just want to translate it. Executive summary / tl;dr Edit: The Codestyling Localization plugin I suggested previously isn’t available from WordPress directly any more. Instead…
-
18 months of dealing with a MySQL ‘too many connections’ error
Database Crash On a few separate occasions the database has become overwhelmed with ‘too many connections’ and then starts rejecting people from trying to view the website. We are running: Fedora MySQL 5.0.27 WordPress 3.0.1 (the problems all occurred with WordPress 2.7-2.9) phpBB 2.0.23 PHP 5.1.6 Current solution The database has now been up for…