Hello VCL User Community,
I am getting the following SQL error in the PHP log from my VCL 2.5 application
when I try to request a block allocation. Please advise.
Call#:1 => index.php:AJblockAllocationSubmit() (line#:98)
Arguments(none):
-----------------------
Call#:2 => blockallocations.php:doQuery() (line#:630)
Arguments(2)
Argument#: 1 => INSERT INTO blockRequest (name, imageid, numMachines, groupid,
repeating, ownerid, managementnodeid, expireTime, status) VALUES ('Emerio
testing block allocation', 11, 2, 109, 'weekly', 24, 1, '2019-09-30 23:59:59',
'accepted')
Argument#: 2 => 101
-----------------------
[27-Aug-2019 13:24:21 America/Los_Angeles] Field 'processing' doesn't have a
default value
[27-Aug-2019 13:24:21 America/Los_Angeles] INSERT INTO blockRequest (name,
imageid, numMachines, groupid, repeating, ownerid, managementnodeid,
expireTime, status) VALUES ('Emerio test for block allocations', 11, 4, 109,
'weekly', 24, 1, '2019-09-30 23:59:59', 'accepted')
[27-Aug-2019 13:24:21 America/Los_Angeles]
===========================================================================
[27-Aug-2019 13:24:21 America/Los_Angeles] ERROR(101): General MySQL error
[27-Aug-2019 13:24:21 America/Los_Angeles]
Backtrace:
=-=-=-=-=-=-=-=-=-=-=-=
Call#:1 => index.php:AJblockAllocationSubmit() (line#:98)
Call#:2 => blockallocations.php:doQuery() (line#:630)
Backtrace with Arguments:
=-=-=-=-=-=-=-=-=-=-=-=
Call#:1 => index.php:AJblockAllocationSubmit() (line#:98)
Arguments(none):
-----------------------
Call#:2 => blockallocations.php:doQuery() (line#:630)
Arguments(2)
Argument#: 1 => INSERT INTO blockRequest (name, imageid, numMachines, groupid,
repeating, ownerid, managementnodeid, expireTime, status) VALUES ('Emerio test
for block allocations', 11, 4, 109, 'weekly', 24, 1, '2019-09-30 23:59:59',
'accepted')
Argument#: 2 => 101
-----------------------
Emerio