The problem is that each applications URL is attached in the DB to a specific Resume.
We are looking at how do accomplish this now as the new version has a security enhancement that will require you to archive all the old data anyways.
Fixing the path is not an easy task, made more complicated based upon how many entries you are currently storing.
One thing you can check with your host…when they moved everything did they
Check database prefix after the move to ensure that table prefixes were changed to to the new environment settings ?
Alternatively:
Since were almost at years end here is my suggestion based upon a similar scenario I encounter with a Migration now over a year ago
1. Archive and remove any jobs and Applications that are over a year old….i.e. only keep any jobs that are 2014 in the DB.
2. Download your WP-Content Folder
3. Export copies to CVS of your now pruned Applications JM Page.
4. Then make a DB backup
5. Be sure to copy and or annotate any configurations you have made to
Job Manager settings: Admin, Display, App Form and Job Form settings as well as any custom css and or coding mods you or your dev may have made to plugin files.
5. Remove the plugin and all it’s associated files
6. Log out of your Install and when you log back-in be sure to
refresh you browser , clear browser cache
7. Ensure your hosting provider has capability to allow for PURGE of page-cache, the CDN cache, and the object cache.
8. Disable any CDN
9. Perform a Fresh install of Job Manager
10. IMPORT YOUR DATABASE
11. Import your WP-Content Folder
NOTE: This is a lot of work.
DISCLAIMER: I can’t make any assurances this will work
for any specific case as every hosting environment and install is unique to the end user. Variables such as Server Configuration, Memory Allocation, Plugins and Themes that we can’t account for.