You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.
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!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: