This forum is for churches and ministries using Web-Empowered Church tools or packages. If you are a WEC customer, please submit a ticket. If you are reporting a bug with one of our plugins, please email us. If you are a business entity and want help that you cannot find here, please look at our services.
Notice: we are using new forum software and most messages from last 2 years were transferred. If you had an account before, please login to post a message on the forum.
| Author | Message |
|---|---|
|
Written on: 07/26/2010
|
|
|
Jacob Ortman
Topic creator
registered since: 07/04/2007
Posts: 10
|
For reference, here's my sermon listing: http://www.sovereigngracebend.com/sermons I've been meaning to post here to see about how to fix this, but just haven't gotten around to it. On the listings I know have "{$constants.wec.dateFormat}" where the sermon dates used to appear. This appeared a few upgrades ago, and being that I'm not a typo3 wizard, I don't know how to get rid of it or how to fix it. I'm running TYPO3 Ver. 4.3.3 (using the WEC Starter Pack, I think). I'd love if somebody could explain to me how to fix it Any help would be appreciated! Thanks! -Jacob [This article was edited 2 times, at last 26.07.2010 at 19:11.] |
|
Written on: 07/26/2010
|
|
|
Peter Schott
registered since: 03/17/2007
Posts: 321
|
Sounds like you might be missing the items in your template for SMS. Somewhere in your template (either at the home page level or around the SMS page), you should have a template that includes the SMS-Specific items. If you started with an older starter package and upgraded SMS, it's very possible that you missed this. I'd recommend hitting the SMS docs in the TYPO3 repository here: http://typo3.org/documentation/document-library/extension-manuals/wec_sermons/current/ or http://webempoweredchurch.org/support/plugins-page/ Look through there to see if you've missed a step somewhere along the way in upgrading the extension. Also see: http://webempoweredchurch.com/support/howtos/single/update_the_sermon_management_system ----- If that's not it, it looks very much like it could be a config issue - something in your configuration that's either looking for a variable that's not defined or perhaps defined incorrectly. I can't say for sure, but these may be good places to start looking. |
|
Written on: 07/26/2010
|
|
|
Jacob Ortman
Topic creator
registered since: 07/04/2007
Posts: 10
|
"Peter Schott" wrote: Sounds like you might be missing the items in your template for SMS. Somewhere in your template (either at the home page level or around the SMS page), you should have a template that includes the SMS-Specific items. If you started with an older starter package and upgraded SMS, it's very possible that you missed this. I'd recommend hitting the SMS docs in the TYPO3 repository here: http://typo3.org/documentation/document-library/extension-manuals/wec_sermons/current/ or http://webempoweredchurch.org/support/plugins-page/ Look through there to see if you've missed a step somewhere along the way in upgrading the extension. Also see: http://webempoweredchurch.com/support/howtos/single/update_the_sermon_management_system ----- If that's not it, it looks very much like it could be a config issue - something in your configuration that's either looking for a variable that's not defined or perhaps defined incorrectly. I can't say for sure, but these may be good places to start looking. Thanks for this, Peter. I'll have a look and get back to you (FYI: Your last link doesn't work). Yes, my site is from an old starter package, and have just upgraded using the starter packages and comparing the database/files. I think it started happening when I moved from 3.x to 4.x, but can't remember for 100% certainty. Update: It appears I have all the required templates and files and that they're all up to date. I did temporarily comment out the line that was displaying {$constants.wec.dateFormat} but you can still see it in the HTML source (will turn it back on when I figure this out). typo3 is WAY more advanced of a CMS than I've ever dealt with, so it's a bit tricky to find things :-/. Looks like somebody else had a similar issue: http://webempoweredchurch.org/support/forum/posts/setup-issues/wec-config-blank-page/page/#pid17163 But they never posted how they fixed it. Any other [This article was edited 1 times, at last 26.07.2010 at 20:03.] |