Hello,
Regarding the problem #1:Change the following text:
//BOF Inventory addon *****************************************************
require_once('inventory/inventory.php');
//EOF Inventory addon *****************************************************
to
<?php
//BOF Inventory addon *****************************************************
require_once('inventory/inventory.php');
//EOF Inventory addon *****************************************************
?>
Regarding the problem #2:Change
VALUES
(149,
to
VALUES
('',
this way you will eliminate duplicate errors. You must also repeat this for 150 - 153 values too.