Open adriaansnoeren opened 9 years ago
No output seems to me you're missing a fatal error which is not displayed on screen. Try again with the next lines after the php opening tag: ini_set('display_errors', 1); error_reporting(E_ALL);
Indeed... I configured the error reports in .htaccess but they didn't seem to work. Problem was that no timezone was set in php.ini. Got it working now. Thanks for the fast reply!
Just started with the API to provide clients with detailed invoice information. I use the following code:
Connecting seems to work. I get the requests left on screen when I remove:
Otherwise, nothing gets output. No $errors, nothing. Any ideas? Oh, I use the correct credentials.