cariocadigital
Forum Replies Created
-
Forum: Plugins
In reply to: [Eventbrite API] 500 Error when trying to authorize Eventbrite (Step 9)Problem solved.
There was a conflict between the domain configured on my WordPress frontend and Admin area.
So, make sure your WordPress URL and site URL are configured correctly in WordPress > Configuration > General.
Also, I set my Eventbrite API URLS as follows…
Application URL*: https://mydomain.com/wp-admin/tools.php
OAuth Redirect URI: https://mydomain.com/wp-admin/tools.php?page=keyring&action=verify&service=eventbriteIts working correctly now.
Hope this helps someone else.
Forum: Plugins
In reply to: [Eventbrite API] Invalid Request to EventbriteProblem solved.
There was a conflict between the domain configured on my WordPress frontend and Admin area.
So, make sure your WordPress URL and site URL are configured correctly in WordPress > Configuration > General.
Also, I set my Eventbrite API URLS as follows…
Application URL*: https://mydomain.com/wp-admin/tools.php
OAuth Redirect URI: https://mydomain.com/wp-admin/tools.php?page=keyring&action=verify&service=eventbriteIts working correctly now.
Hope this helps someone else.
Forum: Plugins
In reply to: [Eventbrite API] 500 Error when trying to authorize Eventbrite (Step 9)I am copying and pasting the key and secret, so I don′t know how it can be a typo. I am checking for spaces before and after also.
After saving the credentials in Keyring (save successfully), I click the <– Back link to go to the Add new Connection page where I see the link to Eventbrite (Manage). If I click on Eventbrite I get a 500 error (but nothing in the PHP error log on the server), and if I click on the (Manage) link I return to the connection config page.
I don′t see any links for testing, no green buttons, and no typos.
If it helps, I do get an PHP error when I click on the Example service…
[23-Jun-2015 14:27:53 UTC] PHP Fatal error: Call to undefined method Keyring::admin_page_header() in /home/website/www/foldername/wp-content/plugins/keyring/includes/services/extended/example.php on line 54
Any ideas?
Forum: Plugins
In reply to: [Eventbrite API] Invalid Request to EventbriteSame problem here. I get a 500 error when trying to connect with EVentbrite for the authorization screen.