Beta 5 still Error! File not Found on

This is beta 5 now, I still not able to resolve the file not found error after flash video uploaded.

when trying to force cron I get the following:

------------------------------------------------------------------------------------------------------

// set error reporting level
if (version_compare(phpversion(), "5.3.0", ">=") == 1)
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
else
error_reporting(E_ALL & ~E_NOTICE);
set_magic_quotes_runtime(0);
ini_set('magic_quotes_sybase', 0);

// set default encoding for multibyte functions
mb_internal_encoding('UTF-8');
mb_regex_encoding('UTF-8');

require_once(BX_DIRECTORY_PATH_ROOT . "flash/modules/global/inc/header.inc.php")
;
require_once(BX_DIRECTORY_PATH_ROOT . "flash/modules/global/inc/content.inc.php"
);
require_once(BX_DIRECTORY_PATH_CLASSES . "BxDolService.php");
?>PHP Notice:  Use of undefined constant BX_DIRECTORY_PATH_INC - assumed 'BX_DIR
ECTORY_PATH_INC' in /srv/www/htdocs/periodic/cron.php on line 24
PHP Warning:  require_once(BX_DIRECTORY_PATH_INCutils.inc.php): failed to open s
tream: No such file or directory in /srv/www/htdocs/periodic/cron.php on line 24
PHP Fatal error:  require_once(): Failed opening required 'BX_DIRECTORY_PATH_INC
utils.inc.php' (include_path='.:/usr/share/php5:/usr/share/php5/PEAR') in /srv/w
ww/htdocs/periodic/cron.php on line 24

server1:/srv/www/htdocs/periodic # vi cron.php
server1:/srv/www/htdocs/periodic # /usr/bin/php -q cron.php

---------------------------------------------------------------------

Obviously there is something wrong, I can't figure this out.....on Dolphin 6.1.6 everything works fine. D7 is a clean install. everything else works chat, music player, etc. but can not play an uploaded video, player complays file not found.

Any help will be greately appreciated.

Thank you

Quote · 29 Aug 2009

I have had this problem since day one with 7.4, dowloaded 7.5 still the same problems. the sad thing is it works fine with dolphin 6, and I know it works for some people in dolphin 7.4 and 7.5

So what happens is no one is really paying attention to this problem. can one of the experts please help in this matter.

ERROR! FILE NOT FOUND after video is uploaded.

Quote · 29 Aug 2009

Hi everyone,

I have this problem too. I installed dolphin 7 beta 5 to hostgator's shared hosting. no problem during installation.

I loaded cron jobs from cpanel. still no problem. but when I upload a video and try to watch it, I get "Error! File not found."

I waited for  half hour to cron jobs kick in. but no change. no video.

I was using dolphin 6.1.6. I had no problems with it.

Please can anyone help us.

Quote · 1 Sep 2009

I have had this issue when adding crons to multiple directories with dolphin 7 installed.
Once i removed a couple of cron inputs it worked fine.

eg. i installed dolphin 7 beta 1 in a directory and set crons, installed 7 beta 4 in another directory and set crons than installed beta 5 in another directory.
This may or may not help, Good luck though

Be a dolphin, be creative in you own way and you will attract a audience
Quote · 1 Sep 2009

I have had this issue when adding crons to multiple directories with dolphin 7 installed.
Once i removed a couple of cron inputs it worked fine.

eg. i installed dolphin 7 beta 1 in a directory and set crons, installed 7 beta 4 in another directory and set crons than installed beta 5 in another directory.
This may or may not help, Good luck though

I installed dolphin7 b 5 to a clean enviroment. no other script.

Quote · 1 Sep 2009

Do post your URL if you can, i can take a look.
Someone had a issue with viewing videos but when i went there and uploaded a video it worked no problem.

Be a dolphin, be creative in you own way and you will attract a audience
Quote · 1 Sep 2009

Do post your URL if you can, i can take a look.
Someone had a issue with viewing videos but when i went there and uploaded a video it worked no problem.

Iinstalled it again for you to look at

www.terapifilmleri.com

Quote · 1 Sep 2009

I also keep getting error file not found..   http://friend-vault.com

Quote · 1 Sep 2009

This is beta 5 now, I still not able to resolve the file not found error after flash video uploaded.

when trying to force cron I get the following:

------------------------------------------------------------------------------------------------------

// set error reporting level
if (version_compare(phpversion(), "5.3.0", ">=") == 1)
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
else
error_reporting(E_ALL & ~E_NOTICE);
set_magic_quotes_runtime(0);
ini_set('magic_quotes_sybase', 0);

// set default encoding for multibyte functions
mb_internal_encoding('UTF-8');
mb_regex_encoding('UTF-8');

require_once(BX_DIRECTORY_PATH_ROOT . "flash/modules/global/inc/header.inc.php")
;
require_once(BX_DIRECTORY_PATH_ROOT . "flash/modules/global/inc/content.inc.php"
);
require_once(BX_DIRECTORY_PATH_CLASSES . "BxDolService.php");
?>PHP Notice:  Use of undefined constant BX_DIRECTORY_PATH_INC - assumed 'BX_DIR
ECTORY_PATH_INC' in /srv/www/htdocs/periodic/cron.php on line 24
PHP Warning:  require_once(BX_DIRECTORY_PATH_INCutils.inc.php): failed to open s
tream: No such file or directory in /srv/www/htdocs/periodic/cron.php on line 24
PHP Fatal error:  require_once(): Failed opening required 'BX_DIRECTORY_PATH_INC
utils.inc.php' (include_path='.:/usr/share/php5:/usr/share/php5/PEAR') in /srv/w
ww/htdocs/periodic/cron.php on line 24

server1:/srv/www/htdocs/periodic # vi cron.php
server1:/srv/www/htdocs/periodic # /usr/bin/php -q cron.php

---------------------------------------------------------------------

Obviously there is something wrong, I can't figure this out.....on Dolphin 6.1.6 everything works fine. D7 is a clean install. everything else works chat, music player, etc. but can not play an uploaded video, player complays file not found.

Any help will be greately appreciated.

Thank you

it seems that you need to turn on short_open_tag php option to make it work, try to change this option in php.ini file, but not in .htacess file, because .htaccess file will not affect cron jobs script.

Rules → http://www.boonex.com/terms
Quote · 1 Sep 2009

I've just seen my cron report from email

<font color="red">register_globals is On (warning, you should have this param in Off state, or your site will unsafe)</font> <br /> <font color="red">allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe)</font> <br /> <font color="red">get_magic_quotes_

gpc is Off, enable it</font> <br />
Please go to the <br />
<a href="http://www.boonex.com/trac/dolphin/wiki/GenDolTShooter">Dolphin Troubleshooter</a> <br />
and solve the problem.

is this a problem

Quote · 1 Sep 2009

Mine is on and it still showing error file not found and I can see the dang video is there.

Quote · 1 Sep 2009

Please somebody say something! Give us a solution.

Aree we the only ones getting this problem???

Quote · 1 Sep 2009

re: failed to open s
tream: No such file or directory in /srv/www/htdocs/periodic/cron.php on line 24

d7 betas sometimes choose the wrong default full path during install for some servers. I am on a server with F7C8 using cpanel. By default, my server adds someting like /var/root/ before the rest of the path. i have no idea where it comes up with this but it cannot be there.

Perhaps your /srv/www/ may not need to be there either. Afterall, your error does indicated no such file or directory found. Play around with it until you get the path right.

In addition, if you are using hosting that allows for you to browse for the cron.php file, you should use this option. Again, the default path for the cron setting that dolphin sometimes comes up with is wrong.

Good luck.

Quote · 1 Sep 2009

re: failed to open s
tream: No such file or directory in /srv/www/htdocs/periodic/cron.php on line 24

d7 betas sometimes choose the wrong default full path during install for some servers. I am on a server with F7C8 using cpanel. By default, my server adds someting like /var/root/ before the rest of the path. i have no idea where it comes up with this but it cannot be there.

Perhaps your /srv/www/ may not need to be there either. Afterall, your error does indicated no such file or directory found. Play around with it until you get the path right.

In addition, if you are using hosting that allows for you to browse for the cron.php file, you should use this option. Again, the default path for the cron setting that dolphin sometimes comes up with is wrong.

Good luck.

its not about finding  cron.php file. if error cron jobs generate an error about that.

sitll no solution

need help or advice or an explanation

???

Quote · 2 Sep 2009

It seems something wrong for D7 to find the path to php.ini.

Copy php.ini to ..\periodic\ sub-directory will make video work.

I'm using shared host with cpanel also. Actually, I did the same

thing for D6 to make video work.

Quote · 3 Sep 2009
 
 
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.