Title: Errors in new version
Last modified: October 26, 2019

---

# Errors in new version

 *  Resolved [Spoon Man](https://wordpress.org/support/users/blackholesun94/)
 * (@blackholesun94)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/errors-in-new-version-2/)
 * These PHP errors are showing up after the last update (2.80):
 * > PHP Warning: gmdate() expects parameter 2 to be integer, string given in xxxxx/
   > wp-content/plugins/wp-dbmanager/wp-dbmanager.php on line 289
 * > PHP Notice: A non well formed numeric value encountered in xxxxx/wp-content/
   > plugins/wp-dbmanager/wp-dbmanager.php on line 289

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Spoon Man](https://wordpress.org/support/users/blackholesun94/)
 * (@blackholesun94)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/errors-in-new-version-2/#post-12067254)
 * I think the new md5 hash you added to the beginning of the filename broke your
   function dbmanager_email_backup().
 * On line 289 you have this:
 * > $file_gmt_date = gmdate( ‘Y-m-d H:i:s’, substr( $file_name, 0, 10 ) );
 * Its expecting 10 digits, not an md5 hash.
 * Just me but I would have added the hash to the end of the filename string so 
   it would not have broken existing functions.
 * Hope that helps. Probably gonna roll back to an oder version for now.
 *  Plugin Author [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * (@gamerz)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/errors-in-new-version-2/#post-12071034)
 * Hi, this will be fixed in the next update.
 * In the mean time, could you download the dev version [https://github.com/lesterchan/wp-dbmanager/archive/master.zip](https://github.com/lesterchan/wp-dbmanager/archive/master.zip)
   and replace the contents on your server wp-content/plugins/wp-dbmanager ?
    -  This reply was modified 6 years, 7 months ago by [Lester Chan](https://wordpress.org/support/users/gamerz/).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Errors in new version’ is closed to new replies.

 * ![](https://ps.w.org/wp-dbmanager/assets/icon.svg?rev=977538)
 * [WP-DBManager](https://wordpress.org/plugins/wp-dbmanager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-dbmanager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-dbmanager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-dbmanager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-dbmanager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-dbmanager/reviews/)

## Tags

 * [php-error](https://wordpress.org/support/topic-tag/php-error/)

 * 2 replies
 * 2 participants
 * Last reply from: [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/errors-in-new-version-2/#post-12071034)
 * Status: resolved