- Posts: 15
- Thank you received: 0
Support for SermonSpeaker 5.x is in bugfix mode only, the same as it is for Joomla 3.10.
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.
Error 1054 after upgrade
- Tony Comegys
-
Topic Author
- Offline
- New Member
-
Less
More
29 Jun 2013 20:48 #3627
by Tony Comegys
Error 1054 after upgrade was created by Tony Comegys
I upgraded SermonSpeaker to 5.01 in my Joomla 3.1.1 site. The site is now down and I got the following page.
Any idea what I did wrong?
www.compassionchurch.org/
Error: 1054 - Unknown column 'a.sermon_title' in 'field list' SQL=SELECT a.sermon_title, a.id, a.sermon_date, a.audiofile, a.videofile, a.sermon_time, a.picture, a.notes, a.hits,b.name, b.pic, b.state AS speaker_state, c.series_title, c.state AS series_state,CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug,CASE WHEN CHAR_LENGTH(b.alias) THEN CONCAT_WS(':', b.id, b.alias) ELSE b.id END as speaker_slug,CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as series_slug,cat.title AS category_title,CASE WHEN CHAR_LENGTH(cat.alias) THEN CONCAT_WS(':', cat.id, cat.alias) ELSE cat.id END as catslug FROM fkgdx_sermon_sermons AS a LEFT JOIN fkgdx_sermon_speakers AS b ON b.id = a.speaker_id LEFT JOIN fkgdx_sermon_series AS c ON c.id = a.series_id LEFT JOIN fkgdx_categories AS cat ON cat.id = a.catid WHERE a.state = 1 AND (a.catid = 0 OR (cat.access IN (1,1,5) AND cat.published = 1)) ORDER BY sermon_date DESC, (sermon_number+0) DESC LIMIT 0, 10
Any idea what I did wrong?
www.compassionchurch.org/
Error: 1054 - Unknown column 'a.sermon_title' in 'field list' SQL=SELECT a.sermon_title, a.id, a.sermon_date, a.audiofile, a.videofile, a.sermon_time, a.picture, a.notes, a.hits,b.name, b.pic, b.state AS speaker_state, c.series_title, c.state AS series_state,CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug,CASE WHEN CHAR_LENGTH(b.alias) THEN CONCAT_WS(':', b.id, b.alias) ELSE b.id END as speaker_slug,CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as series_slug,cat.title AS category_title,CASE WHEN CHAR_LENGTH(cat.alias) THEN CONCAT_WS(':', cat.id, cat.alias) ELSE cat.id END as catslug FROM fkgdx_sermon_sermons AS a LEFT JOIN fkgdx_sermon_speakers AS b ON b.id = a.speaker_id LEFT JOIN fkgdx_sermon_series AS c ON c.id = a.series_id LEFT JOIN fkgdx_categories AS cat ON cat.id = a.catid WHERE a.state = 1 AND (a.catid = 0 OR (cat.access IN (1,1,5) AND cat.published = 1)) ORDER BY sermon_date DESC, (sermon_number+0) DESC LIMIT 0, 10
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
29 Jun 2013 21:31 #3628
by Thomas Hunziker
Replied by Thomas Hunziker on topic Error 1054 after upgrade
Which vies are you using? Or did you miss to update all modules as well? Which ones are you using?
Please Log in or Create an account to join the conversation.
- Tony Comegys
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
29 Jun 2013 23:10 #3629
by Tony Comegys
Replied by Tony Comegys on topic Error 1054 after upgrade
I don't know what "vies" are.
Also, I didn't know that I needed to update the modules. I'm using Latest Sermons, so I'll update that and see if it fixes the issue.
Thanks!
Also, I didn't know that I needed to update the modules. I'm using Latest Sermons, so I'll update that and see if it fixes the issue.
Thanks!
Please Log in or Create an account to join the conversation.
- Tony Comegys
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
29 Jun 2013 23:12 #3630
by Tony Comegys
Replied by Tony Comegys on topic Error 1054 after upgrade
Yes, that fixed it. Thanks again.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
29 Jun 2013 23:32 #3631
by Thomas Hunziker
Replied by Thomas Hunziker on topic Error 1054 after upgrade
Usually it doesn't matter much, but in this case there were changes in the database which are not compatible with older modules.
Unfortunately Joomla doesn't have a way yet to mark dependancies between extensions and their Versions. It will be added to Joomla 3.5 if we get lucky
The "vies" should have been "views". Typing on a mobile phone can be tricky
Views are the Joomla term for the various outputs of a component.
Unfortunately Joomla doesn't have a way yet to mark dependancies between extensions and their Versions. It will be added to Joomla 3.5 if we get lucky

The "vies" should have been "views". Typing on a mobile phone can be tricky

Views are the Joomla term for the various outputs of a component.
Please Log in or Create an account to join the conversation.
- michaeleino
-
- Offline
- Junior Member
-
Less
More
- Posts: 35
- Thank you received: 0
18 Jan 2015 18:04 - 18 Jan 2015 18:05 #5030
by michaeleino
Thanks a lot.
Michael F
Replied by michaeleino on topic Error 1054 after upgrade
I have the same problem at the frontend after updating all modules.... it works fine now.
But at the backend when I delete a sermon I see this error !
But at the backend when I delete a sermon I see this error !
Code:
Unknown column 'a.access' in 'field list' SQL=SELECT a.id,a.state AS state, c.published AS cat_state,a.access, c.access AS cat_access FROM lmgt8_sermon_sermons AS a LEFT JOIN lmgt8_categories AS c ON c.id = a.catid WHERE a.id = 1117
Thanks a lot.
Michael F
Last edit: 18 Jan 2015 18:05 by michaeleino.
Please Log in or Create an account to join the conversation.
Time to create page: 0.157 seconds