Posted: February 28, 2014 at 1:36 pm
|
Hi all, I’m running a site with WP 3.8.1 using EE 4.1.8 (although it is the same with 4.1.5+ – I am updating as soon as I see a new version) and I am not able to register for an event when using FF 27.0.1 in Windows 8.1 Professional x64. I have tried to log off the site & clear the cache but to no avail. |
|
Oh, sh*t. |
|
Well, can I edit this? |
Hi Daniel, Do you have any extra extensions that are running in Firefox that are not running in your other web browsers? — |
|
|
Hi Lorenzo, |
|
I’ve tried to register with those extensions disabled but, again, to no avail… |
Hi Daniel, Thanks for reporting this. It turns out there is a unique feature that Firefox has where it prefetches the content of the “next” page, which for your site is the registration cancelled page. So basically what’s happening is when you’re on the main registration page, Firefox is behind the scenes loading up the “next” page on your site, essentially canceling the registration. We’re going to add a fix to the next release. In the meantime if you add: remove_action('wp_head', 'adjacent_posts_rel_link_wp_head'); to your theme’s functions.php file that should solve this issue for you. |
|
|
Hi Josh, |
If you’re not running live registrations it will be fine to wait. If anyone reading this post is having the same issue and they are running live registrations -and- Event Espresso 4.1.9 isn’t out yet, you can add the code that’s in my above reply to your theme’s functions.php file or into a custom snippet plugin. |
|
|
Indeed, |
The support post ‘[EE4] Cannot register for an event using FF 27.0.1’ 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.