Hi !!
I get this error on my application:
Fatal error: Class 'Dataface_Error' not found in /var/www/vhosts/youtraffic.it/httpdocs/xataface/Dataface/Application.php on line 620
file config.ini:
[_database]
host = "localhost"
user = "joomladb"
password = "******"
name = "joomla"
[_tables]
Course = "chat"
index.php:
require_once '../xataface/dataface-public-api.php';
df_init(__FILE__, 'http://www.youtraffic.it/xataface');
$app =& Dataface_Application::getInstance();
$app->display();
usingdataface 1.0 beta2.
Thanks for help!!