Tagged: x
-
AuthorPosts
-
October 10, 2016 at 4:01 am #1209600
HPMGParticipantHello,
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 900WordPress (wp-config.php)
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' );nginx
client_max_body_size 128M; fastcgi_read_timeout 900;October 10, 2016 at 4:02 am #1209601
HPMGParticipantThis reply has been marked as private.October 10, 2016 at 5:37 am #1209712
RadModeratorThis reply has been marked as private.October 10, 2016 at 7:31 am #1209837
HPMGParticipantHello 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;October 10, 2016 at 8:54 am #1209944
JoaoModeratorHi There,
Glad to hear you figure out the solution and thanks for the input for the community,
Have a great day,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1209600 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
