1. Back up your language file and css files .
2. Export event booking related database tables (tables with #__eb_ prefix) from Joomla 1.5 site and import it to Joomla 1.7 database.
3. Install latest version of Event Booking on your Joomla 1.7 site (using the version for Joomla 1.6, Joomla 1.7) .
4. Upload css files of Event Booking from Joomla 1.5 to Joomla 1.7 .
6. Edit the language file from Joomla 1.5 :
- Change each language string so that translated items are surrounded by "" character. For example, on Joomla 1.5 :
EB_CATEGORIES=Categories
In Joomla 1.6, Joomla 1.7, we must change it to :
EB_CATEGORIES="Categories"
7. Upload the modified language file to language/en-GB folder of your site .
All should work fine after doing the upgrade !
Regards,
Tuan