I had to do a manual setup since my account does not allow me command line access. here is my index.php
INDEX.php
<?
require_once "/home/butchseaman/public_html/xataface/dataface-public-api.php";
df_init(__FILE__, "/Faculty");
$app =& Dataface_Application::getInstance();
$app->display();
?>
CONF.INI
[_database]
host = "localhost"
user = "butchseaman_name"
password = "password_used"
name = "butchseaman_Faculty"
[_tables]
Course = "Course"
Program = "Program"
getting this error on my host provider
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/butchsea/public_html/xataface/dataface-public-api.php on line 472
any ideas ...?
Thanks
Butch