Page 1 of 1

[2.2.3] cms Secure parm name error

Posted: Sat Apr 29, 2017 2:53 pm
by master3395
This is a newly uploaded test folder.
I only activated the CMSMailer and let my cms run for 24 hours.
During that time, i got this error.
I did nothing after i installed the cmsmailer.

Code: Select all

[24-Apr-2017 21:27:44 Europe/Oslo] PHP Notice:  Undefined index: _userkey_ in /home/user/public_html/cmstest3/admin/moduleinterface.php on line 29

This is line 29.

$urlext='?'.CMS_SECURE_PARAM_NAME.'='.$_SESSION[CMS_USER_KEY];

Re: [2.2.3] cms Secure parm name error

Posted: Sat Apr 29, 2017 3:26 pm
by calguy1000
I have been running CMSMS 2.2 in various installs for months... and don't have that issue.

immediately above that line is a line that requires 'include.php'
at the TOP of include.php that define is created.

so in a proper install, it should be impossible to get that warning.