Error- File Size Should Not Exceed 2 mb

This is on an Ad Free license. Changed the settings in both Ray and Admin and still no joy.  Any quick fixes here?  Purposely installed 6.005.

Site launch is being held up.

Thanks!

Andrew

Quote · 4 Jun 2008

you need to fix your php.ini file on your server and set the max_upload=20mb or something that you want to be able to upload. if you have a dedicated or vps account you can do this. if you are on a shared account you cannot. you may be able to hack the .htaccess and add this same line. if you need help with this hit me up.

later,
DosDawg

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

Thanks Dawg...will give her a shot!  I do uploads on that server all of the time. Seems to just be a Dolphin issue.  Will let you know how it turns out.

Cheers

Quote · 4 Jun 2008

changed the php.ini file. It was at 2mg but still no joy.  Dang it. :)

Quote · 4 Jun 2008

Ok, figured it out. I checked, and there was no php.ini file in the Ray download, so I put one in there.

I just have to ask, is there any quality control going on with the Ray Scripts?  So far I am less than impressed and $108 later (ad free versions) they still don't work and if this was a commercial script I would be asking for a refund.

Has anyone had a seamless install with Ray and Dolphin?  Is there a magic word or an install dance that I need to do to get it functional.  I am all ears if there is.  Smile

Thanks!

Quote · 4 Jun 2008

Ok, figured it out. I checked, and there was no php.ini file in the Ray download, so I put one in there.

I just have to ask, is there any quality control going on with the Ray Scripts?  So far I am less than impressed and $108 later (ad free versions) they still don't work and if this was a commercial script I would be asking for a refund.

Has anyone had a seamless install with Ray and Dolphin?  Is there a magic word or an install dance that I need to do to get it functional.  I am all ears if there is.  Smile

Thanks!

Hi there...which folder did u put the php.ini file under? I don't see a Ray/download folder in my Dolphin. And if its possible...what did u put in the php.ini file? :)

Quote · 6 Jun 2008

I am having the same issue. I remember Dolphin 6.0 had a setting in the admin for file size. Not in 6.1. Any assistance would be appreciated.  Thanks!

Quote · 11 Jun 2008

hey, for all of you having trouble with the upload size limit add this to you .htaccess file  in the main directory:

 

php_value max_execution_time 1000
php_value upload_max_filesize 250M
php_value post_max_size 250M

Add this to the very bottom after </IfModule>

This  should solve the problem if not PM me and i will try my best to help.

Quote · 11 Jun 2008

hey, for all of you having trouble with the upload size limit add this to you .htaccess file  in the main directory:

php_value max_execution_time 1000
php_value upload_max_filesize 250M
php_value post_max_size 250M

Add this to the very bottom after </IfModule>

This  should solve the problem if not PM me and i will try my best to help.

Yess it worked for me! But I used the php.ini file and I wrote this in the file. This is assuming that I'm putting in 20mb.

[PHP]
upload_max_filesize = 20M
post_max_size = 20M

I didn't put in the max_execution_time code as it doesn't seem to work for me.

Thanks alot!

Quote · 11 Jun 2008

I have followed the instructions by adding the following at the end of the .htaccess file:

 

php_value max_execution_time 1000
php_value upload_max_filesize 100M
php_value post_max_size 100M

Problem now, is I receive an "Internal Server - 500" error. Remove this section of code, all is wonderful. What else needs to be changed?

Yes, it was placed after the </IfModule> tag...

Quote · 15 Jun 2008

I have followed the instructions by adding the following at the end of the .htaccess file:

php_value max_execution_time 1000
php_value upload_max_filesize 100M
php_value post_max_size 100M

Problem now, is I receive an "Internal Server - 500" error. Remove this section of code, all is wonderful. What else needs to be changed?

Yes, it was placed after the </IfModule> tag...

are you still having problems? did you place this php.ini in the ray directory or in your root directory? seems to me that i didnt label them php value max_execution, i created the php.ini and just pushed the values up, and it was okie dokie for me. i will look in the dolphin 6.1 forum where i posted this and the variables and constants i pushed up.

later,

DosDawg

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

I have creat this Php.ini

<?php

echo "<br/><b>PHP INI settings</b><br/>";
echo "<br>safe mode = ".ini_get('safe_mode');
echo "<br>disabled functions = ".ini_get('disable_functions');
echo "<br>max execution time = ".ini_get('max_execution_time');
echo "<br>post_max_size = ".ini_get('post_max_size');
echo "<br>upload max filesize = ".ini_get('upload_max_filesize');

echo "<br/><br/><b>ffmpeg output</b><pre>";
$s = realpath("ray/modules/global/app/ffmpeg.exe");
echo `$s -version 2>&1`;

 

?>

and place in ray folder

and in .htacces add

php_value max_execution_time 1000

php_value upload_max_filesize  100M

php_value post_max_size 100M

Add this to the very bottom after </ifModule>

And now directly say me ERROR!

Please help

Quote · 27 Aug 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.