
i have set my mysql default engine to myisam and icreased its timeout
running perl 5.16 (strawberry -yes, im on windows-)
log says almost same:
Code: Select all
Sat Dec 21 21:39:02 2013][Error][Kernel::System::DynamicField::DynamicFieldUpdate][424] , SQL: 'UPDATE dynamic_field SET name = ?, label = ?, field_order =?, field_type = ?, object_type = ?, config = ?, valid_id = ?, change_time =
'2013-12-21 21:39:02'
, change_by = ? WHERE id = ?'
any help is appreciate. Thank you
Solution:
1) Edit DBUpdate-to-3.1.pl and comment line 139
Code: Select all
print "Step 9 of $Steps: Migrate free fields configuration... ";
#_MigrateFreeFieldsConfiguration($CommonObject);
print "done.\n\n";
3) rebuild config and delete cache.. make sure u can log in in your new system as agent as well as customer
4) Edit DBUpdate-to-3.1.pl and comment from steps 1 to 8
5) uncomment the line you commented on step 1
6) add a die; instruction before step 10(so your scripts wont continue with setps it already made)
7) if your step 9 finishes with no errors, congrats..

9) go use your migrates ticketfreetext
