ImpressCMS/impresscms

View on GitHub

Showing 47,251 of 47,256 total issues

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

    $requirement['curl']['result']=extension_loaded( 'curl' ) ? SUCCESS : FAILED;
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

    $requirement['server_api']['status']=true;
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

    $requirement['php_version']['result']=phpversion();
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

    $requirement['pcre']['status']=extension_loaded( 'PCRE' ) ? true : false;
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

    $requirement['file_upload']['result']=xoDiagBoolSetting( 'file_uploads', true ) ? SUCCESS : FAILED;
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

    $requirement['gd']['description']="GD Extension";
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

    $requirement['mysql']['description']="MySQL Handler";
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

    $requirement['curl']['status']=extension_loaded( 'curl' ) ? true : false;
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

        $requirement['php_version']['status']=0;
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

    $requirement['mysql']['result']=in_array("mysql",PDO::getAvailableDrivers(),TRUE) ? SUCCESS : FAILED;
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

    $requirement['gd']['result']=extension_loaded( 'GD' ) ? SUCCESS : FAILED;
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

    $requirement['server_api']['description']=PHP_SAPI;
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

    $requirement['mysql']['status']=in_array("mysql",PDO::getAvailableDrivers(),TRUE) ? true : false;
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

    $requirement['pcre']['result']=extension_loaded( 'PCRE' ) ? SUCCESS : FAILED;
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

    $requirement['php_version']['description']=_PHP_VERSION;
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

    $requirement['session']['result']=extension_loaded( 'session' ) ? SUCCESS : FAILED;
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

    $requirement['gd']['status']=extension_loaded( 'GD' ) ? true : false;
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

    $requirement['file_upload']['description']="File uploads";
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

    return $requirement;
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Avoid using undefined variables such as '$requirement' which will lead to PHP notices.
Open

    $requirement['pcre']['description']="PCRE Extension";
Severity: Minor
Found in htdocs/install/page_modcheck.php by phpmd

UndefinedVariable

Since: 2.8.0

Detects when a variable is used that has not been defined before.

Example

class Foo
{
    private function bar()
    {
        // $message is undefined
        echo $message;
    }
}

Source https://phpmd.org/rules/cleancode.html#undefinedvariable

Severity
Category
Status
Source
Language