• Hi there,
    First of all, thank you for this amazing plugin.I just can’t tell you how much useful it is to me but, there’s a very little problem: the plugin is not compatible with Duplicator plugin.
    The problem is whenever I try to install from duplicator backup, the date of all the email logs changes to the date and time at which the backup was installed which makes the backup almost useless.
    Can you please look into this matter and see if this can be solved.It will be very helpful to me and various other people too if this issue is fixed.

    Thanks in advance ??

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Sudar Muthu

    (@sudar)

    Hello,

    That’s a very interesting issue ??

    I will look into it to see what is the cause of the issue and figure out a solution for it.

    You can track the progress in github at https://github.com/sudar/email-log/issues/88

    Thread Starter nerdykronos

    (@nerdykronos)

    Thank you so much… ??

    Plugin Author Sudar Muthu

    (@sudar)

    Please find out what is the version of Mysql you are running and let me know.

    There might be a possibility that this is related to Mysql version.

    Plugin Author Sudar Muthu

    (@sudar)

    Hi,

    Let me know if you need any help in identifying the version of Mysql.

    Thread Starter nerdykronos

    (@nerdykronos)

    Well the following are database versions on my local machine:
    > Server type: MariaDB
    > Server version: 10.1.22-MariaDB – Source distribution

    > Database client version: libmysql – mysqlnd 5.0.12-dev

    Below are the versions on my webhost:
    > Server type: MariaDB
    > Server version: 10.0.25-MariaDB – MariaDB Server

    > Database client version: libmysql – 5.1.73

    Please let me know if you wish to know something else.
    Thanks ??

    Plugin Author Sudar Muthu

    (@sudar)

    I am still trying to figure out what could cause this issue.

    Would it be possible for you to get me a copy the SQL file that Duplicator Plugin generated (at least the email_log table values) please?

    Thread Starter nerdykronos

    (@nerdykronos)

    I don’t know if the following is what you were asking for:

    CREATE TABLE wp_email_log (
    id mediumint(9) NOT NULL AUTO_INCREMENT,
    to_email varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
    subject varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL,
    message text COLLATE utf8mb4_unicode_ci NOT NULL,
    headers text COLLATE utf8mb4_unicode_ci NOT NULL,
    attachments text COLLATE utf8mb4_unicode_ci NOT NULL,
    sent_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
    PRIMARY KEY (id)
    ) ENGINE=InnoDB AUTO_INCREMENT=70 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

    • This reply was modified 7 years, 3 months ago by nerdykronos.

    My host just upgrade to MariaDB and you plugin is not working

    Plugin Author Sudar Muthu

    (@sudar)

    @@nerdykronos,

    Thanks for the details. I think the following line is the problem. I will check and let you know.

    ON UPDATE CURRENT_TIMESTAMP

    @maxbyer,

    My plugin is compatible with MariaDB. Can you please let me know what is the exact issue you are facing with the plugin after upgrading to MariaDB?

    My host fixed the issue, not sure what that issue was.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Not compatible with duplicator’ is closed to new replies.