Posted: October 6, 2016 at 9:43 am
My developer and I have been working on this issue for 3 days now, and we can not find a solution as to what may be causing it. We are getting the message ” Error Occurred – The requested resource could not be found but may be available again in the future. Subsequent requests by the client are permissible. We have tried a couple of solutions: 2) tried setting up the current website on an apache server with no such luck. The website is as follows: https://lehighvalleyoutpost.com Any help as to how we can solve this issue for this weekend’s non for profit event would be greatly appreciated. Best Regards, Ryan |
|
That’s actually a conflict with the Yoast SEO plugin. For now, you can deactivate the Yoast SEO plugin, or add this to a functions file on your site:
The above code will disable the Yoast SEO configuration wizard, so if you need to use the config wizard, you’ll remove that code. We sent a ticket over to the app developers and they’re going to put a fix in the apps so that the Yoast SEO endpoint is ignored. |
|
Josh, Thank you. So I input that code into the functions.php file and now I am getting the following error. “Sorry, you are not allowed to list events. Missing permissions: ee_read_events,ee_readothers_events,ee_read_private_events . Where would I update these permissions? Best Regards, Ryan |
|
You shouldn’t need to update those permissions. What’s actually probably happening is the app is not authenticating. You’ll see that error
|
|
Hi Josh, We applied the changes and are unfortunately still receiving the error message. Please see settings applied below: listen 74.208.46.42:80 default_server; server_name lehighvalleyoutpost.com; client_max_body_size 128m; root “/var/www/vhosts/lehighvalleyoutpost.com/httpdocs”; if ($host ~* ^www.lehighvalleyoutpost.com$) { location / { |
|
Can the server admin look into why the Authorization headers are not passing? If this isn’t a server configuration issue, then you can try disabling other plugins. |
|
The support post ‘Need Help with Event Espresso 4 Tickets App’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.