Support

Home Forums Event Espresso Premium Registration Time Expired

Registration Time Expired

Posted: October 15, 2018 at 8:15 pm


SmarterSelling

October 15, 2018 at 8:15 pm

I am getting an error message
“We’re sorry but your registration time has expired”

What is the time frame, and how can i extend it?


Josh

  • Support Staff

October 15, 2018 at 9:18 pm

Hi,

The time limit for a registration is one hour. You can extend it by adding some PHP code to a functions plugin on your site, then activate the plugin.

Here’s an example of the PHP code which extends the time limit to 2 hours:

add_filter( 
'FHEE__EE_Session__construct___lifespan', 
'ee_change_reg_time_limit' 
);
function ee_change_reg_time_limit() {
 return 2 * HOUR_IN_SECONDS;
}

You can add the above to a functions plugin, then activate the plugin.

The support post ‘Registration Time Expired’ 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