QUOTE (LDNomad @ June 24, 2013 10:51 pm) |
Tracking number is 242. Thanks! |
I didn't get any crash when I select the publish logs option with your data.
However, there is a very large number of unpublished logs!

Run the following macro code (which will delete all these entries) and then see if you still get the crash.
GSK |
$status = sqlite("open", "$_appdata\gsak.db3") $status = sqlite("sql","delete from PublishLogs where not pPublished") msgok msg="Finished" |