Gateway Timeout While Posting

Hi,

I'm getting gateway timeout every time I post a new posting. The admin just turns for a while then times out. I then refresh and it comes back online, sometimes times out again. Happening now for two weeks.

  • Ash
    • Code Norris

    Hello Emmanuel

    I have just tried to create a page on your site and it worked fine, here is a screencast: http://recordit.co/bfaCL88Z2h

    I have left the page there, so you can delete after checking.

    So, is there any pattern or something that I can try to replicate the issue?

    Also, do you have debug log enabled? To enable debug mode please go to wp-config.php and change

    define( 'WP_DEBUG', false );

    to

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    define( 'WP_DEBUG_LOG', true );

    Now, when you get the same error again, that may create a file called debug.log inside wp-content folder. Open that file, check the very bottom and you will see the latest errors. Please send me those.

    Have a nice day!

    Cheers,

    Ash