I ran the app and it works except it is just plain text, no colours, no logos etc which I had expected. It appears that the default template is not being used for some reason.
I am using WampServer2.0i under windows and other php apps such as serendipity and sugar are working ok.
conf.ini file looks like this:
- Code: Select all
[_database]
host = "localhost"
user = "root"
password = ""
name = "aqh"
[_tables]
Prices = "Prices"
And the bits that matter in index.php look like this:
- Code: Select all
require_once 'C:\wamp\www\xataface-1.1.4\dataface-public-api.php';
df_init(__FILE__, 'http://localhost/aqh-demo');
$app =& Dataface_Application::getInstance();
$app->display();
The whole of the Xataface folder is untouched ie as unzipped.
As I am sure it works fine, what have I not done?