Cant Change Allowed Music Upload from 2mb
So here is what is happening, every time i try to upload music via the "profile music" button, I fill out all the tabs, select a song and then hit "upload" but i get a pink little box popping up saying "file size shouldnt exceed 2mb" what should i do? I changed the upload limit in the admin control panel under "advanced settings" to 10mb and clicked save, but it didnt seem to matter. In the ray widgets manager i also set the upload limit to 10mb but i get the same message. Am i doing something wrong? or missing something? is there a way to manually change this? I contacted my hosting and they said they do not impose a hosting limit. So either what am i missing, or why wouldn't the changes be saving? And is there a manual way to change this? Thank you!
php_value upload_max_filesize 10M
php_value post_max_size 10M
php_value register_globals off
php_value max_execution_time 1000
php_value max_input_time 1000
php_value memory_limit 10M
ray/modules/mp3/xml/config.xml
<item key="fileSize"><![CDATA[2]]></item><item key="fileMaxSize"><![CDATA[#fileMaxSize#]]>
change2 to 10
things in CDATA[this controls it]
My issue was an immediate pop-up of a black box stating that my max file size was 100 MB. This is the fix for that.
.htaccess did not work for me (server error)
php.ini did not work for me (error)
Thanks!
However, I still get an error after the file completes and the file disappears.
M
just in case you want to know what exactly you are doing with the values you are entering into the .htacess, you are or should be overriding php.ini settings. this may or may not be allowed by your hosting provider, you need not ask them if they have a quota on the hosting limit, but what is the max_upload setting on the php.ini. the information you have been provided here is accurate and depending on your hosting providers server setup, this may or may not work. since it appears you see more
you need to start your own topic bud, you are hijacking this fellas topic, which in fact has nothing to with your issue directly.
later,
DosDawg