Skip to content

eventConfig.php throws an error #111

@Aybee

Description

@Aybee

PHP 8.3.29
Contao 5.3.45
events_subscriptions 3.0.1

I got an error on this line. I no longer have the error message. Something with variable not present or something.

$data = StringUtil::deserialize($data, true);

I patched this line as follows.

$data = StringUtil::deserialize($data, true);
$data['value'] = isset($data['value']) ?: false;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions