Page 1 of 1

The each() function is deprecated. This message will be supp

Posted: 14 Feb 2018, 06:41
by aadumkoko
I am preety new to Aimeos, i just hosted a demo site to test on line (heroku) i get this error when trying to view preetty much anything in the admin: (products, categories, customer, order..etc) on the expert admin.
The each() function is deprecated. This message will be suppressed on further calls

It doesn't happen on my local


Please Help.

Re: The each() function is deprecated. This message will be

Posted: 14 Feb 2018, 08:19
by aimeos
Which PHP version are you using?

Re: The each() function is deprecated. This message will be

Posted: 14 Feb 2018, 09:03
by aimeos
each() is deprecated in PHP 7.2 and we backported the necessary change to the Aimeos core 2017.10. If you run "composer update" it should be working on your server too.

Re: The each() function is deprecated. This message will be

Posted: 21 Feb 2018, 01:42
by aadumkoko
Thank you very much. This solved my problem.

Cheers