Getting Started
Archived from the Xataface Users forum.
ngms27 — Mon Nov 12, 2012 8:22 am
Seems I have fallen at the first hurdle.
The tarball I get back cannot seemed to be opened by anything so I’ve gone for manual setup.
I get the following error:
Warning: require_once(C: mpp\htdocs taface taface-2.0alpha1\dataface-public-api.php): failed to open stream: Invalid argument in C:\xampp\htdocs\MySite\index.php on line 2
Fatal error: require_once(): Failed opening required ‘C: mpp\htdocs taface taface-2.0alpha1\dataface-public-api.php’ (include_path=’.;C:\xampp\php\PEAR’) in C:\xampp\htdocs\MySite\index.php on line 2
I’m running xammp with Windows 2008R2 so how do I line 2 to include the dataface-public-api.php file?
Jean — Tue Nov 13, 2012 2:14 am
- Code: Select all
require_once "C:\\xampp\\htdocs\\xataface-1.3.2/dataface-public-api.php"; df_init(__FILE__, "/xataface-1.3.2");