Note that I tried to increase PHP values via .htaccess but that did not work … I did NOT try hard coding the values into wp-config … I did try adding the PHP values into my theme’s functions file but that did not work …
Idea for upgrade … at some point I thought that if I zero’d out the “Max upload file size” to a zero value that maybe it would disable the max upload limit … wrong, what that did was disable uploads … perhaps going forward, adding a value of -1 could then disable that setting so WP would then use the local PHP values vs enforce its own PHP limits ..??.. or perhaps a check box could be added to the Network Admin screen, akin to the “Site upload space” option that has a check box and a value for MB thus can enable or disable limit total size of files uploaded ..??..
Cordially,
Chuck Scott
=======================
my .user.ini file
has these valued ->
=======================
upload_max_filesize = 128M
post_max_size = 128M
memory_limit = 512M
max_execution_time = 180
Thanks.
]]>1.- Is there a way, with your plugin, to let non-registered users to create a post in front-end?
2.- Is there a way to define max files to upload, I mean ammount and NOT max file size? Let’s say, 20 images max??
Thanks in advance!
https://www.ads-software.com/plugins/wp-user-frontend/
]]>I tried to update Constant Contact API this morning and was hit with an error code.
I then deactivated and deleted the Plugin, but when I try to Add Plugin the “constant-contact-api.3.1.3” zip file I get the following error message:
The uploaded file exceeds the upload_max_filesize directive in php.ini.
Any help to resolve this issue would be much appreciated.
Best,
Nick
https://www.ads-software.com/plugins/constant-contact-api/
]]>Thank you in advance,
Andrew
.htaccess contents
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
<IfModule mod_php5.c>
php_value post_max_size 50M
php_value upload_max_filesize 30M
php_value memory_limit 500M
</IfModule>
Server settings as reported by plugin.
Operating System : Linux (64 Bit)
Server : Apache
Memory usage : 39.68 MByte
MYSQL Version : 5.1.68-community-log
SQL Mode : Not set
PHP Version : 5.2.17
PHP Safe Mode : Off
PHP Allow URL fopen : On
PHP Memory Limit : 40
PHP Max Upload Size : 2M
PHP Max Post Size : 8M
PCRE Backtracking Limit : 500000
PHP Max Script Execute Time : 30s
PHP Exif support : Yes ( V1.4 )
PHP IPTC support : Yes
PHP XML support : Yes
Graphic Library
GD Version : bundled (2.0.34 compatible)
FreeType Support : Yes
FreeType Linkage : with freetype
T1Lib Support : No
GIF Read Support : Yes
GIF Create Support : Yes
JPG Support : Yes
PNG Support : Yes
WBMP Support : Yes
XPM Support : No
XBM Support : Yes
JIS-mapped Japanese Font Support : No
https://www.ads-software.com/plugins/nextgen-public-image-uploader/
]]>I’ve tried:
1) Changing the PHP settings in the Parallels Plesk panel
2) Adding code to the .htaccess file
php_value upload_max_filesize 64M
php_value post_max_size 96M
php_value max_execution_time 300
php_value max_input_time 300
3) Using the Upload Max Filesize plugin (which generated both php.ini and php5.ini files).
NONE of these methods have worked.
When I go to upload media to ANY of the network sites, I still see the “Maximum upload file size: 1MB” warning, and am prevented from uploading anything bigger.
Please help!
]]>Ramsey
]]>Before I had edited the php.ini to have a max file upload of 300mb in size (for videos and such).
After I enabled MS the max upload dropped to 10mb. I tried to edit this in the Super Admin options, but no matter how many kb I put in, the dashboard always says that the max file upload is 10mb.
Any thoughts on how to fix this?
]]>In an attempt to increase my upload limit, I entered some text in my .htaccess file (max_upload_x mb). I saved the file and immediately Wodpress looked different, with no background images.
My Web site changed, too, with no theme visible, just text on a white background. I attempted to fix the .htaccess file by using the back button on my broswer, reverting it and saving the changes. That didn’t work. Now, in addition to the Web site looking horrible, I can’t log into my WordPress account as an admin through the site.
Any help is greatly appreciated. Do I need to reinstall wordpress?
]]>