deprecated php code cause opera browser wordpress error
-
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)
Viewing 1 replies (of 1 total)
The topic ‘deprecated php code cause opera browser wordpress error’ is closed to new replies.