error Use of undefined constant plugins

im use 2 file upload on 2 field structure

CREATE TABLE marketplace (
id bigint(20) NOT NULL AUTO_INCREMENT,
marketplace varchar(70) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
nama_program varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
start date NOT NULL,
akhir date NOT NULL,
icon varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
summary varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
lampiran varchar(100) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL,
PRIMARY KEY (id)

when edit page eror:
Warning: Use of undefined constant plugins - assumed ‘plugins’ (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\promo\vendor\hkvstore\phpthumb\src\PHPThumb\PHPThumb.php on line 68

is there a solution to this problem?
thx for help

Run composer update.

oke thanks