Author Topic: [FIX-2] - Videos being watched right now - shows a red cross  (Read 4828 times)

frankie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5948
  • PHPmotion Developer
[FIX-2] - Videos being watched right now - shows a red cross
« on: March 04, 2008, 05:46:09 AM »
If you followed the posted fix, and you still have problems, this should
work. Applies to Ver-2-RC-1

open config.inc.php found in the directory classes

look for:
//path to php
$path_to_php  = '/usr/bin/php';

If you are running phpmotion in a sub-directory,
add below:
$config['BASE_URL'] = 'http://www.your_site_here.com/sub_directory_name';

without any backslash at the end of the sub_directory_name
==============================================================

If your are running phpmotion in your root directory,  e.g. public_html/
add this line below:
$config['BASE_URL'] = 'http://www.your_site_here.com';


l8rZ