htdocs/include/inviteform.php
Call to method __construct
from undeclared class \icms_form_Theme
Open
Open
$invite_form = new icms_form_Theme(_US_USERINVITE, "userinvite", "invite.php", "post", true);
- Exclude checks
Reference to undeclared constant \_SECURITYIMAGE_GETCODE
Open
Open
$invite_form->addElement(new icms_form_elements_Captcha(_SECURITYIMAGE_GETCODE, "scode"), true);
- Exclude checks
Reference to undeclared constant \_US_USERINVITE
Open
Open
$invite_form = new icms_form_Theme(_US_USERINVITE, "userinvite", "invite.php", "post", true);
- Exclude checks
Reference to undeclared constant \_US_EMAIL
Open
Open
$invite_form->addElement(new icms_form_elements_Text(_US_EMAIL, "email", 25, 60, icms_core_DataFilter::htmlSpecialChars($email)), true);
- Exclude checks
Call to method htmlSpecialChars
from undeclared class \icms_core_DataFilter
Open
Open
$invite_form->addElement(new icms_form_elements_Text(_US_EMAIL, "email", 25, 60, icms_core_DataFilter::htmlSpecialChars($email)), true);
- Exclude checks
Reference to undeclared constant \_US_SUBMIT
Open
Open
$invite_form->addElement(new icms_form_elements_Button("", "submit", _US_SUBMIT, "submit"));
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Hidden
Open
Open
$invite_form->addElement(new icms_form_elements_Hidden("op", "finish"));
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Button
Open
Open
$invite_form->addElement(new icms_form_elements_Button("", "submit", _US_SUBMIT, "submit"));
- Exclude checks
Call to method addElement
from undeclared class \icms_form_Theme
Open
Open
$invite_form->addElement(new icms_form_elements_Button("", "submit", _US_SUBMIT, "submit"));
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Captcha
Open
Open
$invite_form->addElement(new icms_form_elements_Captcha(_SECURITYIMAGE_GETCODE, "scode"), true);
- Exclude checks
Call to method __construct
from undeclared class \icms_form_elements_Text
Open
Open
$invite_form->addElement(new icms_form_elements_Text(_US_EMAIL, "email", 25, 60, icms_core_DataFilter::htmlSpecialChars($email)), true);
- Exclude checks
Call to method addElement
from undeclared class \icms_form_Theme
Open
Open
$invite_form->addElement(new icms_form_elements_Text(_US_EMAIL, "email", 25, 60, icms_core_DataFilter::htmlSpecialChars($email)), true);
- Exclude checks
Call to method addElement
from undeclared class \icms_form_Theme
Open
Open
$invite_form->addElement(new icms_form_elements_Captcha(_SECURITYIMAGE_GETCODE, "scode"), true);
- Exclude checks
Call to method addElement
from undeclared class \icms_form_Theme
Open
Open
$invite_form->addElement(new icms_form_elements_Hidden("op", "finish"));
- Exclude checks
Expected 1 newline at end of file; 0 found Open
Open
$invite_form->addElement(new icms_form_elements_Button("", "submit", _US_SUBMIT, "submit"));
- Exclude checks