Upload Size

No matter what I do I cannot get it over 2MB, I have edited the settings, and noting I do will get it to accept over 2Mb, any ideas?

Quote · 21 May 2008

hit me up later this evening. i will try to help you out. what type of hosting do you have, dedicated, vps, shared?

johnm_1291

ymessenger

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 21 May 2008

i have shared, with fast-serv.com  but I think there are some other issues,

even when I try to upload a 1mb file it tells me file error, I have tried flv, wma and mpeg

 

 

 

Quote · 21 May 2008

If you have VPS you can directly set those settings. Now try using your own PHP.ini

This may help

----
Quote · 22 May 2008

hello, you should increase in PHP upload size.
those options: upload_max_filesize and post_max_size

Quote · 25 May 2008

hello, you should increase in PHP upload size.
those options: upload_max_filesize and post_max_size

Make these changes in your php.ini file and then restart your httpd server.  This fixed the problem for me.

Quote · 26 May 2008

I am havinf the same problem as solidrock radio, I cannot upload over 2 MB but anything over will not let me.. even if I change my upload size in my admin panel it still will not work.  Can someone help? is there a certain file that I need to go into in my dolphin folder and change if so all help will be appreciated.

 

 Thanks in advance.

 

 Boxster

Quote · 16 Jun 2008

This is what I found within my program: 

 

case 'config':
  $sFileName = $sModulesPath . $sModule . "/xml/config.xml";
  $rHandle = fopen($sFileName, "rt");
  $sContents = fread($rHandle, filesize($sFileName)) ;
  fclose($rHandle);
  $iMaxSize = getSettingValue($sModule, "fileSize");
  $iMaxFileSize = min($iMaxSize, (ini_get('upload_max_filesize') + 0), (ini_get('post_max_size') + 0));
  $sContents = str_replace("#fileMaxSize#", $iMaxFileSize, $sContents);
  $sContents = str_replace("#filesUrl#", $sFilesUrl, $sContents);
  break;

 

 

ANY IDEAS? I tried changing the upload_max_filesize) + 0     to 20 but did not work, and I dont know if that was correct thing to do or not,, I was experimenting.... Please help.. if anyone has knowledge to get this working.

 

 Thanks.

 

 Boxster

Quote · 16 Jun 2008
 
 
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.