Topic: Code lines skipped - then blank display ver 2.4.6
Several lines of code are skipped after a successful call to write a new database record.
For example:
call_to_write_new_database_record(.........); // This completes successfully - no errors
display_notification(_('New record successfully written')); // This and the following lines do not execute
//
// other lines of code *
//
}
A blank page is now displayed.
* There are no errors in the other lines of code.