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

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
aadumkoko
Posts: 2
Joined: 14 Feb 2018, 06:32

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

Post by aadumkoko » 14 Feb 2018, 06:41

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.
Attachments
Screen Shot 2018-02-14 at 06.31.24.png
Screen Shot 2018-02-14 at 06.31.24.png (145.28 KiB) Viewed 1870 times

User avatar
aimeos
Administrator
Posts: 7835
Joined: 01 Jan 1970, 00:00

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

Post by aimeos » 14 Feb 2018, 08:19

Which PHP version are you using?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
aimeos
Administrator
Posts: 7835
Joined: 01 Jan 1970, 00:00

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

Post by aimeos » 14 Feb 2018, 09:03

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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

aadumkoko
Posts: 2
Joined: 14 Feb 2018, 06:32

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

Post by aadumkoko » 21 Feb 2018, 01:42

Thank you very much. This solved my problem.

Cheers

Post Reply