Hey Steve,
I re-unpacked the 1.1.2 archive, then re-uploaded it to the server, ending up with the same result. I ended up copying the index.php from another (older) install of xataface, changed the parameters, and it came up fine!
It must have just been my edits to the original index.php file. I think my original path to public-api was wrong - I was assuming it was the web path, which would have been / instead of /home/username/etc...
It was stripped down to just this and nothing else:
- Code: Select all
require_once 'include/functions.inc.php';
require_once '/full-path-to/dataface-public-api.php';
df_init(__FILE__, 'http://mywebsite.com');
$app =& Dataface_Application::getInstance();
$app->display();
Thanks Again, Steve!
Rory