Page 1 of 1

Getting Started

PostPosted: Mon Nov 12, 2012 8:22 am
by ngms27
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?

Re: Getting Started

PostPosted: Tue Nov 13, 2012 2:14 am
by Jean
Code: Select all
require_once "C:\\xampp\\htdocs\\xataface-1.3.2/dataface-public-api.php";
df_init(__FILE__, "/xataface-1.3.2");