www.question-defense.com | Login/Register
Translate to English Übersetzen Sie zum Deutsch/German Переведите к русскому/Russian Μεταφράστε στα ελληνικά/Greek Vertaal aan het Nederlands/Dutch ترجمة الى العربية/Arabic 中文翻译/Chinese Traditional 中文翻译/Chinese Simplified 한국어에게 번역하십시오/Korean 日本語に翻訳しなさい /Japanese Traduza ao Português/Portuguese Traduca ad Italiano/Italian Traduisez au Français/French Traduzca al Español/Spanish

Posts Tagged “php.ini”

There are a couple settings that may need to be changed when uploading zip files via the NextGen Gallery admin interface within WordPress. The actual plugin notes that php.ini should have the following setting changed from the default of 2M to 20M like below.

<pre>upload_max_filesize = 20M</pre>

However there is also another post max size that should be modified in php.ini as well like the below.

<pre>post_max_size = 20M</pre>

Tags: , , , , ,

Comments No Comments »