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