I upgraded from 2.7.0i to 2.7.3b and now I can't create, copy or edit an event. When I click on the edit, new, or copy event button, it results in a blank page. Any ideas would be greatly appreciated.
DT Register is fantastic
and Jevents just doesn't do the same functionality
If I can just get the events editing and creating to work I will be happy as usual
error I am getting is
---
500 - An error has occurred.
JDatabaseMySQL::query: 1054 - Unknown column 'partial_payment_enable' in 'field list'
SQL=UPDATE `jos_4ht_dtregister_group_event` SET
----
Can you guys check if your database table "dtregister_group_event" contains a field called "partial_payment_enable" please
With joomla debug turned on, I could see the error. This is the error:
JDatabaseMySQL::query: 1054 - Unknown column 'partial_payment_enable' in 'field list' SQL=INSERT INTO `jos_dtregister_group_event` ( ......
It looks like an there is an additional column in 2.7.3b that wasn't in 2.7.2e. Somehow when I upgraded, the database table didn't get wiped and recreated.
Perhaps I should try uninstalling 2.7.3b again and if the database tables are still there, remove them before re-installing.