
Main Office
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Activity overview
Latest activity by Main Office-
Main Office commented,
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...
-
Main Office created a post,
Duplicate Object/Arrays
AnsweredBelow is the results returned for 1 item using the listEvents method. It looks like the data is duplicated am I doing something wrong or is there a reason for this? Ticketevolution_Webservice_R...
-
Main Office commented,
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...
-
Main Office commented,
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...
-
Main Office commented,
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?
-
Main Office commented,
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...
-
Main Office commented,
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...
-
Main Office commented,
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
-
Main Office commented,
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...
-
Main Office commented,
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 ...