• Small documents post OK with the WORDPRESS.COM ADD-ON FOR GOOGLE DOCS, but a large document always times out at 60 seconds. I have raised max_execution_time to 120 in /etc/php.ini and the php-version-specific ini files in /etc and restarted apache. What other posting timeout might be set at 60? Is it internal to the add-on?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello robweltman,

    If I understand it correctly, you have WordPress.org and not WordPress.com

    Further, you need can change below settings.

    you can edit your php.ini file and set:

    memory_limit = 64M
    upload_max_filesize = 64M
    post_max_size = 64M

    You will then need to restart apache.

    Let us know if this works.

    Thanks.

    Thread Starter robweltman

    (@robweltman)

    Thanks.

    I tried that, but it didn’t help. Since it always times out after 60
    seconds, I have to think there is a timeout being hit, not a memory or
    size limit.

    Rob

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Timeout posting with WORDPRESS.COM ADD-ON FOR GOOGLE DOCS’ is closed to new replies.