Please help me out
I just opened/published an event and got the following error. Since people want to register at this moment I am urgenlty looking for a sollutiuo
When I go to the (front end) 'register for event' form I get the following error:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order by member desc LIMIT 0, 1' at line 1 SQL=select SQL_CALC_FOUND_ROWS * from zrr_dtregister_event_detail where slabId=3 and member <= order by member desc LIMIT 0, 1
The fields are displayed. The total registration costs on top of the fields is missing and is substituted with this error message. When I press F5, the error is gone and the registration costs are displayed. Every time I go again to the registration page this error is displayed and dissapears after pressing F5. It doesn't matter if I go via the event list or via the single event registration.
On the backend, when I go to the categories and click on the arrow to sort the list I get the following error:
1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and rgt <= ) order by lft asc' at line 1 SQL=Select * from zrr_dtregister_categories where parent_id > 0 and NOT(lft >= and rgt <= ) order by lft asc
Then I am redirected to the Joomla main menu
This is not crucial, but perhaps this is related?
Help is very much appreciated!!
(joomla 3.3.6, DT-register 3.0.9a)