![]() |
|
|
Thread Tools |
|
#1
|
|||
|
|||
|
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? No members have liked this post.
|
|
#2
|
|||
|
|||
|
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 No members have liked this post.
Last edited by snakes1100 : 29 Mar 2009 at 12:36. |
|
#3
|
|||
|
|||
|
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? No members have liked this post.
|
|
#4
|
|||
|
|||
|
You have to change both, not just one, also i stated your host may not allow local php.ini file over ride.
__________________
1. Adjust File Upload Limits 2. Implementing CSRF Protection in modifications 3. Adjust PhP Variables for Memory Allocated Errors 4. open_basedir issues, try this. No members have liked this post.
|
|
#5
|
||||
|
||||
|
i said that is what my php INFO said!
NOT my php.ini this is what my php.ini contains:
No members have liked this post.
|
||||
|
#6
|
||||
|
||||
|
Put one edited php.ini in forum root and one in admincp folder I done that in someones forum and problem was sorted.
No members have liked this post.
|
![]() |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
| Thread Tools | |
|
|
| New To Site? | Need Help? |
All times are GMT. The time now is 19:44.



