• With a server using php 8.0.3, a problem occurs on the Opera browser only, the website does not display and the wordpress error message appears. The problem comes from this file : duracelltomi-google-tag-manager/integration/whichbrowser/src/Model/Version.php

    on line 254 the code you use is : $version .= implode($v, ‘.’);

    it must be replaced by : $version .= implode(‘.’,$v);

    thank you !

Viewing 1 replies (of 1 total)
  • Plugin Author Thomas Geiger

    (@duracelltomi)

    Hi @jamelescroc,

    This comes from the bundled WhichBrowser library which will be updated in the next plugin version. In the meanwhile, if you do not need geo data or weather data in your data layer, you can turn off these plugin options to prevent WhichBrowser from loading on your site.

Viewing 1 replies (of 1 total)

The topic ‘deprecated php code cause opera browser wordpress error’ is closed to new replies.