Showing 47,251 of 47,256 total issues
Call to method getErrors
from undeclared class \icms_messaging_Handler
Open
Open
echo $xoopsMailer->getErrors();
- Exclude checks
Call to method __construct
from undeclared class \XoopsXmlRpcParser
Open
Open
$parser = new XoopsXmlRpcParser(rawurlencode($GLOBALS['HTTP_RAW_POST_DATA']));
- Exclude checks
Call to method assign
from undeclared class \icms_messaging_Handler
Open
Open
$xoopsMailer->assign('USERNAME', $uname);
- Exclude checks
Reference to static property xoopsDB
from undeclared class \icms
Open
Open
icms::$xoopsDB->prefix('users'),
- Exclude checks
Call to method add
from undeclared class \XoopsXmlRpcResponse
Open
Open
$response->add(new XoopsXmlRpcFault(102));
- Exclude checks
Reference to undeclared constant \_SR_ALL
Open
Open
if ($andor == 'AND') $label_andor = _SR_ALL;
- Exclude checks
Call to method __construct
from undeclared class \XoopsXmlRpcFault
Open
Open
$response->add(new XoopsXmlRpcFault(110));
- Exclude checks
Call to method addSlashes
from undeclared class \icms_core_DataFilter
Open
Open
$queries = array(icms_core_DataFilter::addSlashes($query));
- Exclude checks
Call to method message
from undeclared class \icms_core_Debug
Open
Open
icms_core_Debug::message('An error occurred while executing "' . $sql . '" - ' . $db->error());
- Exclude checks
Reference to undeclared property \upgrade_impcms05->fields
Open
Open
foreach ($this->fields as $table => $data) {
- Exclude checks
Reference to undeclared constant \_SR_SEARCHRESULTS
Open
Open
$xoopsTpl->assign("label_search_results", _SR_SEARCHRESULTS);
- Exclude checks
Call to method exists
from undeclared class \IcmsDatabasetable
Open
Open
if (!$table->exists()) {
- Exclude checks
Variable $xoopsTpl
is undeclared Open
Open
$xoopsTpl->assign("label_keywords", _SR_KEYWORDS . ':');
- Exclude checks
Call to method __construct
from undeclared class \icms_db_criteria_Item
Open
Open
$criteria->add(new icms_db_criteria_Item('isactive', 1));
- Exclude checks
Call to deprecated function \icms_debug()
defined at /code/htdocs/include/debug_functions.php:22
Open
Open
icms_debug('An error occurred while executing "' . $sql . '" - ' . $GLOBALS['xoopsDB']->error());
- Exclude checks
Invalid offset "link"
of array type array{processed_image_alt_text:string}|array{processed_image_url:'images/icons/posticon2.gif'}|array{processed_image_url:string}
Open
Open
if (isset ($results[$i]['link']) && $results[$i]['link'] != '') {
- Exclude checks
Call to method fieldExists
from undeclared class \IcmsDatabasetable
Open
Open
if (!$table->fieldExists('user_viewoid')) {
- Exclude checks
Invalid offset "title"
of array type array{link:string}|array{processed_image_alt_text:string}|array{processed_image_url:'images/icons/posticon2.gif'}|array{processed_image_url:string}
Open
Open
$results[$i]['processed_title'] = icms_core_DataFilter::checkVar($results[$i]['title'], 'text', 'output');
- Exclude checks
Suspicious type null
of a variable or expression used to build a string. (Expected type to be able to cast to a string) Open
Open
$results[$i]['link'] = "modules/" . $moddir . "/" . $results[$i]['link'];
- Exclude checks
Reference to undeclared constant \_IFNOTRELOAD
Open
Open
<p>'.sprintf(_IFNOTRELOAD, $url4disp).'</p>
- Exclude checks