e107_admin/db.php
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return;
Reference to undeclared constant \ADMIN_WARNING_ICON
Open
Open
$error_glyph = array(ADMIN_TRUE_ICON, ADMIN_FALSE_ICON, ADMIN_WARNING_ICON,"<i style='display:inline-block;width:17px;height:16px;'> </i>");
- Exclude checks
Argument 1 (xmlprefs)
is object
but \xmlClass::e107Export()
takes array
defined at /code/e107_handlers/xml_class.php:953
Open
Open
if($xml->e107Export($prefs,$tables,$plugPrefs, $themePrefs, $mode))
- Exclude checks
Call to undeclared method \e_db::db_Query
Open
Open
if(!$sql->db_Query($q))
- Exclude checks
Suspicious array access to nullable ?array
Open
Open
if(varset($_GET['mode']) == 'backup') //FIXME - not displaying progress until complete. Use e-progress?
- Exclude checks
Call to undeclared method \e_db::db_Query
Open
Open
if(!$sql->db_Query($q))
- Exclude checks
Reference to undeclared constant \ADMIN_TRUE_ICON
Open
Open
$error_glyph = array(ADMIN_TRUE_ICON, ADMIN_FALSE_ICON, ADMIN_WARNING_ICON,"<i style='display:inline-block;width:17px;height:16px;'> </i>");
- Exclude checks
Reference to undeclared constant \ADMIN_FALSE_ICON
Open
Open
$error_glyph = array(ADMIN_TRUE_ICON, ADMIN_FALSE_ICON, ADMIN_WARNING_ICON,"<i style='display:inline-block;width:17px;height:16px;'> </i>");
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
if(!getperms('0'))
- Exclude checks
Call to deprecated function \system_tools::multiSite()
defined at /code/e107_admin/db.php:585
Open
Open
$this->multiSite();
- Exclude checks
Argument 2 (value)
is 1
but \e_form::button()
takes array|string
defined at /code/e107_handlers/form_handler.php:3876
Open
Open
$message .= $frm->button('githubSyncProcess',1,'delete', DBLAN_113);
- Exclude checks
Default value for object
$debug
can't be false
Open
Open
function exportXmlFile($prefs,$tables=array(),$plugPrefs=array(), $themePrefs=array(), $package=FALSE,$debug=FALSE)
- Exclude checks
Default value for object
$tables
can't be array{}
Open
Open
function exportXmlFile($prefs,$tables=array(),$plugPrefs=array(), $themePrefs=array(), $package=FALSE,$debug=FALSE)
- Exclude checks
Assigning string
to property but \xmlClass->filePathDestination
is false
Open
Open
$xml->filePathDestination = EXPORT_PATH;
- Exclude checks
Call to undeclared method \e_db::db_Query
Open
Open
if(!$sql->db_Query($lastQry))
- Exclude checks
Argument 3 (action)
is false
but \e_form::admin_button()
takes string
defined at /code/e107_handlers/form_handler.php:4016
Open
Open
".$frm->admin_button('perform_utf8_convert', DBLAN_90,false,DBLAN_90,'class=btn-success&data-loading-text='.DBLAN_91)."
- Exclude checks
Argument 2 (value)
is 1
but \e_form::admin_button()
takes string
defined at /code/e107_handlers/form_handler.php:4016
Open
Open
".$frm->admin_button('create_multisite',1,'submit','Create New Site')."
- Exclude checks
Call to undeclared method \e_db::db_Query
Open
Open
if(!$sql2->db_Query($tab_query))
- Exclude checks
Argument 1 (text)
is false
but \e_parse::replaceConstants()
takes string
defined at /code/e107_handlers/e_parse_class.php:3025
Open
Open
$desinationFolder = $tp->replaceConstants($xml->filePathDestination);
- Exclude checks