e107_plugins/download/handlers/NginxSecureLinkMd5Decorator.php
Argument 3 (subject)
is null
but \str_replace()
takes array|string
Open
Open
$prefs['download_security_expression']
- Exclude checks
Invalid offset "download_security_link_expiry"
of array type array{}
Open
Open
$expiry = intval($prefs['download_security_link_expiry']);
- Exclude checks
Invalid offset "download_security_expression"
of array type array{}
Open
Open
if (strpos($prefs['download_security_expression'], '$secure_link_expires') !== false)
- Exclude checks
Argument 1 (haystack)
is null
but \strpos()
takes string
Open
Open
if (strpos($prefs['download_security_expression'], '$secure_link_expires') !== false)
- Exclude checks
Invalid offset "download_security_expression"
of array type array{}
Open
Open
$prefs['download_security_expression']
- Exclude checks