I was trying to crank up freetrade v2 and it refused to start, 'unable to
create session-id'
so I changed a line in /modules/database/mysql/standard_library, line 247
#$Query = "INSERT INTO session VALUES ('$sid', $tUserID, now(), NULL)";
$Query = "INSERT INTO session VALUES ('$sid', $tUserID, now(), '0')";
The field 'invoice' cannot take a NULL value.
I don't know if this is a bug or a mysql version conflict, but the solution
looks harmless, though I might not think so later!
I am currently using mysql Ver 10.8 Distrib 3.23.22-beta
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]