PDA

View Full Version : impex problem with date?


briansol
Sat 10th Jun '06, 11:33am
see the screen shot... looks like there's an "f" in the date??

is this bad data?

briansol
Sat 10th Jun '06, 11:37am
I ran the query manually in phpmyadmin, and it works fine... I'm at a loss.

briansol
Sat 10th Jun '06, 11:41am
lines 241- 256 of db_mysql.php
($query_id = . . . is 249)


// do query
if ($this->require_db_reselect)
{
$this->select_db($this->database);
}

// Do the actual query ::
// TODO: going to have to put a table check it for every select now
$query_id = $query_type($query_string, $this->link_id);



if (!$query_id)
{
$this->halt('Invalid SQL: ' . $query_string);
}

briansol
Sat 10th Jun '06, 11:49am
Note, this fails on all steps, except the first one which mods the current vb tables

briansol
Sat 10th Jun '06, 11:52am
bah, i just relized i posted this in the wrong forum.

please close, starting a new thread in the proper place.