﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
2334	Warnung imagefilledpolygon() expects exactly 4 parameters, 3 given mit PHP 7.4	Torsten Riemer	somebody	"In einem kürzlich aktualisierten Shop erhalte ich unter PHP 7.4 folgende Warnung:
{{{
[2022-09-03 12:22:13]	[warning]	[modified]	[pid:20228]	WARNING found for URL: /admin/banner_manager.php	{}	{}
[2022-09-03 12:22:13]	[warning]	[modified]	[pid:20228]	imagefilledpolygon() expects exactly 4 parameters, 3 given in File:  /www/htdocs/.../.../admin/includes/classes/phplot.php on Line: 6068	{}	{}
[2022-09-03 12:22:13]	[warning]	[modified]	[pid:20228]	Backtrace #0 -  /www/htdocs/.../.../admin/includes/graphs/banner_infobox.php called at Line 50	{}	{}
[2022-09-03 12:22:13]	[warning]	[modified]	[pid:20228]	Backtrace #1 -  /www/htdocs/.../.../admin/banner_manager.php called at Line 624	{}	{}
}}}
Zeile 6068 ""/admin/includes/classes/phplot.php"":
{{{
            ImageFilledPolygon($this->img, $pts, (int)$shade_color);
}}}
Zeile 50 ""/admin/includes/graphs/banner_infobox.php"":
{{{
  $graph->DrawGraph();
}}}
Zeile 624 ""/admin/banner_manager.php"":
{{{
                            include(DIR_WS_INCLUDES . 'graphs/banner_infobox.php');
}}}"	Bug/Fehler	closed	normal		Admin	2.0.7.2	wontfix				
