We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I turned on debug and everything returns normally, so I don't know why I get this:
I've traced it to the save function in notes. All I am calling is $notes = $person->getNotes();
Please help as I need to get this working!
Fatal error: Uncaught exception 'Exception' with message 'API for Note returned Status Code: 500 Expected Code: 200' in /home/moh/public_html/extra/include/highrise.php:138 Stack trace: #0 /home/moh/public_html/extra/include/highrise.php(902): HighriseAPI->checkForErrors('Note', 200) #1 /home/moh/public_html/extra/include/highrise.php(1718): HighriseNote->save() #2 /home/moh/public_html/extra/include/highrise.php(1737): HighrisePerson->addNote(Object(HighriseNote)) #3 /home/moh/public_html/extra/extra.php(103): HighrisePerson->getNotes() #4 /home/moh/public_html/extra/index.php(27): require_once('/home/moh/publi...') #5 {main} thrown in /home/moh/public_html/extra/include/highrise.php on line 138
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I turned on debug and everything returns normally, so I don't know why I get this:
I've traced it to the save function in notes. All I am calling is $notes = $person->getNotes();
Please help as I need to get this working!
Fatal error: Uncaught exception 'Exception' with message 'API for Note returned Status Code: 500 Expected Code: 200' in /home/moh/public_html/extra/include/highrise.php:138 Stack trace: #0 /home/moh/public_html/extra/include/highrise.php(902): HighriseAPI->checkForErrors('Note', 200) #1 /home/moh/public_html/extra/include/highrise.php(1718): HighriseNote->save() #2 /home/moh/public_html/extra/include/highrise.php(1737): HighrisePerson->addNote(Object(HighriseNote)) #3 /home/moh/public_html/extra/extra.php(103): HighrisePerson->getNotes() #4 /home/moh/public_html/extra/index.php(27): require_once('/home/moh/publi...') #5 {main} thrown in /home/moh/public_html/extra/include/highrise.php on line 138
The text was updated successfully, but these errors were encountered: