[SOLVED] FEU Forgot Details page -- Strict Standards error?
Posted: Wed Sep 01, 2010 11:19 pm
Hi,
Testing my FEU setup, I'm getting this error when I follow the link for the "Forgot Your Login Details?" page:
Strict Standards: Non-static method RRUtils::myCreateInputHidden() should not be called statically, assuming $this from incompatible context in /home/kraftcdd/public_html/modules/FrontEndUsers/function.default_lostusernameform.php on line 124
(that whole block appears 2x)
The page appears to function OK, I get back my user name if I give it the right password and First/Last names. Is there a fix for this, or a way to hide/disable the error message?
Sorry for the long question, the easy ones I can figure out! Would appreciate any guidance, this one's a little over my head.
Thanks!
-----
Line 124 in function.default_lostusernameform.php is the first line in this block:
$onerow->hidden = RRUtils::myCreateInputHidden( $id, <==== line 124
'feu_hidden_'.$onereln['name'],
implode(';',
array($onereln['name'],
$defn['type'],
$onereln['required'])));
switch( $defn['type'] )
This is a new install with these versions:
CMS Version
1.8.2
Installed Modules
CMSMailer 2.0
FileManager 1.0.2
MenuManager 1.6.5
ModuleManager 1.4
News 2.10.6
nuSOAP 1.0.2
Printing 1.1.0
Search 1.6.5
ThemeManager 1.1.1
TinyMCE 2.7.2
CGExtensions 1.19.2
FrontEndUsers 1.12
Captcha 0.4.2
CustomContent 1.7.3
Testing my FEU setup, I'm getting this error when I follow the link for the "Forgot Your Login Details?" page:
Strict Standards: Non-static method RRUtils::myCreateInputHidden() should not be called statically, assuming $this from incompatible context in /home/kraftcdd/public_html/modules/FrontEndUsers/function.default_lostusernameform.php on line 124
(that whole block appears 2x)
The page appears to function OK, I get back my user name if I give it the right password and First/Last names. Is there a fix for this, or a way to hide/disable the error message?
Sorry for the long question, the easy ones I can figure out! Would appreciate any guidance, this one's a little over my head.
Thanks!
-----
Line 124 in function.default_lostusernameform.php is the first line in this block:
$onerow->hidden = RRUtils::myCreateInputHidden( $id, <==== line 124
'feu_hidden_'.$onereln['name'],
implode(';',
array($onereln['name'],
$defn['type'],
$onereln['required'])));
switch( $defn['type'] )
This is a new install with these versions:
CMS Version
1.8.2
Installed Modules
CMSMailer 2.0
FileManager 1.0.2
MenuManager 1.6.5
ModuleManager 1.4
News 2.10.6
nuSOAP 1.0.2
Printing 1.1.0
Search 1.6.5
ThemeManager 1.1.1
TinyMCE 2.7.2
CGExtensions 1.19.2
FrontEndUsers 1.12
Captcha 0.4.2
CustomContent 1.7.3