on my new server,
on a site I always videos in "Pending Processing video (s) i"
and another site on the same server I have that when I send a video "File is too big"
I have this php.ini and here the messages "cron daemon"
----
php.ini
magic_quotes_gpc = On
safe_mode = Off
allow_url_include = Off
allow_url_fopen = On
register_globals = Off
upload_max_filesize = 1000M
post_max_size = 2000M
memory_limit = 512M
max_input_time = 30000
max_execution_time = 30000
short_open_tag = On
error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING & ~E_STRICT
display_errors = On
-
cron site 1
*****cd var/www/vhosts/msite.com/httpdocs/periodic; /usr/bin/php -q cron.php
cron site 2
*****cd /var/www/vhosts/msite.com/twosite.com/periodic; /usr/local/bin/php -q cron.php
cron message
-: line 0: cd: /var/www/vhosts/msite.com/httpdocs/periodic: No such file or directory
-: /usr/bin/php: No such file or directory
---
-: line 0: cd: /var/www/vhosts/msite.com/twosite.com/periodic: No such file or directory
-: /usr/local/bin/php: No such file or directory
Thank You