" General "

Perl CPAN DBD::mysql error “FAILED–Further testing stopped” after upgrading Watch MySQL (XSLoader.pm, libmysqlclient.so)

I recently ran into an issue with Perl connecting to MySQL after upgrading a plugin for cPanel/WHM called Watch MySQL. After going through the logs files I determined the error was with a missing dependency file XSLoader.pm and libmysqlclient.so. The problem actually ended up being that those files were not installed because the Perl CPAN upgrade for DBD::mysql failed. After some research it was actually very easy to fix … (more…)

New WordPress Plugin Wordcamp Miami Badges to display Badges on your Blog!

I released a new plugin today to make it very easy to display badges from Wordcamp Miami on your website.  The plugin is very simple and you can display using either a Widget or Shortcode  (more…)

Display and View User Meta with User Meta Display WordPress Plugin

After being frustrated and not being able to find any clean plugins that will display specific User Meta, I decided it was time to just go ahead and write my own plugin.  Hence, my newest WordPress Plugin, User Meta Display, was born.  This plugin will give you a dropdown box of users you can select from, when you select a user it will automatically display all of that user’s meta details using AJAX. (more…)