Which PHP settings need to be increased when the site duplication process is timing out when using Multi-Site Manager?
Anna
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
April 02, 2012 3:27pm
Subscribe [2]#1 / Apr 02, 2012 3:27pm
Which PHP settings need to be increased when the site duplication process is timing out when using Multi-Site Manager?
Anna
#2 / Apr 03, 2012 1:03pm
Hello Anna,
Thank you for posting your question here on the ExpressionEngine forums.
The parameters that you can tweak with PHP are as follows.
[b]memory_limit[/b]
This sets the maximum amount of memory in bytes that a script is allowed to allocate.
Default size 5.3 in is "8M"
[b]post_max_size[/b] (must be greater than upload_max_filesize)
Sets max size of post data allowed. This setting also affects file upload.
Default size in 5.3 is "128M"
[b]upload_max_filesize[/b]
The maximum size of an uploaded file.
[b]max_execution_time [/b]
This sets the maximum time in seconds a script is allowed to run before it is terminated by the parser.
Default setting in 5.3 is "30"Does that help?
Cheers,