Jul 18th, 2011, 10:11 AM
Hi Terry,
Yeesh... I'm not sure what they mean, exactly. It's possible they mean that you're using an absolute path to the api.php file and they want you to use a relative one instead. But either way, it's definitely a path issue: the fatal error means that your file can't find the api.php file, so you'll need to look closely at the path entered in the require_once("...") function.
Sorry, wish I could be more help.
- Ben
Yeesh... I'm not sure what they mean, exactly. It's possible they mean that you're using an absolute path to the api.php file and they want you to use a relative one instead. But either way, it's definitely a path issue: the fatal error means that your file can't find the api.php file, so you'll need to look closely at the path entered in the require_once("...") function.
Sorry, wish I could be more help.
- Ben