SMF Support > SMF 2.0.x Support
Cannot upload files more than 100 kb
(1/1)
scimmiotto:
As in topic, i cannot upload (using download system, avatars etc..) files that are more than 100 Kb. Php.ini is set to 16 mb….any idea?
MrPhil:
Possibly your system is not recognizing your php.ini entries. Run the following script:
--- Code: ---<?php phpinfo(); ?>
--- End code ---
before and after changing a setting, to see if it's taken.
Some server setups require an entry in .htaccess to tell it where php.ini may be found:
--- Code: ---suPHP_ConfigPath /home/ACCOUNTNAME/public_html
--- End code ---
(or wherever php.ini is). Talk with your host to see if it's needed and what it's format is.
Navigation
[0] Message Index
Go to full version