• Resolved anjoalre

    (@anjoalre)


    Hello,
    after upgrading and running the plugin in PHP 8.2 I got:

    Warning: Only the first byte will be assigned to the string offset in <path>\wp-content\plugins\tealium\tealium.php on line180
    To fix, in here:
    function tealiumConvertCamelCase( $utagdata, $arrayHolder = array() ) {
    $arrayHolder = is_array($arrayHolder) ? $arrayHolder : array(); // added this line
    $underscoreArray = !empty( $arrayHolder ) ? $arrayHolder : array();


    Can this be released?
    Thanks!

    • This topic was modified 1 year ago by anjoalre.
    • This topic was modified 1 year ago by anjoalre.
Viewing 1 replies (of 1 total)
  • Plugin Author Tealium

    (@tealium)

    Thank you for reporting this, and for providing a fix. It’s been included in an update (2.1.17) that was released just now.

Viewing 1 replies (of 1 total)

The topic ‘Warning’ is closed to new replies.