Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1209600
    HPMG
    Participant

    Hello,

    On our development environment, we are unable to import “Standard Demos” only the “Expanded Demos” are imported without any
    issues. This was tested with:

        “Standard Demos” – all failed
        “Expanded Demos” – all ok

    Credentials are in the reply.

    Thank you.

    PHP (FPM/FastCGI) – PHP Version 5.6.26-0+deb8u1

    memory_limit 512M
    max_execution_time 900

    WordPress (wp-config.php)

    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );

    nginx

    client_max_body_size 128M;
    fastcgi_read_timeout 900;
    #1209601
    HPMG
    Participant
    This reply has been marked as private.
    #1209712
    Rad
    Moderator
    This reply has been marked as private.
    #1209837
    HPMG
    Participant

    Hello Rad,

    thank you for your quick response.

    I have found the problem after looking at the server log. The problem was actually with the buffer size for this development environment. For importing the “Standard Demos” we needed to increase the fastcgi buffer size above the default. For reference, this is the fix that goes to Nginx config file (if somebody else has the same problem):

    fastcgi_buffers 16 16k; 
    fastcgi_buffer_size 32k;
    #1209944
    Joao
    Moderator

    Hi There,

    Glad to hear you figure out the solution and thanks for the input for the community,

    Have a great day,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1209600 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>