You are not logged in.
Pages: 1
In the BigTree 4.5 release blog, it is mentioned we should upgrade Events 2 extension before upgrading BigTree. We have have Events 1.2 installed, will it work with BigTree 4.5?
If you recommend us to install Events 2, what is the best way to do that as it seems it uses the same database tables as 1.2 and overwrites. Is there a good way to move over the data from 1.2 to 2?
Thanks
Doon
Offline
Events 1.2 will work fine with BigTree 4.5 but will have warnings / errors (possibly) in PHP 8. It could be manually updated to work with PHP 8, you'll just have to track down the errors and resolve them (they're usually just issues with skipping checks on non-existent arrays).
Events v2 has a fairly similar database structure as Events v1 with the exception of recurring events being handled very differently (through recurrence rules) so any events that are setup to be recurring will not be able to easily be migrated over without losing their recurrence. On the template side the event instances are returned as objects instead of arrays and fields in the database that are not in the default Events v2 schema for btx_events_events will be added to the AdditionalFields property array.
Offline
Thanks for the quick reply.
Offline
Pages: 1