Handle missing IPTS numbers from config

Currently, we just throw an error and display it to the user if they upload a config without an IPTS number. Instead, we should try to load it from the data directory in the config (which will better support older configs) and only show the error if that fails.

We also should probably clean up the error message a bit to indicate to the user how to fix the error.