Search found 128 matches

by postiffm
Fri May 24, 2024 4:50 pm
Forum: CMSMS Core
Topic: "Fixing" Deprecation Warning for Count function
Replies: 5
Views: 4418

Re: [SOLVED] "Fixing" Deprecation Warning for Count function

Thanks again, Jo. Please don't take my question/comments as a criticism. I understand the "situation" you all are in. I appreciate what you have done with CMSMadeSimple and I personally have learned a lot by using it to run our website.
by postiffm
Fri May 24, 2024 3:35 pm
Forum: CMSMS Core
Topic: "Fixing" Deprecation Warning for Count function
Replies: 5
Views: 4418

Re: "Fixing" Deprecation Warning for Count function

Thank you. Could you outline how to filter those notifications?

I thought I was safe to suggest count would be a built-in: https://smarty-php.github.io/smarty/sta ... ier-count/
by postiffm
Fri May 24, 2024 3:14 pm
Forum: CMSMS Core
Topic: "Fixing" Deprecation Warning for Count function
Replies: 5
Views: 4418

"Fixing" Deprecation Warning for Count function

I have the following warning: Deprecated: Using unregistered function "count" in a template is deprecated and will be removed in a future release. Use Smarty::registerPlugin to explicitly register a custom modifier. in ... public_html/lib/smarty/sysplugins/smarty_internal_templatecompilerb...
by postiffm
Thu May 23, 2024 3:16 pm
Forum: CMSMS Core
Topic: 2.2.20 not compatible with earlier templates or content types
Replies: 4
Views: 1784

Re: 2.2.20 not compatible with earlier templates or content types

I can confirm this bug is present in 2.2.20 which I just downloaded today 5/23/2024. Upgraded a fairly plain site from 2.2.19 to 2.2.20. Symptom: site does not load; only blank page is displayed. Exact same error as described above. With $config['debug'] = true; in config.php, it has become impossib...
by postiffm
Tue May 18, 2021 10:45 am
Forum: CMSMS Core
Topic: Is class.phpmailer.php part of CMSMS?
Replies: 2
Views: 1762

Re: Is class.phpmailer.php part of CMSMS?

Greetings Rolf. Yes, I am using 2.2.15. So when my host says they are going to upgrade it, I assume they meant they will upgrade just the phpmailer package. But that is scary if they upgrade it without regard for how it interacts with the rest of the CMSMS system...
by postiffm
Mon May 17, 2021 8:35 pm
Forum: CMSMS Core
Topic: Is class.phpmailer.php part of CMSMS?
Replies: 2
Views: 1762

Is class.phpmailer.php part of CMSMS?

Potentially a very dumb question. My host just emailed: Code injection vulnerability in PHPMailer /home/HOMEDIR/public_html/lib/phpmailer/class.phpmailer.php Is this code supplied with CMSMS? The host says they will "upgrade it for me" in 7 days if I don't do anything. Thank you for CMSMS!...
by postiffm
Mon Mar 22, 2021 8:19 pm
Forum: CMSMS Core
Topic: CMSMS eval vulnerability
Replies: 6
Views: 2902

Re: CMSMS eval vulnerability

by postiffm
Mon Mar 22, 2021 4:37 pm
Forum: CMSMS Core
Topic: CMSMS eval vulnerability
Replies: 6
Views: 2902

Re: CMSMS vulnerability

Sorry, the person that pointed this out to me was actually pointing me to a different place than I thought. Maybe this will prove more helpful to the dev team. MS Made Simple - File upload bypass with .phar extension lead to RCE riccardo krauter (Mar 19) 1) Summary Affected software CMS Made Simple-...
by postiffm
Mon Mar 22, 2021 4:33 pm
Forum: CMSMS Core
Topic: CMSMS eval vulnerability
Replies: 6
Views: 2902

[SOLVED] Re: CMSMS eval vulnerability

You would know better than I. Total newb when it comes to things like that. I considered what you said prior to posting. I wondered if they meant this gave you RCE on the webhost's server, not to affect the website you already have admin access to, but to the server more broadly.
by postiffm
Mon Mar 22, 2021 3:24 pm
Forum: CMSMS Core
Topic: CMSMS eval vulnerability
Replies: 6
Views: 2902

CMSMS eval vulnerability

Someone just pointed this out to me: https://www.exploit-db.com/exploits/49345. Wondered if a fix is available. Vulnerability is present at "editusertag.php" at line #93 where the user input is in eval() PHP function. // Vulnerable eval() code if (eval('function testfunction'.rand().'() {'...
by postiffm
Wed Mar 25, 2020 7:59 pm
Forum: CMSMS Core
Topic: Content Manager Find box not working in all cases
Replies: 1
Views: 1150

Content Manager Find box not working in all cases

I have content structured like this: 7 Members 7.1 Login 7.2 Giving 7.3 Members Home If I put "Members" in the Find box in the upper right, it returns a number of valid possibilities, including Members (7) and Members Home (7.3) If I type "Login" in the Find box, it returns the o...
by postiffm
Sat Sep 07, 2019 12:27 am
Forum: Modules/Add-Ons
Topic: FEU 3.1.3 - various questions
Replies: 3
Views: 4443

Re: FEU 3.1.3 - various questions

When I try to view the source code of frontendusers, cmsmadesimple.org reports Unable to find repository "frontendusers". svn checkout http://svn.cmsmadesimple.org/svn/frontendusers reports svn: E170013: Unable to connect to a repository at URL 'http://svn/cmsmadesimple.org/svn/frontenduse...
by postiffm
Sat Sep 07, 2019 12:05 am
Forum: Modules/Add-Ons
Topic: FEU 3.1.3 - various questions
Replies: 3
Views: 4443

Re: FEU 3.1.3 - various questions

A. Thanks. B. This is mostly correct. There are a few refs to returnto in action.do_userchangesettings.php but that wasn't relevant to my case. C. I see returnto has no effect, even though I had used it. I modified the login template to have it redirect to where I want. D. I am not knowledgeable eno...
by postiffm
Fri Sep 06, 2019 1:27 pm
Forum: Modules/Add-Ons
Topic: FEU 3.1.3 - various questions
Replies: 3
Views: 4443

FEU 3.1.3 - various questions

Running CMSMS 2.2.11. Having some problems with the new FEU. These questions will be a mix of technical "how to" questions and design questions. 1. This is my current login page: {if feu_smarty::get_current_userid()}{redirect_page page='parent-home'}{/if} <h1>Please log in to access more i...
by postiffm
Tue Mar 19, 2019 6:22 pm
Forum: Modules/Add-Ons
Topic: FEU old hashing mechanism; feuser login not working
Replies: 5
Views: 2051

[SOLVED] FEU old hashing mechanism; feuser login not working

This problem is solved. First, I backed up everything. Next, I uninstalled CustomContent (this was a VERY old module that I guess has been integrated into CMSMS core functionality with "Protected Content"). I just didn't notice all this time. Then I uninstalled FrontEndUsers, and reinstall...

Go to advanced search