
Main Office
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Comments
Recent activity by Main Office Sort by recent activity-
I feel like I am really close with this function below for createOrder. But I keep getting a 401 error so it must not be that easy. Is it possible my options array is malformed?: public functi...
-
Actually never mind, I think I just figured it out. Code below: return create_function('$key, $direction, $sortFlags', ' if(!is_array($key)) { //just one key and sort direct...
-
Upgrading to 5.3 is not an option with my server company. I have removed the lines with the 'exclude' and 'exclusive' functions. There is still another anonymous function near line 335: protec...
-
Yes you are right I am using php 5.2 which I just found out does not support anonymous functions. Is there a way around this?
-
Yes the /library/Ticketevolution folder files are the latest version. I am still getting the same error. The error occurs with every 'list(*)' method. The error is referring to the functions that h...
-
I have downloaded the updated /demo/index.php file. The 'showEvent' method works with the EventID you provided. The 'listEvents' method is still giving me the same error: Parse error: syntax error...
-
To clarify: "showEvent" method give me status code 404. "listEvents" method give me: Parse error: syntax error, unexpected T_FUNCTION in /library/Ticketevolution/Webservice/ResultSet.php on line 224
-
I changed from sandbox to production. Now I get status code:404 and other errors depending on the method I choose one example below: Parse error: syntax error, unexpected T_FUNCTION in /library/Ti...
-
I am using the PHP library from GitHub. I am just getting started with it. I am getting 401 status codes when using the /demo/index.php file. I have the apiToken, secretKey, and buyerId plugged in ...