Support

Home Forums Community Forum Not able to change courses in admin section

Not able to change courses in admin section

Posted: December 12, 2013 at 8:24 am


Jessica Shailes

December 12, 2013 at 8:24 am

Hi I can’t access courses via the admin section that are are after August last year. When I deleted some courses that were expired I noticed that an equal amount of courses are now visible that weren’t before. Is there a limit on how many event dates you can have admin access to at any one time or is this a bug? I can see the course dates on the website, just can’t modify them in admin.

On the example page here: http://enablingchange.co.uk/example-registration-page/

I can’t access or modify any of the courses from September 8, 2014 onwards

Versions:
Event Espresso Lite 3.1.35.L
wordpress Version 3.7.1


Sidney Harrell

December 12, 2013 at 4:51 pm

It looks like the query fetching the events for the list is using a maximum number of rows that can be changed using the advanced filters that are part of the paid version. The default it is using if those filters are not available is 50. If you open up includes/event-management/queries.php and look at line 19:

$max_rows = isset($_REQUEST['max_rows']) & !empty($_REQUEST['max_rows']) ? absint($_REQUEST['max_rows']) : 50;

if you change that 50 at the end to 500, for example, it will change the default max rows to 500.


Jessica Shailes

December 13, 2013 at 2:46 am

Brilliant! Thank you Sidney that worked perfectly

The support post ‘Not able to change courses in admin section’ 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