Support

Home Forums Event Espresso Premium Error when sorting Check-ins

Error when sorting Check-ins

Posted: November 25, 2019 at 4:04 pm


jonaslagneryd

November 25, 2019 at 4:04 pm

Hi,

I am getting this error when sorting Events on Check-ins.

An EE_Error exception was thrown! code: EEM_Base – _extract_related_model_info_from_query_param – 4003
“There is no model named ‘EVT.Name’ related to EEM_Event. Query param type is order_by and original query param is Event.EVT.Name”
click to view backtrace and class/method details
/home/campusr8/public_html/klubbdansa.se/wp-content/plugins/event-espresso-core-reg/core/db_models/EEM_Base.model.php ( line no: 4003 )

What could be done?

Kind regards,
Jona


Tony

  • Support Staff

November 26, 2019 at 3:52 am

Hi Jona,

Thank you for reporting this, it is something we’ll need to fix within the plugin itself.

There’s a typo in the link used to change the ordering, if you look in the URL after you click the Event column name to sort you’ll see:

&orderby=Event.EVT.Name&order=asc

That’s incorrect, if you change it to:

&orderby=Event.EVT_name&order=asc

The table should then display.

However, clicking on the event column name again it wont work, so if you want to order desc you’ll need to manually change it in the URL, so:

&orderby=Event.EVT_name&order=desc

We’ll get this fixed up in the next release of EE.


Josh

  • Support Staff

January 23, 2020 at 10:18 am

The fix for the issue reported here was included in the Event Espresso 4.10.3.p release.

The support post ‘Error when sorting Check-ins’ 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