Search found 1966 matches
- Wed May 14, 2025 1:44 pm
- Forum: Modules/Add-Ons
- Topic: CGsmartimage module replacement? Which new module does the image processing job?
- Replies: 9
- Views: 2621
Re: CGsmartimage module replacement? Which new module does the image processing job?
I'm afraid there are a few bugs on the configuration handling in SI. I'll take a look at it ASAP.
- Wed May 07, 2025 2:44 pm
- Forum: Modules/Add-Ons
- Topic: [partial solved] XML Form import from vers. 0.8.1.6 to vers. 1.2 HTTP ERROR 500 when editing fields
- Replies: 5
- Views: 2154
Re: [partial solved] XML Form import from vers. 0.8.1.6 to vers. 1.2 HTTP ERROR 500 when editing fields
If it was a fresh install of the module 1.2 via Module Manager I suggest you download the archive and upload it manually to the site, overriding the old files of the module. It's a defect on the XML file that on some circumstances doesn't create the edit field action. In any case uploading the archi...
- Wed Apr 30, 2025 5:45 pm
- Forum: CMSMS Core
- Topic: CMSms what happens next? Development? PHP Problems? What does the future look like?
- Replies: 6
- Views: 3252
Re: CMSms what happens next? Development? PHP Problems? What does the future look like?
CMSMS has been going through some rough times but has been resisting. The next release will be PHP 8.3+ compatible and is imminent. We have been taking some steps to open the code to the community, namely moving the versioning from self-hosted SVN to Github and are starting a campaign to recruit mor...
- Wed Apr 23, 2025 6:22 pm
- Forum: Developers Discussion
- Topic: Bug Report – Custom Module Admin Tab Not Showing in CMSMS 2.2.18
- Replies: 1
- Views: 3689
Re: Bug Report – Custom Module Admin Tab Not Showing in CMSMS 2.2.18
What version of CMSMS have you upgraded from?
- Sat Mar 29, 2025 12:56 pm
- Forum: General Discussion
- Topic: Issue with UDT and Smarty Variables in Custom Module
- Replies: 1
- Views: 5520
Re: Issue with UDT and Smarty Variables in Custom Module
You shouldn't use global for this purpose, in fact CMSMS core has deprecated (and I'm almost sure we have removed...) its use in 99% of it's code. IIRC $smarty and $db should already be available for UDTs, but if not use the core API functions such as $db = cms_utils::get_db (); and $smarty = cms_ut...
- Sun Feb 23, 2025 5:42 pm
- Forum: Developers Discussion
- Topic: How to Integrate a Third-Party API with CMS Made Simple?
- Replies: 0
- Views: 2224
Re: How to Integrate a Third-Party API with CMS Made Simple?
I'm assuming that you are talking about PHP 3rd-party APIs. There are a few ways to do that, one being exactly by using an UDT. It's not a bad solution for smallish integrations since the code is evaluated and that has some impact on site speed. Now I've been researching a bit for the last few years...
- Mon Nov 04, 2024 2:48 pm
- Forum: CMSMS Core
- Topic: Large number of cache files
- Replies: 25
- Views: 11488
Re: Large number of cache files
I did have some time to look at the files, and they are legit CMSMS cache files. In a site with a high number of hits I should expect the cache files to be quite high, in particular if there is dynamic content rather then static. From my assessment: - no unusual modules; - no particularly unusual te...
- Mon Nov 04, 2024 2:43 pm
- Forum: Developers Discussion
- Topic: Integrate API into new module
- Replies: 1
- Views: 2105
Re: Integrate API into new module
I do that a lot, but it is not a small task, depending quite a bit on the size and number of features the API offers, and the ones you want to deploy with the API. Also the methodology may vary depending on which technology you use to access the endpoints and any webhooks that may provide. The acces...
- Wed Oct 30, 2024 11:50 am
- Forum: CMSMS Core
- Topic: Large number of cache files
- Replies: 25
- Views: 11488
Re: Large number of cache files
I don't think I ever had such an issue... without taking a look at it, hands on, it's impossible to determine. If you want me to take a look PM me, without any compromise.
- Tue Oct 29, 2024 3:49 pm
- Forum: CMSMS Core
- Topic: Large number of cache files
- Replies: 25
- Views: 11488
Re: Large number of cache files
sorry, you mean 2.2.2 is too old? wary of upgrading as not sure on modules that are reliant ... maybe I'll have to give it a go though! Yes, you should consider it, even if you don't immediately go all the way, but there are a few recent versions that should keep you safe for the time being. Howeve...
- Tue Oct 29, 2024 3:41 pm
- Forum: CMSMS Core
- Topic: Large number of cache files
- Replies: 25
- Views: 11488
Re: Large number of cache files
Ok then that's a different issue than what I thought. he CMS says its v2.2 but Im wondering if this is not the case and something has gone wrong somewhere ... as its running on php5.6 and I thought cmsms v2 was php7 only ... What version is it exactly? (NVM) I just saw it.... Too old a version, you ...
- Tue Oct 29, 2024 3:30 pm
- Forum: CMSMS Core
- Topic: Large number of cache files
- Replies: 25
- Views: 11488
Re: Large number of cache files
Temporary fix: open CMSMSExt.module.php find *********************** and comment it out... ********************** Note: it is a hack and it is only allowed on the forum because is the developer posting it. It's a temporary fix until next release (not yet ready but almost). It won't affect the site i...
- Mon Oct 21, 2024 2:38 pm
- Forum: Modules/Add-Ons
- Topic: MAMS-Problem with salted password
- Replies: 2
- Views: 10429
Re: MAMS-Problem with salted password
The above reply, not being wrong, is not complete. MAMS should be able to retain and re-use FEU's settings. So, 'manually' adding users, I assume using MAMS backend interface should work fine. So that brings to mind an issue with some older installations of FEU where some upgrades silently failed to...
- Fri Oct 11, 2024 9:50 am
- Forum: Modules/Add-Ons
- Topic: News: dupclicate news-ID after upgrade
- Replies: 2
- Views: 3079
Re: News: dupclicate news-ID after upgrade
It looks like you only copied part of the news db tables. You should have copied all six tables used by the module. The auto-incremental auto-generated ids come from the tables sufixed with '_seq' . If you have done that already and still experience the same issue, then it's possible that you have a...
- Wed Aug 28, 2024 11:46 am
- Forum: Modules/Add-Ons
- Topic: LISE in UDT gives 500 error
- Replies: 13
- Views: 11471
Re: LISE in UDT gives 500 error
No worries, it happens. 
