When upload video Error file no Found!

In the cron shows me the following error:

 

Warning: set_time_limit(): Cannot set time limit in safe mode in /var/www/vhosts/eresdigital.com/httpdocs/eresdigi/public_html/inc/classes/BxDolCronNotifies.php on line 30
sh: /ffmpeg.exe: No such file or directory
sh: /ffmpeg.exe: No such file or directory
sh: /ffmpeg.exe: No such file or directory
sh: /ffmpeg.exe: No such file or directory
sh: /ffmpeg.exe: No such file or directory
sh: /ffmpeg.exe: No such file or directory
sh: /ffmpeg.exe: No such file or directory
sh: /ffmpeg.exe: No such file or directory
Quote · 27 Jun 2011

first thing you need to do is disable safe_mode on the server or at minimal on your local ini

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

This Off, off, you can look here:

http://eresdigital.com/info.php

Quote · 27 Jun 2011

 ok let me see your cron setting?

because where this is calling the php binary from, its saying that safe_mode = 1

This Off, off, you can look here:

http://eresdigital.com/info.php

 so where the phpinfo() file you show here, says safe_mode is off, there is something causing dolphin to think that its on.

if your cron is not specifically calling the ini file with the safe_mode settings off, then it will call the global ini, and possibly the global ini has safe_mode on.

 

have you asked your host, because the other thing is they need to ensure its off. but this is directly related to your server config, and possibly your cron job setting.

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

Cron instruction is:

 

* * * * * cd /var/www/vhosts/eresdigital.com/httpdocs/eresdigi/public_html/periodic; /usr/bin/php -q cron.php
Quote · 27 Jun 2011

 the construct of this cron job could be some of the problem, since your apache is on another path to the binary

Cron instruction is:

 

* * * * * cd /var/www/vhosts/eresdigital.com/httpdocs/eresdigi/public_html/periodic; /usr/bin/php -q cron.php

 can you ask your host, what the correct setting would need to be for cron based on your php binary

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

I found the solution here:

http://www.boonex.com/forums/topic/Safe-Mode-still-on-CronJob.htm

Quote · 28 Jun 2011
 
 
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.