Page 1 of 1

favicon 3.01 compatible avec php 7.1?

Posted: 05 Sep 2018, 17:16
by claudephilo
Bonjour
Depuis le passage de php 7.0 à php 7.1 j'ai le message suivant après création du favicon:

Warning: Illegal string offset 'name' in /datas/vol2/w4a136308/var/www/snphi.org/htdocs/administrator/components/com_phocafavicon/helpers/phocafavicon.php on line 875

Est-ce normal ?

Re: favicon 3.01 compatible avec php 7.1?

Posted: 06 Sep 2018, 10:17
by Jan
Hi, thank you for the info, will be udpated in next version, for now you can do quick fix in administrator/components/com_phocafavicon/helpers/phocafavicon.php on line 868

FROM:

Code: Select all

$xml_items = '';
TO:

Code: Select all

$xml_items = array();
Jan

Re: favicon 3.01 compatible avec php 7.1?

Posted: 22 Feb 2019, 12:09
by Jan
Hi, should be OK in version 3.0.2

https://www.phoca.cz/news/1013-phoca-fa ... 2-released

Jan