Hi G,
It sounds like this line is the problem:
If that's not completely correct, it will show a blank page - so very possibly the path you've entered there is incorrect. It may also be the case that you're forbidden to include that file if it's located on an alternative domain...
But maybe try using a relative path to the api.php file instead, just to eliminate the possibility of it being a dud path.
Good luck!
- Ben
It sounds like this line is the problem:
PHP Code:
require_once("/var/www/vhosts/xxxxxxxxxx.ca/httpdocs/ftools/global/api/api.php");
If that's not completely correct, it will show a blank page - so very possibly the path you've entered there is incorrect. It may also be the case that you're forbidden to include that file if it's located on an alternative domain...
But maybe try using a relative path to the api.php file instead, just to eliminate the possibility of it being a dud path.
Good luck!
- Ben