The log you sent has one application error in it. The Label "SAVE_RESULT" apparently exists, but isn't connected to anything. If you have a Label named "SAVE_RESULT" that is connected to a step, I would recommend doing a search to see if a label with that name is in more than one place in the application. You should find at least one with a dangler that isn't connected to anything. Either connect the one Label with no link to the correct place in the flow, or delete any "SAVE_RESULT" Label steps that are extras and shouldn't be in the application.
Here is the output in the log that shows the error:
Quote:
2008/07/22 15:55:20.593: [37] Label
2008/07/22 15:55:20.593: Label: SAVE_RESULT
2008/07/22 15:55:20.593: ERROR: Missing next step
2008/07/22 15:55:20.593: FATAL
2008/07/22 15:55:20.593: Attempting to jump to Fatal Error Global Event label: 'APPLICATION_ERROR'