• Resolved mluzvdb

    (@mluzvdb)


    Since like 1,5 month I am experiencing gateway timeout errors on all websites that I manage when trying to use migrate db in combination with AIOS. I did a lot of testing and was able to reproduce it with the steps described in the post : https://www.ads-software.com/support/topic/gateway-time-out-error-3/

    It seems to have something to do with the AIOS plugin combined with migrate db. All plugins and the WP installations are completely up to date.

    Is there anyone who has experience with something like this and knows if there are settings in AIOS that can cause this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support aporter

    (@aporter)

    Hi,

    This could be the same issue as this:

    https://www.ads-software.com/support/topic/audit-log-breaks-database-exports/

    The timeline matches up to when we added the audit log that contains serialized stack traces.

    You could confirm by removing all the data in the audit log (if doing this via the database do not delete the table) and then trying to use the other plugin.

    Best Wishes,

    Ashley

    Thread Starter mluzvdb

    (@mluzvdb)

    I cleared all rows of that table in the database and as expected the database export now works!

    So it is indeed the same issue. Is there any way to clear the audit log in the AIOS wp admin or can it only be cleared in the database?

    Plugin Support aporter

    (@aporter)

    Hi,

    You can bulk delete rows via the UI currently but if theres lots of rows you will want to use the define AIOWPSEC_AUDIT_LOG_PER_PAGE to increase the page size.

    e.g define(‘AIOWPSEC_AUDIT_LOG_PER_PAGE’, 100);

    You can add that define to your wp-config.php careful if you copy and paste from here the format on the ‘ gets messed up and causes problems.

    Right now the page size is 15 (next release increases this to 100 by default)

    The next release will also add a delete all option for easier clearing of that log.

    The next release is currently going through testing and should be out soon.

    Best Wishes,

    Ashley

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gateway timeout errors when using AIOS’ is closed to new replies.