Search found 29 matches
- Tue Jan 21, 2025 12:26 pm
- Forum: The Lounge
- Topic: Integrate DataTables into page?
- Replies: 3
- Views: 46823
Re: Integrate DataTables into page?
That looks like a good idea. I was also trying with a UDT but couldn't find an example with scripts.
- Sat Jan 18, 2025 10:26 pm
- Forum: The Lounge
- Topic: Integrate DataTables into page?
- Replies: 3
- Views: 46823
Integrate DataTables into page?
I have some sample code for inserting a DataTable (https://datatables.net), using AJAX to populate a table, below. Where (and how) can I embed the script so that it properly executes? I've tried enclosing it in the source code for the main content area within {literal} {/literal} but it seems to get...
- Tue May 28, 2024 2:06 pm
- Forum: CMSMS Core
- Topic: Unable to access Module Manager
- Replies: 5
- Views: 2392
Re: Unable to access Module Manager
I updated to php 7.4 and was able to successfully install CMSMSExt, thanks!
- Tue May 28, 2024 11:49 am
- Forum: CMSMS Core
- Topic: Unable to access Module Manager
- Replies: 5
- Views: 2392
Re: Unable to access Module Manager
Thanks, renaming those modules worked! It was CMSMSExt causing the issue. CMSMS ver 2.2.20 (current), but php level = 7.2.34 -- marked with a red X in sys info. I guess that should be updated, but every time I do, something has broken on the site... I'm not full-time in CMSMS so it takes some diggin...
- Mon May 27, 2024 9:55 pm
- Forum: CMSMS Core
- Topic: Unable to access Module Manager
- Replies: 5
- Views: 2392
Unable to access Module Manager
I was wading into the process of migrating from all the CG* modules to the replacements ones, and the first one I attempted was to install SmarterForms, which also installed CMSMSExt as a dependency. Immediately after this installation, the Module Manager is inaccessible. It displays only the warnin...
- Wed Sep 04, 2019 11:27 am
- Forum: CMSMS Core
- Topic: Occasional incorrect page displayed; cache clear solves
- Replies: 3
- Views: 1578
Re: Occasional incorrect page displayed; cache clear solves
Thanks, rotezecke. Note on disabling Smarty says: "... Note, this functionality may interfere with the behaviour of some modules or plugins, or plugins that use non-inline forms." I'm a little wary of making a setting change like this on a production site without an understanding of what i...
- Wed Sep 04, 2019 1:57 am
- Forum: CMSMS Core
- Topic: Occasional incorrect page displayed; cache clear solves
- Replies: 3
- Views: 1578
Occasional incorrect page displayed; cache clear solves
I've been having a peculiar, sporadic problem over multiple months: occasionally I'll notice, or will be told about by a website visitor, that an incorrect page's content is being displayed. For example, in a two-column layout, sometimes column 1's info will display a news or a blog entry instead of...
- Fri Jun 14, 2019 8:50 pm
- Forum: CMS Show Off
- Topic: National Opera Association
- Replies: 0
- Views: 10506
National Opera Association
Our site: http://www.noa.org
Bootstrap design based on buddy011 template purchased from http://www.cmstemplatebuddy.com
Bootstrap design based on buddy011 template purchased from http://www.cmstemplatebuddy.com
- Fri May 03, 2019 4:17 pm
- Forum: CMSMS Core
- Topic: [SOLVED] 403 Forbidden on page save
- Replies: 2
- Views: 2783
Re: [SOLVED] 403 Forbidden on page save
That did the trick! Weird that it only happened on one page and not any others I tried.
- Fri May 03, 2019 3:52 pm
- Forum: CMSMS Core
- Topic: [SOLVED] 403 Forbidden on page save
- Replies: 2
- Views: 2783
[SOLVED] 403 Forbidden on page save
On one webpage, when I edit anything and try to submit changes, it results in a "403 Forbidden Access to this resource on the server is denied!" error. I can edit other pages it seems, but there's something about this one that results in this problem. If it's a clue, I just updated modules...
- Fri Jul 14, 2017 11:22 pm
- Forum: Modules/Add-Ons
- Topic: CGSmartImage output blank, how to diagnose?
- Replies: 2
- Views: 2047
[solved] CGSmartImage output blank, how to diagnose?
Problem solved, I think: the settings for CGSmartImage cache were blank, perhaps cleared in the process of the upgrade?? If anyone else has this problem, to correct: Extensions / Calguys Smart Image Toolkit / General tab. Check the "Cache Path:" which was blank for me and "Maximum Cac...
- Fri Jul 14, 2017 9:47 pm
- Forum: Modules/Add-Ons
- Topic: CGSmartImage output blank, how to diagnose?
- Replies: 2
- Views: 2047
Re: CGSmartImage output blank, how to diagnose?
Quick follow-up: I note that I can replace the image tag with this:
and it works correctly.
Does this have something to do with the changes to smarty scoping in 2.2?
Thanks,
Kirk
Code: Select all
<img alt="{$entry->title|escape:htmlall}" src="{$path}/{$image}"/>
Does this have something to do with the changes to smarty scoping in 2.2?
Thanks,
Kirk
- Fri Jul 14, 2017 9:26 pm
- Forum: Modules/Add-Ons
- Topic: CGSmartImage output blank, how to diagnose?
- Replies: 2
- Views: 2047
CGSmartImage output blank, how to diagnose?
I'm on CMS 2.2.2, all modules current as of today (7/14/17 -- complete info attached). CGSmartImage ver =1.21.9. The code and template below all worked until my recent upgrade to 2.2.2 and current versions of all modules installed. I'm getting some strange behavior from a CGBlog template which calls...
- Mon Jul 10, 2017 8:44 pm
- Forum: CMSMS Core
- Topic: v2.2.1: 404 Error on any page alias starting with a number
- Replies: 4
- Views: 2794
Re: v2.2.1: 404 Error on any page alias starting with a numb
Thanks! That did work as a stopgap, and I've now updated to 2.2.2 which does seem to have fixed the problem as well.
Best,
Kirk
Best,
Kirk
- Thu Jul 06, 2017 12:05 pm
- Forum: CMSMS Core
- Topic: v2.2.1: 404 Error on any page alias starting with a number
- Replies: 4
- Views: 2794
Re: v2.2.1: 404 Error on any page alias starting with a numb
Good to know, thanks! Unfortunately, we didn't discover the error until we upgraded our production site, so we're down while we wait for 2.2.2....