
doctorbull
Cant Change Allowed Music Upload from 2mb
Comments
| mscott | 119 days ago![]() |
![]() | ![]() | |
![]() | Sorry, didn't mean to hit "submit".. put this in your .htaccess file ... add this: 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 | ![]() |
![]() | ![]() | ![]() |
| mrpowless | 119 days ago![]() |
![]() | ![]() | |
![]() | You can manually enter these values: 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] | ![]() |
![]() | ![]() | ![]() |
| doctorbull | 118 days ago![]() |
![]() | ![]() | |
![]() | thank you for the help so far, but i am still having some issues. i checked my config file and it was showing the right values so thats not the issue, and i tried entering in the php values into my .htaccess file but when i enter it after my current .htaccess input i get an internal error 500 for all of my pages, and if i enter it withing what i currently have i see no changes. this is the only thing i have in my .htaccess file right now as without this, the profile extentions (ex. mypage.com/bob wasn't being created and would come up with a page not found error) so here is all that is in it now: <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule .+ - [L] RewriteRule ^([A-Za-z0-9_-]+)$ profile.php?ID=$1 [QSA,L] </IfModule> Is there something i am doing wrong, or are there different headers/footers i should be using around the php values in my .htaccess thank you! | ![]() |
![]() | ![]() | ![]() |
| mscott | 118 days ago![]() |
![]() | ![]() | |
![]() | Put those values above the <IfModule mod_rewrite.c> and let me know what happens. Also, what host are you using? M | ![]() |
![]() | ![]() | ![]() |
| DosDawg | 118 days ago![]() |
![]() | ![]() | |
![]() | doctorbull, 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 are allowed to use .htaccess then i would venture to say that this addition of values in the .htaccess should most likely work out for you. please post and let us know if you get anywhere? you can also run a php script on your server and determine what the php.ini settings are for max_upload <? phpinfo (); ?> name this file, call it up in your browser, you can view your php.ini settings if this feature is not blocked from your hosting provider. if you see that the max_upload is limited to 2mb which is default, then you can take two avenues, you can post to your support and request that they increase that value, or you can try the .htaccess values. later, DosDawg | ![]() |
![]() | ![]() | ![]() |
| doctorbull | 118 days ago![]() |
![]() | ![]() | |
![]() | Thank you both very much for the follow up, i uploaded the php info file, and sure enough it says there is a 2mb limit, so that is where the bottle neck lies. So it looks like i will contact my hosting and see what i can do about that. I will be sure to keep you all posted on the results though! | ![]() |
![]() | ![]() | ![]() |
| doctorbull | 118 days ago![]() |
![]() | ![]() | |
![]() | ok so i contacted my hosting provider and they asked me what folders i would like to be increased, which should i tell them? Thank you again! | ![]() |
![]() | ![]() | ![]() |
| buzzedon | 109 days ago![]() |
![]() | ![]() | |
![]() | When I go to upload music , the Select audio file, it doens't work, when I click on it nothin happends, the other fields work, just not the select audio file. I have enabled everything in admin also. | ![]() |
![]() | ![]() | ![]() |
View 1 replies to this comment
Post a Comment
Please login to post a comment.This Post
doctorbull Blog
All Blogs



































