Pardon in advance if this is a dumb question - I am a new Drupaller and am having a bit of a time understanding what's going on behind the scenes.
I have a job listing on an old server that I want to pull into Drupal. I built a content-type "job" and a view "job_list" on my beta site, and successfully migrated all the data using Table Wizard, Migrate and Migrate Extras. Everything was working fine, until I realized I needed to run this site as a subdomain rather than a subdirectory.
I made a new directory under /sites with the name of the subdomain, created a different database, and ran through the installation process. Imported my content-type "job" and my view "job_list". I then attempted to import the jobs listing that I had used previously in the first import. I was successful in this - Migrate shows that I have imported 219 records. But, none of them show up in my content listings, even when filtering for unpublished. I get an error "View content_type_job does not exist - either (re)create this view, or remove the migrate content set using it." So, I cloned the view "job_list" and named it "content_type_job" but still I get no content. I am not sure if I should make a new content set and start over because I appear to have imported the content.
I ran update.php and cleared the caches hoping to clear something, but still no content. Could someone maybe point me in the direction of what I did wrong and how to fix it?
Thanks lots in advance, and for everyone who builds all the cool functionality for Drupal - it's frustrating to learn, but I love it!