Video

Ok, My version of dolhin is 6.1.2 and is free version.

1.- I only want upload video of 2M

2.- I dont want upload video of 45 M, 59, 100..... Only 2M

Ok?

Now I upload video  *.flv of 1.5M and say me OK but one scond before say me ERROR!

Ok?

I creat php.ini and upload in folder /ray

<?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`;

?>

WHAT IS THE PROBLEM ?

Pease don´t say me looking in a other Post, .... I see I answer and don´t resolved my problem.

Sorry for my bad english

Thank you

Quote · 27 Aug 2008

1. Create a new file, eg. test.php

2. Copy the following code into the file:

<?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`;

phpinfo();

?>

3. upload the test.php into you root directory

4. open test.php (www.yourdomain/test.php)

5. post the results (only the first lines, not the blue ones)

Regards

Tom

Quote · 27 Aug 2008

Ok look

safe mode = 0
disabled functions = system, exec, passthru, shell_exec, proc_close, proc_get_status, proc_nice, proc_open, proc_terminate
max execution time = 30
post_max_size = 8M
upload max filesize = 2M

Quote · 27 Aug 2008

Ok redlo...

disabled functions = system, exec, passthru, shell_exec, proc_close, proc_get_status, proc_nice, proc_open, proc_terminate

...means you can not execute programs on your server like ffmpeg.exe (so you can't use the videos)

Possible solutions:

1. ask you provider to allow the exec function

2. take a vServer or Server (there is nothing disabled), but you need to administate the linux-server (takes lot of work)

3. take an own managed server

4. take a provider hosting Dolphin

5. don't use the videos

Regards

Tom

Quote · 27 Aug 2008

Ok in my server is disable.... And cURL function ?

Quote · 27 Aug 2008

I don't understand what you want to know...

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.