Prime Mover 1.0.1 is released today. It is a bug fix release related to the issue found on database export.

Regarding the details, we use two methods to export database. The first one (original default) is the command line method and the other is using MySQL – PHP library.

After some testing and debugging, we found out that the command line method is too fragile in handling credential parameters that maybe too customized. For example hostname with a port number or if the MySQL server that uses non-default port numbers.

We formally deprecate and remove this code and use only the MySQL dump PHP library for exporting the database which will work even for shared hosting servers with limited capabilities.

This should simplify the plugin code and lessen the possibility of future bugs.

Emerson Maningo Announcements

Leave a Reply

Your email address will not be published. Required fields are marked *