ImpressCMS/impresscms

View on GitHub
htdocs/include/inviteform.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to method __construct from undeclared class \icms_form_Theme
Open

$invite_form = new icms_form_Theme(_US_USERINVITE, "userinvite", "invite.php", "post", true);
Severity: Critical
Found in htdocs/include/inviteform.php by phan

Reference to undeclared constant \_SECURITYIMAGE_GETCODE
Open

$invite_form->addElement(new icms_form_elements_Captcha(_SECURITYIMAGE_GETCODE, "scode"), true);
Severity: Minor
Found in htdocs/include/inviteform.php by phan

Reference to undeclared constant \_US_USERINVITE
Open

$invite_form = new icms_form_Theme(_US_USERINVITE, "userinvite", "invite.php", "post", true);
Severity: Minor
Found in htdocs/include/inviteform.php by phan

Reference to undeclared constant \_US_EMAIL
Open

$invite_form->addElement(new icms_form_elements_Text(_US_EMAIL, "email", 25, 60, icms_core_DataFilter::htmlSpecialChars($email)), true);
Severity: Minor
Found in htdocs/include/inviteform.php by phan

Call to method htmlSpecialChars from undeclared class \icms_core_DataFilter
Open

$invite_form->addElement(new icms_form_elements_Text(_US_EMAIL, "email", 25, 60, icms_core_DataFilter::htmlSpecialChars($email)), true);
Severity: Critical
Found in htdocs/include/inviteform.php by phan

Reference to undeclared constant \_US_SUBMIT
Open

$invite_form->addElement(new icms_form_elements_Button("", "submit", _US_SUBMIT, "submit"));
Severity: Minor
Found in htdocs/include/inviteform.php by phan

Call to method __construct from undeclared class \icms_form_elements_Hidden
Open

$invite_form->addElement(new icms_form_elements_Hidden("op", "finish"));
Severity: Critical
Found in htdocs/include/inviteform.php by phan

Call to method __construct from undeclared class \icms_form_elements_Button
Open

$invite_form->addElement(new icms_form_elements_Button("", "submit", _US_SUBMIT, "submit"));
Severity: Critical
Found in htdocs/include/inviteform.php by phan

Call to method addElement from undeclared class \icms_form_Theme
Open

$invite_form->addElement(new icms_form_elements_Button("", "submit", _US_SUBMIT, "submit"));
Severity: Critical
Found in htdocs/include/inviteform.php by phan

Call to method __construct from undeclared class \icms_form_elements_Captcha
Open

$invite_form->addElement(new icms_form_elements_Captcha(_SECURITYIMAGE_GETCODE, "scode"), true);
Severity: Critical
Found in htdocs/include/inviteform.php by phan

Call to method __construct from undeclared class \icms_form_elements_Text
Open

$invite_form->addElement(new icms_form_elements_Text(_US_EMAIL, "email", 25, 60, icms_core_DataFilter::htmlSpecialChars($email)), true);
Severity: Critical
Found in htdocs/include/inviteform.php by phan

Call to method addElement from undeclared class \icms_form_Theme
Open

$invite_form->addElement(new icms_form_elements_Text(_US_EMAIL, "email", 25, 60, icms_core_DataFilter::htmlSpecialChars($email)), true);
Severity: Critical
Found in htdocs/include/inviteform.php by phan

Call to method addElement from undeclared class \icms_form_Theme
Open

$invite_form->addElement(new icms_form_elements_Captcha(_SECURITYIMAGE_GETCODE, "scode"), true);
Severity: Critical
Found in htdocs/include/inviteform.php by phan

Call to method addElement from undeclared class \icms_form_Theme
Open

$invite_form->addElement(new icms_form_elements_Hidden("op", "finish"));
Severity: Critical
Found in htdocs/include/inviteform.php by phan

Expected 1 newline at end of file; 0 found
Open

$invite_form->addElement(new icms_form_elements_Button("", "submit", _US_SUBMIT, "submit"));

There are no issues that match your filters.

Category
Status