Forums

[resolved] [BUG] WordPress EZ Backup Plugin (3 posts)

  1. navjotjsingh
    Member
    Posted 2 months ago #

    If you try creating a manual backup then on the screen before proceeding it shows database name and username as same.

    Fix is that change line no 429 (of 4.0 version of plugin) from

    'echo "<b>SQL Username:</b> $db_name
    ";'

    to

    'echo "<b>SQL Username:</b> $db_username
    ";'

    Requesting author to fix it too.

    http://wordpress.org/extend/plugins/wordpress-ez-backup/

  2. SangrelX
    Member
    Posted 2 months ago #

    Thanks for catching that navjotjsingh

    I will fix that right now and send the updated version to the Repository

  3. navjotjsingh
    Member
    Posted 2 months ago #

    BTW, always write changelog showing newer version info at top...people want to read what changed on last version first and not the first version first.

Reply

You must log in to post.

About this Topic