Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Hi,

    What is your php version? If it’s an old version, try upgrading your PHP to a more recent version.

    You can also try increasing your memory limit by adding
    define(‘WP_MEMORY_LIMIT’, ‘128M’);

    to your wp-config.php

    If that doesn’t help, please post your debug log which you get after adding
    define(‘WP_DEBUG’,true);
    define(‘WP_DEBUG_LOG’,true);
    to your wp-config.php

    Thread Starter michael4802

    (@michael4802)

    PHP version was 5.4. I bumped it up to 5.6.30 as recommended by the hosting service as the latest Stable build. That cured the 504 error.
    Thanks for the quick response.

    Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Great, thanks for the update!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ERROR 504 – GATEWAY TIMEOUT’ is closed to new replies.