Quote:
Originally Posted by dholt
I have Music that is 2.43M MY PHP.INI file says 2M Max UPLOAD I changed it to 3 but IDM Does not notice it. and I get the over 2M Message.
What to do so I can Upload Music File that are more then 2M.
INFO
LDM (admin settings) 2.2.6
file_icons_dir images/ldm_icons/
local_file_root No
local_file_root_prefix (not set)
File uploads Enabled
upload_dir ldm_upload
thumbs_dir forum/images/ldm_thumbs
PHP (php.ini) 4.4.4
allow_url_fopen Yes
cURL Yes
GD2 Yes
open_basedir (not set)
post_max_size 8M
upload_max_filesize 2M
MySQL (my.ini) 4.1.21-standard-log
wait_timeout 100
Low value for MySQL wait_timeout
Highlighted in red you see the 2M
This is the line of code in my PHP.INI I changed to 3M
My Question is that most Music files are more then 2M or should they be uploaded in a zip format but then they will not play in that format.
I wanted to let users upload Music, but Most Music files are like 2.34M
What to do and How could I fix this in IDM
Thanks
I Inclosed a zip of my PHP.INI if needed
|
LDM is picking up the values reported to it by your web server. If you edit php.ini, you generally have to restart the server before anything will pick up the new values. I imagine that's the problem.
You can also check these settings by going to the main VB/admincp page or VB/admincp/maintenance/phpinfo page which gives you a full summary of the environment settings. ou should see the same values as are being reported by LDM.
Also make sure that the maximum file sizes set in your vb/admin/attachments/attachment manager is sufficient. LDM will not allow general users to upload files bigger than these settings - it allows admins to upload up to the lesser of post_max_size and upload_max_filesize