Showing 6,974 of 6,975 total issues
Reference to undeclared property \user_mailout->mail_read
(Did you mean expr->mailRead) Open
Open
$this->mail_read = 0;
- Exclude checks
Variable $themecount
was undeclared, but array fields are being added to it. Open
Open
$themecount[$file] = 0;
- Exclude checks
Reference to undeclared constant \APP_PATH
Open
Open
$app_archive = self::archive_app(APP_PATH, $this->run_id);
- Exclude checks
Call to deprecated function \e107::getDateConvert()
defined at /code/e107_handlers/e107_class.php:1948
Open
Open
<td class='nowrap'>".e107::getDateConvert()->convert_date($val['user_currentvisit'],'%H:%M:%S')."</td>
- Exclude checks
Argument 1 (userClassId)
is int
but \e_system_user::removeClass()
takes null
defined at /code/e107_handlers/user_model.php:1398
Open
Open
return e107::getSystemUser($uid)->removeClass($ucl); // best way to remove userclass from user.
- Exclude checks
Reference to undeclared property \user_mailout->mail_count
(Did you mean expr->mailCount) Open
Open
return $this->mail_count;
- Exclude checks
Method \user_mailout::select_close
is declared to return \none
but has no return value Open
Open
public function select_close()
- Exclude checks
Reference to undeclared constant \APP_PATH
Open
Open
if (file_exists(APP_PATH."/$relative_path"))
- Exclude checks
Reference to undeclared constant \APP_PATH
Open
Open
unlink(APP_PATH."/$relative_path");
- Exclude checks
Reference to instance property user
from undeclared class \cpanelAPI
Open
Open
$prefix = $cPanel->user."_".self::TEST_PREFIX;
- Exclude checks
Reference to undeclared property \tagcloud_menu->template
Open
Open
$caption = e107::getParser()->simpleParse($tag->template['caption'], $var);
- Exclude checks
Variable $text
was undeclared, but it is being used as the left-hand side of an assignment operation Open
Open
$text .= '<li><i class="'.$ic.'"></i> '.$ic.'</li>';
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
if(getperms('0'))
- Exclude checks
Variable $themelist
was undeclared, but array fields are being added to it. Open
Open
$themelist[] = $file;
- Exclude checks
Call to method __construct
from undeclared class \cpanelAPI
Open
Open
$this->cPanel = $cPanel = new cpanelAPI($username, $password, $hostname);
- Exclude checks
Reference to instance property uapi
from undeclared class \cpanelAPI
Open
Open
$domains_data = $cPanel->uapi->DomainInfo->domains_data();
- Exclude checks
Reference to instance property uapi
from undeclared class \cpanelAPI
Open
Open
$acceptance_tests_apiresponse = $cPanel->uapi->Fileman->get_file_content(['dir' => $homedir, 'file' => 'acceptance_tests.status.txt']);
- Exclude checks
Reference to instance property uapi
from undeclared class \cpanelAPI
Open
Open
$target_files_apiresponse = $cPanel->uapi->Fileman->list_files(['dir' => self::TARGET_RELPATH]);
- Exclude checks
Reference to instance property uapi
from undeclared class \cpanelAPI
Open
Open
$cPanel->uapi->Mysql->delete_host(['host' => '%']);
- Exclude checks
Reference to instance property api2
from undeclared class \cpanelAPI
Open
Open
$remote_hosts = $cPanel->api2->MysqlFE->gethosts()->{'cpanelresult'}->{'data'};
- Exclude checks