Closed (cannot reproduce)
Project:
phpBB2Drupal
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2011 at 01:40 UTC
Updated:
9 Oct 2012 at 08:46 UTC
Hi,
I get the following error when I try to import categories:
Forum vid: 1
Error message
PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'parent' at row 1: INSERT INTO {taxonomy_term_hierarchy} (tid, parent) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1); Array ( [:db_insert_placeholder_0] => 15 [:db_insert_placeholder_1] => ) in taxonomy_term_save() (line 645 of C:\xampp\htdocs\japnorthwest\modules\taxonomy\taxonomy.module).
I've checked the code and data and I cant see the problem at all. All of the values look like they are integers in the temp table that the module creates.
Any help please?
Thanks,
Paul.
Comments
Comment #1
pradbone commentedComment #2
mbutelman commentedI'm getting something similar:
Comment #3
JeremyFrench commentedIs anyone still getting this issue with more recent versions of the code?
Comment #4
marktheshark commentedFWIW, I don't get this error with the 2.x branch.
Comment #5
JeremyFrench commentedThanks. I think this is an old bug then. Anyone please re open if you are still having issues with it.