
Patrick Steil
- Total activity 81
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
Posts
Recent activity by Patrick Steil-
Authentication Looping forever
Hello all, we are testing moving our app that is working perfectly fine at one host and moving it to another. Our code works fine at the old host, but on the new host I can't get my code to succes...
-
Problem with Auth callback
I have a PodioTools client that reported the following: We are getting an error on one of our apps from this (Podio/PodioTools) URL and I don’t understand why. See the screenshot: http://screenc...
-
Change to Contact Item Field "mail" property?
We have had this code running for months, made no changes today and today we get this warning: Notice: Undefined index: mail in /var/www/helpdesk/libs/PTOrganization.class.php on line 645 Here is ...
-
Examples for set_value on PodioDateItemField
AnsweredNeed some examples of how to properly deal with setting date fields... I am doing this: $updateItem->add_field(new PodioDateItemField('renewal-date')); printDebug( "PTOrganization::updateOrganizat...
-
Search in App returning deleted items
AnsweredHey guys... I am running a simple search to try and find out if I had already inserted some data into a Podio App using this: PodioSearchResult::app( $app_id, $attributes = array() ); But after t...
-
Podio API slowdown?
AnsweredIt appears to me that Podio API traffic is slower than normal... any way you can tell if API response time has gotten worse over the past one or two weeks? We are are seeing many timeouts with our...
-
Handling Cyrillic characters in Podio text field...
AnsweredAny advice on what PHP functions to use to get Cyrillic characters to store in a Podio text field correctly? Thanks! Patrick Steil http://www.podiotools.com
-
PodioApp::fields_of_type not working...
AnsweredI am trying to call this on an "App" $contactFields = $anApp->fields_of_type('contact'); Just like we can call this on an "Item" $contactFields = $anItem->fields_of_type('contact'); I get this ...