Hey Steven –
Unfortunately my website is an internal website for a company that I work for, not available on the public web. For that reason, I cannot give remote access to my website.
I did some hardcore digging into your plugin last night.
It appears as though the CN_IMAGE_PATH contains the correct hostname & the CN_IMAGE_BASE_URL is also correct. $this->getImageNameOriginal() (like in line 3978 of class.entry-data.php: https://github.com/Connections-Business-Directory/Connections/blob/develop/includes/entry/class.entry-data.php#L3978) does not return a string for each of my cnEntrys. This is because each cnEntry no longer has an ['image'] attribute and image meta (this, of course, happened after changing my hostname). Therefore, when the getImageNameOrginal() function is called, an empty string is returned. Thus, when the getOriginalImagePath($type) (in class.entry-data.php) function is called, an empty string is returned because no files can be found at the path for the entry.
Is there a function that I can use to automatically associate each entry with an image in the /connections-images/ directory so I do not have to re-upload (maybe a filter or hook)? My /connections-images/ folder is still in tact.
Thanks
