Page 1 of 1

operator not supported for strings

Posted: 27 Apr 2017, 12:25
by mdeherder
Hi,
With Joomla 3.7.0 and PHP 7.1 i have error 'operator not supported for strings' on Home page.
With phocagallery plugin disabled, the home page is correct.

Thanks for any help you can give me !
Regards,
Deherder Michel

Re: operator not supported for strings

Posted: 27 Apr 2017, 15:48
by mdeherder
At plugins/content/phocagallery/phocagallery.php line 834:

$data_outcome_array = ''; ===> $data_outcome_array = array();

M.Deherder

Re: operator not supported for strings

Posted: 29 Apr 2017, 01:40
by Jan
Hi, thank you for the info.

Jan