- Posts: 9
- Thank you received: 0
Support for SermonSpeaker 4.x is canceled as it is for Joomla 2.5. I will gladly assist you with minor issues but I will not fix any bugs anymore in this releases.
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
Migrating and getting error on front end
07 Jun 2014 21:45 #4646
by natedog
Replied by natedog on topic Migrating and getting error on front end
It work!!!
Though in the migrate file it had to "_" after the prefix, which is why I think it wasn't working. I had to remove one and it worked.
So instead of #__sermon_sermons I changed it to j25_sermon_sermons.
Thanks for your help!!!
Though in the migrate file it had to "_" after the prefix, which is why I think it wasn't working. I had to remove one and it worked.
So instead of #__sermon_sermons I changed it to j25_sermon_sermons.
Thanks for your help!!!
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
07 Jun 2014 22:04 #4647
by Thomas Hunziker
Replied by Thomas Hunziker on topic Migrating and getting error on front end
That's how Joomla deals with the prefixes. In each query I do I have to use `#__` as the prefix (with two _). Joomla will then replace it with the prefix from the configuration (usually with one _) and run it.
Please Log in or Create an account to join the conversation.
14 Jun 2014 18:42 #4648
by natedog
Replied by natedog on topic Migrating and getting error on front end
I'm back again...
So. I moved the upgraded site to replace the old one and the sermons aren't showing up and In the backend when I save/modify a sermon I get this error:
I can create a sermon and save it, everything is fine, but anytime i try to re-save a sermon I get that error and it doesn't save it. Also, none of the sermons are showing up on the front end except for any new ones that I make.
I did try uninstalling sermon speaker and resinstalling using the migrate methode. starting with 4.5.4 than adding the old database, then installing again over top then upgrading it to the latest version of sermon speaker.
Please help!
So. I moved the upgraded site to replace the old one and the sermons aren't showing up and In the backend when I save/modify a sermon I get this error:
Code:
Error
Save failed with the following error: Unknown column 'modified' in 'field list' SQL=UPDATE `j33_sermon_sermons` SET `speaker_id`='10000',`series_id`='0',`audiofile`='/podcast/2009-01-19_20090118.mp3',`title`='Antidotes for Fear',`alias`='antidotes-for-fear',`sermon_number`='0',`custom1`='',`custom2`='',`sermon_date`='2009-01-18 00:00:00',`sermon_time`='00:27:39',`play`='0',`notes`='
Based on a sermon my Martin Luther King, Jr. in which he points to God\'s answers to fear.
',`download`='0',`state`='1',`ordering`='0',`hits`='533',`created_by`='62',`created`='2009-01-18 00:00:00',`podcast`='1',`addfile`='',`addfileDesc`='',`catid`='120',`metakey`='',`metadesc`='',`audiofilesize`='145008',`videofilesize`='0',`videofile`='',`picture`='',`checked_out`='62',`checked_out_time`='2014-06-14 16:38:59',`language`='*',`metadata`='{\"robots\":\"\",\"rights\":\"\"}',`version`='2',`modified`='2014-06-14 16:39:03',`modified_by`='62' WHERE `id`='10000'
I did try uninstalling sermon speaker and resinstalling using the migrate methode. starting with 4.5.4 than adding the old database, then installing again over top then upgrading it to the latest version of sermon speaker.
Please help!
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
14 Jun 2014 20:43 #4649
by Thomas Hunziker
Replied by Thomas Hunziker on topic Migrating and getting error on front end
It means the database column "modified" is missing. This one was added with SermonSpeaker 4.4.7 and is part of the migrate.sql script.
When you installed SermonSpeaker the second time, did it show you a message that the migration was successful and no errors were shown?
When you installed SermonSpeaker the second time, did it show you a message that the migration was successful and no errors were shown?
Please Log in or Create an account to join the conversation.
14 Jun 2014 22:22 #4650
by natedog
Replied by natedog on topic Migrating and getting error on front end
No errors showed, said the migration was successful.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
15 Jun 2014 14:53 #4651
by Thomas Hunziker
Replied by Thomas Hunziker on topic Migrating and getting error on front end
Strange, anyway you can add the columns manually to your database.
You can use the commands in the migrate.sql file, starting with line 62 ( github.com/Bakual/SermonSpeaker/blob/Ser...aker/migrate.sql#L62 )
Check if the other columns are there as well. To have a list how the tables should look you can check github.com/Bakual/SermonSpeaker/blob/Ser...stall.mysql.utf8.sql
You can use the commands in the migrate.sql file, starting with line 62 ( github.com/Bakual/SermonSpeaker/blob/Ser...aker/migrate.sql#L62 )
Check if the other columns are there as well. To have a list how the tables should look you can check github.com/Bakual/SermonSpeaker/blob/Ser...stall.mysql.utf8.sql
Please Log in or Create an account to join the conversation.
Time to create page: 0.155 seconds