Can some one please help me?
I have followed what I think are all the appropriate instructions, but everytime I try to save my configuration within the DTRegister module I get the following error screen.
An error has occurred.
0 SQL=SELECT a. * FROM nkm_dtregister_group_event as a LEFT JOIN nkm_dtregister_categories as c ON a.category = c.categoryId order by c.ordering , a.title asc
What does this mean? How can I fix it? And does it have anything to do with why I can't reorder my fields and have them stay in the order designated?
I had the same problem. Turns out that the #__dtregister_categories entry in the database doesn't have an 'ordering' column. I just added one manually with phpmyadmin.
I should have responded sooner.
My problem is fixed now. There was a tiny, incremental change to the download file for the Joomla 3 update. I did have to delete the extension on my site and then re-install the new file.
I do believe that the ordering column was the issue fixed in the incremental update. I was having no luck ordering my fields before the update.