Support

Home Forums Event Espresso Premium An error occured. The primary attendee could not be found. 4

An error occured. The primary attendee could not be found. 4

Posted: December 28, 2012 at 9:33 am


Daniel Riou

December 28, 2012 at 9:33 am

I am currently translating event espresso’s front end with a localisation plugin. The problem I now have is that now, when I try to register for an event, I get this answer : An error occured. The primary attendee could not be found.
Here is my website’s registration page http://www.defientreprises.com/inscriptions-defientreprises/
Thanks for your help.


Josh

  • Support Staff

December 28, 2012 at 10:00 am

Hi Daniel,

There is a conflict with the current version of Jetpack (version 2.0.4). The previous version (2.0.2) of Jetpack will not break the registration process.

You can revert back to version 2.0.2 of Jetpack by downloading it from here:

http://wordpress.org/extend/plugins/jetpack/developers/

Before installing, you’ll need to deactivate and delete version 2.0.4 of Jetpack.

Alternatively, if you’d prefer to stay on versioin 2.0.4 and if you’re comfortable with editing PHP files, you can change one line of code in class.jetpack-post-images.php in the Jetpack plugin. Line 254 will read:

$html = apply_filters( ‘the_content’, $html->post_content );

replace with:

$html = $html->post_content;

The support post ‘An error occured. The primary attendee could not be found. 4’ 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.

Event Espresso