Search found 87 matches

by kerryshamblin
Sun Nov 17, 2019 1:47 pm
Forum: Modules/Add-Ons
Topic: Formbuilder - ERROR - Blankpage
Replies: 16
Views: 8810

Re: Formbuilder - ERROR - Blankpage

Thank you!
by kerryshamblin
Sun Nov 17, 2019 1:31 pm
Forum: Modules/Add-Ons
Topic: Formbuilder - ERROR - Blankpage
Replies: 16
Views: 8810

Re: Formbuilder - ERROR - Blankpage

Hi! I'm still getting this error using Formbuilder 1.0.2. Any idea what I can do to fix it? Just installed a fresh 2.2.12, updated PHP version, cache cleared. Same thing, I can't edit or add form fields. Thanks!
by kerryshamblin
Thu Aug 09, 2018 1:55 pm
Forum: CMSMS Core
Topic: Errors after SSL Certificate Installation
Replies: 2
Views: 1148

Re: Errors after SSL Certificate Installation

Thank you, Calguy. I worked with the web host to resolve the issue. It wasn't a self-signed certificate issue, I didn't have the proper intermediate certificate installed. Once again, not a CMSMS issue!
by kerryshamblin
Wed Aug 08, 2018 2:58 pm
Forum: CMSMS Core
Topic: Errors after SSL Certificate Installation
Replies: 2
Views: 1148

Errors after SSL Certificate Installation

Thanks in advance for any help. My version is 2.2.8. It happens in the admin panel and the front end. I'm getting these errors when I visit new pages on fresh browser (but I can refresh the page and they go away; still looks bad!): Warning: fsockopen(): SSL operation failed with code 1. OpenSSL Erro...
by kerryshamblin
Mon Aug 11, 2014 1:21 pm
Forum: Modules/Add-Ons
Topic: Summary Template for News
Replies: 26
Views: 7365

Re: Summary Template for News

Just out of desperation, I went to the DB and checked all of the cms_module_news_fieldvals and removed quote marks, apostrophes and parentheses from the "story" text fields. Cleared cache. Didn't help.
by kerryshamblin
Mon Aug 11, 2014 1:13 pm
Forum: Modules/Add-Ons
Topic: Summary Template for News
Replies: 26
Views: 7365

Re: Summary Template for News

Jo Morg, the code looks fine, to my tired eyes. Still, no display is coming of the news items. The output is still just <ul></ul> so not seeing {if isset($entry->fields.story)}. I also tried creating a new field def as text field, public, etc and tested with that, but still no luck. Just thinking th...
by kerryshamblin
Mon Aug 11, 2014 12:41 pm
Forum: Modules/Add-Ons
Topic: Summary Template for News
Replies: 26
Views: 7365

Re: Summary Template for News

Thanks, Jo Morg. I think I had mentioned in one post that this was working prior to upgrading to the latest CMSMS version.
by kerryshamblin
Mon Aug 11, 2014 12:24 pm
Forum: Modules/Add-Ons
Topic: Summary Template for News
Replies: 26
Views: 7365

Re: Summary Template for News

Thanks again for all of the suggestions. I had to take a few days, but now I'm back at it. Psy: I tried to use News instead of news, that didn't make a difference. Applejack: I tried {$entry->fieldsbyname.story} at the inception and again tried it, but it didn't help. I also tried stripping down the...
by kerryshamblin
Fri Aug 08, 2014 1:36 am
Forum: Modules/Add-Ons
Topic: Summary Template for News
Replies: 26
Views: 7365

Re: Summary Template for News

Rolf, thank you. When I removed that part of the call tag, the page completely broke! Nothing displayed at all.
by kerryshamblin
Thu Aug 07, 2014 1:14 pm
Forum: Modules/Add-Ons
Topic: Summary Template for News
Replies: 26
Views: 7365

Re: Summary Template for News

FYI.
CMS Version 1.11.10
News 2.14.2
by kerryshamblin
Thu Aug 07, 2014 1:11 pm
Forum: Modules/Add-Ons
Topic: Summary Template for News
Replies: 26
Views: 7365

Re: Summary Template for News

Thank you for the tips. Here is my tag call: {news summarytemplate="Stories" sortby="start_time" detailpage="newsletter-page" sortasc="true"} The News items I have checked as "story" are using an expiration date, as I couldn't figure out how in a cal...
by kerryshamblin
Thu Aug 07, 2014 12:42 pm
Forum: Modules/Add-Ons
Topic: Summary Template for News
Replies: 26
Views: 7365

Re: Summary Template for News

No problem! Here's what displays now:

Array ( ) 1
by kerryshamblin
Thu Aug 07, 2014 12:35 pm
Forum: Modules/Add-Ons
Topic: Summary Template for News
Replies: 26
Views: 7365

Re: Summary Template for News

I get a syntax error:

Syntax error in template "module_db_tpl:News;summaryStories" on line 2 "{print_r|$items:0}" - Unexpected "$", expected one of: "identifier" , "@"
by kerryshamblin
Thu Aug 07, 2014 12:24 pm
Forum: Modules/Add-Ons
Topic: Summary Template for News
Replies: 26
Views: 7365

Re: Summary Template for News

Thanks, Jo Morg! I made that correction, cleared cache, but still not getting the list of "story" to display. Here's what I have now: <ul> {foreach from=$items item='entry'} {if isset($entry->story)} <li> <a href="{$entry->moreurl}" title="{$entry->title|cms_escape:htmlall}&...
by kerryshamblin
Thu Aug 07, 2014 12:07 pm
Forum: Modules/Add-Ons
Topic: Summary Template for News
Replies: 26
Views: 7365

Summary Template for News

I recently discovered that a Summary Template for News stopped working. The attempt was to call certain news articles that were defined by a field definition called "story." Here is the template code: <ul> {foreach from=$items item=entry} {if isset($entry->story)} <li> <a href="{$entr...

Go to advanced search