Fatal error: Uncaught --> Smarty: Plugin "glossary_terms" not callable <-- thrown in /var/www/vhosts/cremoreclinic.ie/httpdocs/lib/smarty/sysplugins/smarty_internal_templatebase.php on line 431
In CMSMS 2.0.1.1
Search found 19 matches
- Tue Oct 06, 2015 3:39 pm
- Forum: Modules/Add-Ons
- Topic: Glossary Module breaks CMSMS 2.0
- Replies: 2
- Views: 1085
- Tue Oct 06, 2015 12:47 pm
- Forum: Modules/Add-Ons
- Topic: Glossary Module breaks CMSMS 2.0
- Replies: 2
- Views: 1085
Glossary Module breaks CMSMS 2.0
Installing the Glossary module breaks a CMSMS 2 installation Fatal error: Uncaught --> Smarty: Plugin "glossary_terms" not callable <-- thrown in /var/www/vhosts/domain.com/httpdocs/lib/smarty/sysplugins/smarty_internal_templatebase.php on line 431 Uninstalling the plugin fixes CMSMS. Awai...
- Mon Oct 05, 2015 4:50 pm
- Forum: CMSMS Core
- Topic: [SOLVED] CMSMS 2.0 Navigator, ignoring section-header alias
- Replies: 4
- Views: 2374
Re: CMSMS 2.0 Navigator, ignoring section-header alias in do
Thanks Calguy !!!!!! that was it.
- Mon Oct 05, 2015 4:16 pm
- Forum: CMSMS Core
- Topic: free a locked template
- Replies: 23
- Views: 14037
Re: free a locked template
Thanks Calguy & apologies. From my very limited testing here .... there might be a bit of stickiness with pages and templates created before locks are set to zero (I always have to steal them). Any pages and templates created after locks are set to zero behave as you describe. My understanding o...
- Mon Oct 05, 2015 4:05 pm
- Forum: CMSMS Core
- Topic: [SOLVED] CMSMS 2.0 Navigator, ignoring section-header alias
- Replies: 4
- Views: 2374
Re: CMSMS 2.0 Navigator, ignoring section-header alias in do
Thanks for the reply Calguy ! My settings are: Automatically create page URL's: Yes Automatically created URL's are flat: Yes Page URL's are required: No I changed 'Page URL's are required:' to yes, cleared cache, but still the same. P.s I love the way you choose page parents in the 'add content pag...
- Mon Oct 05, 2015 3:05 pm
- Forum: CMSMS Core
- Topic: [SOLVED] CMSMS 2.0 Navigator, ignoring section-header alias
- Replies: 4
- Views: 2374
[SOLVED] CMSMS 2.0 Navigator, ignoring section-header alias
Hey I'm working up a bootstrap 3 navigator template In 2.0 Navigator if I specify <a href="{$node->url}">{$node->menutext}</a> For a third level page (a child page of a section header) e.g: domain.com/section-header/third-level-1 {$node->url} is giving me the URL http://www.domain.com/thir...
- Fri Oct 02, 2015 3:46 pm
- Forum: CMSMS Core
- Topic: free a locked template
- Replies: 23
- Views: 14037
Re: free a locked template
Third that... just dabbling with 2.0 (looks great btw!!) but this lock craic is recking my head :-) Just confirming what happened. I opened a template and submitted it and it locked. 42min to go.... ::) In theory, for larger teams, these locks are a great addition. But in practice you are going to h...
- Fri Jun 26, 2015 1:24 pm
- Forum: Modules/Add-Ons
- Topic: Listit2, 'category view' displaying expired items (end_time)
- Replies: 2
- Views: 1051
Re: Listit2, 'category view' displaying expired items (end_t
Still struggling with this... ahhh
- Tue Jun 23, 2015 11:43 am
- Forum: Modules/Add-Ons
- Topic: Listit2, 'category view' displaying expired items (end_time)
- Replies: 2
- Views: 1051
Listit2, 'category view' displaying expired items (end_time)
Hey I have a listit2 instance, I'm displaying the category view. All working except... when time control is used and an end_time is set, the category list still display categories with expired items. How do I set the category list to only display categories that contain NON-expired items? Been tryin...
- Tue May 26, 2015 11:16 pm
- Forum: Modules/Add-Ons
- Topic: UDT, attach formbuilder file upload to email
- Replies: 4
- Views: 2676
Re: UDT, attach formbuilder file upload to email
Okay, getting there 
This works. But my emailed PDFs are corruptly encoded.. they won't load
.
$remote_path = 'http://www.domain.com/$fileupload';
$mail->AddStringAttachment($remote_path, $fileupload, $encoding = 'base64', $type = 'application/octet-stream');

This works. But my emailed PDFs are corruptly encoded.. they won't load

$remote_path = 'http://www.domain.com/$fileupload';
$mail->AddStringAttachment($remote_path, $fileupload, $encoding = 'base64', $type = 'application/octet-stream');
- Tue May 26, 2015 9:34 pm
- Forum: Modules/Add-Ons
- Topic: UDT, attach formbuilder file upload to email
- Replies: 4
- Views: 2676
Re: UDT, attach formbuilder file upload to email
I've tried the following: //Attach an image file //$mail->AddAttachment($file); //$mail->AddAttachment($_fileupload['file']['tmp_name'], $_fileupload['file']['name']); //$mail->AddAttachment("/uploads/cvs/$fileupload"); $mail->AddAttachment($path/$fileupload, 'PDF file', 'base64', 'applica...
- Tue May 26, 2015 9:30 pm
- Forum: Modules/Add-Ons
- Topic: UDT, attach formbuilder file upload to email
- Replies: 4
- Views: 2676
Re: UDT, attach formbuilder file upload to email
Also a file is attached to emails when using a non UDT submission e.g.
'Email Results to set Address(es)'.
'Email Results to set Address(es)'.
- Tue May 26, 2015 6:44 pm
- Forum: Modules/Add-Ons
- Topic: UDT, attach formbuilder file upload to email
- Replies: 4
- Views: 2676
UDT, attach formbuilder file upload to email
Hey, I have another thread that this option can solve.... if I can attach a file uploaded through Formbuilder with a UDT and send it via CMSMailer. Note, files are being uploaded. Note: 'Deny file to be attached with emails', is unticked. Can anyone see a problem in my UDT with the file upload/attac...
- Tue May 26, 2015 4:53 pm
- Forum: Modules/Add-Ons
- Topic: Formbuilder: "Email results based on frontend fields" crash
- Replies: 1
- Views: 1149
Formbuilder: "Email results based on frontend fields" crash
Hey All, I'm passing variables from Listit2 to formbuilder tag, all working fine. {FormBuilder form='job-form' value_fld41='{$item->REF}' value_fld42='{$item->company_name}' value_fld43='{$item->title}' } I need to also pass a email address entered in Listit2, to be used for the destination email in...
- Fri May 22, 2015 11:48 am
- Forum: Modules/Add-Ons
- Topic: [Solved] Pass Listit2 detailed URL to CMSMS template
- Replies: 3
- Views: 1530
Re: Pass Listit2 detailed URL to CMSMS template
velden, you're the man/woman! worked a treat. Cheers!!