php 7.2.12 issue: The each() function is deprecated

Post Reply
wautersw
Posts: 4
Joined: 17 Nov 2018, 09:29

php 7.2.12 issue: The each() function is deprecated

Post by wautersw »

Hi,

I've activated php 7.2.12 as 5.6 will go unsupported.
When trying to update the "display planning" in settings, I get the following error:

Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /customers/2/c/b/pajofarm.be/httpd.www/planning/includes/class_gobject.inc on line 232 Warning: Cannot modify header information - headers already sent by (output started at /customers/2/c/b/pajofarm.be/httpd.www/planning/includes/class_gobject.inc:232) in /customers/2/c/b/pajofarm.be/httpd.www/planning/www/process/options.php on line 685

When I active php 7.1, it's OK.

Kind regards,
soplanning
Site Admin
Posts: 388
Joined: 31 Aug 2017, 15:58

Re: php 7.2.12 issue: The each() function is deprecated

Post by soplanning »

Thanks for reporting, we'll fix it in next release.
wautersw
Posts: 4
Joined: 17 Nov 2018, 09:29

Re: php 7.2.12 issue: The each() function is deprecated

Post by wautersw »

;)
Post Reply