Quote Originally Posted by dbltoe View Post
17,000+ line items waiting patiently to be added
Try changing line 205 of /admin/includes/classes/dbio/DbIoOptionsStockFullHandler.php from
PHP Code:
        if ($sql_query !== false && $this->operation !== 'check') { 
to
PHP Code:
        if ($this->operation !== 'check') { 
Does that correct the issue?