hello!
Please help me: i need to disable 2mb restriction on upload music file size.
Can i do it in the free version of Dolphin? And if yes - than how?
Tnx in advance.
hello! Please help me: i need to disable 2mb restriction on upload music file size.
Tnx in advance. |
Good day, this is a common post that I have seen many times on here. The restriction of the 2 meg file upload is in your php.ini file. you need to modify it the modification is fairly simple, I will try to walk you through it. Access your php.ini file on you site, you should have access to your PHP.ini file (if not contact your hosting provider and they can make this modification for you) In your php.ini file, scroll down till you find "FILE UPLOADS" under that you will see ;;;;;;;;;;;;;;;; Then look for the following Maximum allowed size for uploaded files. change the =2M to what ever size you like ( I recommend not to exceed "25M" ) Continue down in the PHP.INI file to you see; ;;;;;;;;;;;;;;;;;
; Maximum size of POST data that PHP will accept. Once again I recommend you not exceed the file size more then "25M" I hope this help, I am assuming that you have access to your PHP.ini file. If this helps good if you need more help with this let me know Thoma |
also you need to encrise max_execution_time You can find this information here: http://www.boonex.com/trac/ray/wiki/GenRayTshooter Regards Artur |
Tnx very much !!! |
Hi, I have changed the values in a php.ini file to the following:
"upload_max_filesize": 55M, "post_max_size": 55M "memory_limit": 55M "max_execution_time": 300
and uploaded it to the same folder as the main Dolphin script. I have also changed the values in the relevant Ray widgets. However, I still get an upload restriction of 2M when I try to upload video or music. Please has anyone any ideas about what else to try?
Paul |
have you looked in admin plugins ray widget settings?
Hi Sammie, yes I changed the file size entry in video player, pmusic player and music player to 55M. Are there any other settings in Ray that I need to change?
Paul |
I have this same problem!!! I start with the standard 8m I tried to change my php.ini to some what I found in these forums then all of sudden I go down to two. This one is confusing for sure |
Seems this is a bigger problem than it should be.
I've had the same experience. I changed the PHP.INI which showed "Upload files size = 2Mb" to 30 Mb and then checked the server info by using a file called phpinfo.php which reveals the server settings and it has changed to 30Mb in the server settings. Still the annoying max upload=2Mb shows when i try to upload an MP3 file or video file, out in which folder. If anyone solved the problem and want to share i would be the first to bow and and to be forever greatful.
|
Hi
If you are in a CPanel environment then you may have a path conflict for your php.ini file.
You need to show suPHP where your ini file is for example:
suPHP_ConfigPath /home/MYCPANELNAME/public_html
this dealt with the issue for me.
Kevin
update: that line should obviously go in yout .htaccess file
|
I placed the file in the ray directory and changed the settings that channeler said and it worked like champ. |