![]() |
Making attachment file size bigger?
Can anyone help me out on this?
Ive done the normal stuff in attachment manager Set the bytes size to what i want allowed for usergroups etc etc but the upload limit remains the same I want to have an upload limit of 10MB for a zip file but its staying at 5.25MB Any ideas? |
admincp --> maintenance --> view php info
What do these two variables state? post_max_size ? upload_max_filesize ? You will most likely have to change those variables to a higher number ie post_max_size 15M upload_max_filesize 15M Then HUP/Restart apache. If you dont have root access to restart apache, you can try using a local php.ini file with this in it, thats if your host allows local php.ini override by clients, upload php.ini to your public_html/root folder. post_max_size=15M upload_max_filesize=15M As well you host may allow php_flag in a htaccess file. edit .htaccess and add the following to it. php_flag post_max_size 15M php_flag upload_max_filesize 15M |
this is what my php info says:
post_max_size 8M upload_max_filesize 2M My php.ini file has max file upload of 60MB ideas? |
You have to change both, not just one, also i stated your host may not allow local php.ini file over ride.
|
i said that is what my php INFO said!
NOT my php.ini this is what my php.ini contains: Code:
[PHP] |
Put one edited php.ini in forum root and one in admincp folder I done that in someones forum and problem was sorted.
|
put them in both root & admincp folder
Still no difference |
All times are GMT. The time now is 12:15 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|