The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
Migration from 3.4.3
- Thomas Hunziker
- Offline
- Administrator
You need to manually add them to your table. Use the following SQL commands in phpMyAdmin or similar tool:
Please Log in or Create an account to join the conversation.
- Bill Havens
- Offline
- New Member
- Posts: 2
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- William Osborn
- Offline
- Junior Member
- Posts: 24
- Thank you received: 0
Save failed with the following error: Unknown column 'modified' in 'field list' SQL=UPDATE `cx4wj_sermon_series` SET `series_title`='1János',`series_description`='',`state`='1',`ordering`='23',`hits`='586',`created_by`='71',`created`='2011-03-20 12:37:43',`catid`='26',`avatar`='',`alias`='1janos',`metakey`='',`metadesc`='',`home`='0',`checked_out`='83',`checked_out_time`='2013-08-30 09:05:41',`language`='*',`modified`='2013-08-30 09:05:58',`modified_by`='83' WHERE `id`='10091'
I also got a similar message on an attempt to save a sermon - Unknown column 'audiofilesize'
Thanks for all your help!
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
Have a look at the file migrate.sql in the sermonspeaker zip file. It contains a lot of SQL commands which should have been applied if the migration was succesful.
You can apply those manually using phpMyAdmin or a similar tool. You only need to adjust the "#__" part to the database prefix you have set for your Joomla.
Please Log in or Create an account to join the conversation.
QUESTION:- Hi Have been over this thread a couple of times. But I still need a bit of advice
I'm working offline with xampp to upgrade from j1.5.26 ss 3.4.4 to j2.5 ss4.0
The j2.5 works fine.
But ss4.0 just finds the booze talk.
I know why but need a bit of help to fix.
All the sermons are preserved in images.. so thats fine
jupgrade seems to have created the 2.5 tables inside the original database used by 1.5 so I now have 1 massive database
So I think my j1.5 and j2.5 sites read the same database - (at least thats what it looks like to me)
so the old ss tables contain my talks the new ones just contain the booze talk.
I guess I need to copy the data from the old tables into the new ones. I dont just want to rename the old tables because I guess that then I wont be able to use them if I need to go back to my 1.5 site?
I appreciate this isnt a ss question but its more about phpmyadmin
Hang on.... Perhaps an easier way would be to copy the whole database so I have one for 1.5 site and one for the 2.5 site. I can then delete or rename the tables as necessary. In the long run perhaps this is the best solution as presumably I'll have to delete all the old 1.5 table anyways once I am happy with the upgrade? - if I go this route is it ok to just rename the 1.5 tables?
Very many thanks
Martin
www.stlens.org.uk
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
Exactlymartin wrote: ANSWER:- SOLVED!! - PUTTING together this question helped me solve it! The solution was 1. to create a copy of the database for the 1.5 version (not strictly necessary but he ho 2 is better than one.) then 2. delete the new j25 ss tables and copy the old ss tables to j25 tables and 3. re-install the ss4 zip file. Yes its all in this thread really but I needed to get my head around phpmyadmin - to understand it all - Many thanks
Working with the database tables can be a bit tricky, but it's good knowledge once you figured it out.
Please Log in or Create an account to join the conversation.