Skip to main content
replaced http://webmasters.stackexchange.com/ with https://webmasters.stackexchange.com/
Source Link

This question appears to be related to File system permission for MediaWiki uploads?File system permission for MediaWiki uploads? Tightening permissions has lead to "Error creating thumbnail" messages:

enter image description here

MediaWiki has a page on the temp directory at Manual:$wgTmpDirectory, but the manual does not discuss it in a security context.

Here's our current setting:

$ sudo grep Tmp /var/www/html/w/LocalSettings.php $wgTmpDirectory = "{$wgUploadDirectory}/tmp"; 

Our /etc/php.ini also has a setting for upload_tmp_dir, but its not clear to me why MediaWiki is not using it. I'm guessing it has something to do with security, but again, the MediaWiki manual does not discuss it.

What is the best practice for setting the temp directory for MediaWiki?

This question appears to be related to File system permission for MediaWiki uploads? Tightening permissions has lead to "Error creating thumbnail" messages:

enter image description here

MediaWiki has a page on the temp directory at Manual:$wgTmpDirectory, but the manual does not discuss it in a security context.

Here's our current setting:

$ sudo grep Tmp /var/www/html/w/LocalSettings.php $wgTmpDirectory = "{$wgUploadDirectory}/tmp"; 

Our /etc/php.ini also has a setting for upload_tmp_dir, but its not clear to me why MediaWiki is not using it. I'm guessing it has something to do with security, but again, the MediaWiki manual does not discuss it.

What is the best practice for setting the temp directory for MediaWiki?

This question appears to be related to File system permission for MediaWiki uploads? Tightening permissions has lead to "Error creating thumbnail" messages:

enter image description here

MediaWiki has a page on the temp directory at Manual:$wgTmpDirectory, but the manual does not discuss it in a security context.

Here's our current setting:

$ sudo grep Tmp /var/www/html/w/LocalSettings.php $wgTmpDirectory = "{$wgUploadDirectory}/tmp"; 

Our /etc/php.ini also has a setting for upload_tmp_dir, but its not clear to me why MediaWiki is not using it. I'm guessing it has something to do with security, but again, the MediaWiki manual does not discuss it.

What is the best practice for setting the temp directory for MediaWiki?

Bumped by Community user
Added additional information.
Source Link
user40589
user40589

This question appears to be related to File system permission for MediaWiki uploads? Tightening permissions has lead to "Error creating thumbnail" messages:

enter image description here

MediaWiki has a page on the temp directory at Manual:$wgTmpDirectory, but the manual does not discuss it in a security context.

Here's our current setting:

$ sudo grep Tmp /var/www/html/w/LocalSettings.php $wgTmpDirectory = "{$wgUploadDirectory}/tmp"; 

Our /etc/php.ini also has a setting for upload_tmp_dir, but its not clear to me why MediaWiki is not using it. I'm guessing it has something to do with security, but again, the MediaWiki manual does not discuss it.

What is the best practice for setting the temp directory for MediaWiki?

This question appears to be related to File system permission for MediaWiki uploads? Tightening permissions has lead to "Error creating thumbnail" messages:

enter image description here

MediaWiki has a page on the temp directory at Manual:$wgTmpDirectory, but the manual does not discuss it in a security context.

Here's our current setting:

$ sudo grep Tmp /var/www/html/w/LocalSettings.php $wgTmpDirectory = "{$wgUploadDirectory}/tmp"; 

What is the best practice for setting the temp directory for MediaWiki?

This question appears to be related to File system permission for MediaWiki uploads? Tightening permissions has lead to "Error creating thumbnail" messages:

enter image description here

MediaWiki has a page on the temp directory at Manual:$wgTmpDirectory, but the manual does not discuss it in a security context.

Here's our current setting:

$ sudo grep Tmp /var/www/html/w/LocalSettings.php $wgTmpDirectory = "{$wgUploadDirectory}/tmp"; 

Our /etc/php.ini also has a setting for upload_tmp_dir, but its not clear to me why MediaWiki is not using it. I'm guessing it has something to do with security, but again, the MediaWiki manual does not discuss it.

What is the best practice for setting the temp directory for MediaWiki?

Source Link
user40589
user40589

Best practice for temp directory used by MediaWiki?

This question appears to be related to File system permission for MediaWiki uploads? Tightening permissions has lead to "Error creating thumbnail" messages:

enter image description here

MediaWiki has a page on the temp directory at Manual:$wgTmpDirectory, but the manual does not discuss it in a security context.

Here's our current setting:

$ sudo grep Tmp /var/www/html/w/LocalSettings.php $wgTmpDirectory = "{$wgUploadDirectory}/tmp"; 

What is the best practice for setting the temp directory for MediaWiki?