Up to step 5 is working
Jeremy D

Jeremy D commited on 2011-11-06 14:51:02
Showing 1 changed files, with 2 additions and 0 deletions.

... ...
@@ -899,6 +899,8 @@ class mbt_to_tbg extends tbg_converter
899 899
 				INSERT INTO ' . $this->tbg_db_prefix . 'files (id, uid, scope, real_filename, original_filename, content_type, content, uploaded_at, description)
900 900
 				VALUES (' . $row['id'] . ', ' . $row['uid'] . ', ' . $row['scope'] . ', "' . $row['real_filename'] . '", "' . $row['original_filename'] . '", "' . $row['content_type'] . '", "' . $row['content'] . '", ' . $row['uploaded_at'] . ', "' . $row['description'] . '")');
901 901
 
902
+exit(var_dump($this->tbg_db->errorInfo()));
903
+
902 904
 			++$i;
903 905
 		}
904 906
 
905 907