Hey Bryan,
No need to apologize! If you can show me a single person on Earth that knows everything - then you need to start apologizing on the moment
For starters I want to point out that CMigrator is currently not able to parse galleries. So if your posts contain a lot of galleries it won't migrate any images from there. (Petar has a task to introduce this feature in the next release
)
If your images are just normal images inserted in the article:
<img src="path_to_the_image" />
then cmigrator should be able to migrate them. Now here comes the tricky part. Let us say that your site name is
example.com
now in your articles the path to the images is defined like this
<img src="/path_to_my_iamge" />
When you open your wordpress site in the browser you'll see the image, but this is due to the fact, that the browser knows what the url of the site is, so it will try to find the image in
example.com/path_to_my_image
Now for CMigrator there is no such option. If you use a relative path -> we won't know what the correct path to the image is and we won't be able to download it. This is where the base site url comes into the game. If you enter it -> then CMigrator will try to search for the images by prepending the site address infront of the path to the image.
out of path_to_my_image we will be able to make
example.com/path_to_my_image
CMigrator downloads and puts the images in /images/stories/cmigrator -> so have a look at this folder and let us know if it has the images or not.
If you think that all your settings are correct and cmigrator is still not properly migrating your images, then we will have to have a look at your database to determine if there is a bug in the software or not.
Cheers,
Daniel