2 Mb Restriction on upload music file size!

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.

Quote · 14 Nov 2008

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

;;;;;;;;;;;;;;;;
; File Uploads ;

;;;;;;;;;;;;;;;;

Then look for the following

Maximum allowed size for uploaded files.
upload_max_file size = 2M

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;

;;;;;;;;;;;;;;;;;
; Data Handling ;
;;;;;;;;;;;;;;;;;


; then continue to  scroll down almost to the bottom of this catagory till you see;

; Maximum size of POST data that PHP will accept.
post_max_size = 2M

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

Quote · 14 Nov 2008

also you need to encrise max_execution_time

You can find this information here:

http://www.boonex.com/trac/ray/wiki/GenRayTshooter

Regards

Artur

Quote · 16 Nov 2008

Tnx very much !!!

Quote · 17 Nov 2008

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_input_time" : 600

"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

Quote · 8 Feb 2009

 

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 

Quote · 8 Feb 2009

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

Quote · 28 Feb 2009

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,

I think it makes a different in what folder you place the PHP.INI file but i yet have to find

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.

Good luck guys...hope someone find the answer to this dilemma.

 

 

Quote · 17 Apr 2009

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

 

 

Quote · 18 Apr 2009

I placed the file in the ray directory and changed the settings that channeler said and it worked like champ.

Quote · 1 May 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.