Title: Invalid Image path
Last modified: July 17, 2020

---

# Invalid Image path

 *  Resolved [Dragonfly-CA](https://wordpress.org/support/users/dragonfly-ca/)
 * (@dragonfly-ca)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/invalid-image-path/)
 * My clients are receiving an “Invalid Image Path” error when they attempt to edit
   or update a listing (from the frontside) — even though the image is clearly present
   in the form.
 * It seems this is happening to others as well, see here:
    - [https://wordpress.org/support/topic/invalid-image-path-after-edit-image/](https://wordpress.org/support/topic/invalid-image-path-after-edit-image/)
    - [https://wordpress.org/support/topic/rewrite-conflict-wp-job-manager/](https://wordpress.org/support/topic/rewrite-conflict-wp-job-manager/)
 * I have been using WP Job Manager and this same theme and plugins for well over
   4 years now and this just seems to have started occurring with the last WP Job
   Manager Update.
 * Considering the one of the other discussions, I wonder if it is because my site
   uses a CDN; perhaps a discrepancy whereby WP Job Manager is looking for the site
   domain name URL vs. the CND domain name URL (which is the image shown on the 
   form that’s trying to be edited).
 * For instance:
 * [https://a29yh9rve0-flywheel.netdna-ssl.com/wp-content/uploads/job-manager-uploads/featured_image/2020/01/ZAP-218-051-084-BCPA-Pa.jpg](https://a29yh9rve0-flywheel.netdna-ssl.com/wp-content/uploads/job-manager-uploads/featured_image/2020/01/ZAP-218-051-084-BCPA-Pa.jpg)
 * vs.
 * [https://photography-workshops.directory/wp-content/uploads/job-manager-uploads/featured_image/2020/01/ZAP-218-051-084-BCPA-Pa.jpg](https://photography-workshops.directory/wp-content/uploads/job-manager-uploads/featured_image/2020/01/ZAP-218-051-084-BCPA-Pa.jpg)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Thread Starter [Dragonfly-CA](https://wordpress.org/support/users/dragonfly-ca/)
 * (@dragonfly-ca)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/invalid-image-path/#post-13138127)
 * I just turned off my CDN and the form works fine now (no “Invalid Image Path”
   error).
 * That said, it would be nice to be able to use a CDN as we were able to in the
   past.
 *  Plugin Contributor [Cena (a11n)](https://wordpress.org/support/users/cena/)
 * (@cena)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/invalid-image-path/#post-13172474)
 * Hi [@dragonfly-ca](https://wordpress.org/support/users/dragonfly-ca/) ,
 * > I just turned off my CDN and the form works fine now (no “Invalid Image Path”
   error).
 * That’s an interesting data point in the ‘invalid image path’ error; as you’ve
   seen, there have been a sprinkling of those lately.
 * One of the links you sent indicated that it was caused by the plugin “WP Hide&
   Security Enhancer” (since fixed), and the other indicated it was resolved by 
   updating their theme (Listify).
 * I’ve tried duplicating this but have been unable to – also using a CDN (Jetpack).
 * I’d be curious to know what happens when you disable all plugins except WPJM,
   and use a default theme like TwentyTwenty, but also have your CDN enabled.
 * Best,
 *  [dave05](https://wordpress.org/support/users/dave05/)
 * (@dave05)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/invalid-image-path/#post-13203849)
 * Gents I have the same issue, I store images off mysite. so when i upload an image
   to get a new listing and hit preview it says Inavlid Image path. I think this
   is because wp job manager does not recognise the link for the offsite storage
   of my site.
 * Can someone at wp job manager propose a function to add another URL so that the
   image url check feature can also recognise extra urls?
 * Many Thanks
 *  [dave05](https://wordpress.org/support/users/dave05/)
 * (@dave05)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/invalid-image-path/#post-13207166)
 * any update?
 *  Plugin Contributor [Cena (a11n)](https://wordpress.org/support/users/cena/)
 * (@cena)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/invalid-image-path/#post-13257870)
 * [@dave05](https://wordpress.org/support/users/dave05/)
 * Could you please start your own thread, as per the Forum Welcome?
 * [https://make.wordpress.org/support/handbook/forum-welcome/#post-in-the-best-place](https://make.wordpress.org/support/handbook/forum-welcome/#post-in-the-best-place)
 * You can post your own thread here:
 * [https://wordpress.org/support/plugin/wp-job-manager#postform](https://wordpress.org/support/plugin/wp-job-manager#postform)
 * Thank you!
 *  [dave05](https://wordpress.org/support/users/dave05/)
 * (@dave05)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/invalid-image-path/#post-13278960)
 * I am confused what does forum welcome mean? apologies if i am being ignorant.
 * This issue relates to exactly the same issue the genteleman is facing. if i create
   another threads that just makes if confusing for others that want to find a resolution
   to the issue if there are multiple threads?
 *  [dave05](https://wordpress.org/support/users/dave05/)
 * (@dave05)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/invalid-image-path/#post-13279018)
 * ok i have read the forum welcome and i dont see anything about mandating me to
   create a new forum topic? sorry not trying to be difficult but i often see multiple
   topics relating to similar issues on other wordpress plugins and it can be sometimes
   not efficient to create a new topic that relates to exactly the same issue.
 * Now back to the issue.
 * I believe the issue with wp job manager is in your code where you define ‘BASE
   URL’. For some reason you define BASE URL as the domian.com. So if you use an
   image cdn as i use to host my images on amazon aws. the images are hosted on 
   an aws site for example domian.com/wp-content/uploads/image-01 will now be aws.
   amazon.com/sitexr/images/image-01
 * your plugin is not recognizing that the image url can be different.
 * If its is ok it would be good to have custom function from you guys so that the
   base url can check for a different URL variable if this url, ok, if not check
   this url (aws).
 * I think this will solve the problem. I am not a developer but from all my investigations
   i think this is the issue. (to replicate it you need to use a cdn that stores
   your images on a different domain not jetpack)
 * If for any reason you still insist i create another forum topic i will gladly
   to it.
 * many thanks

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Invalid Image path’ is closed to new replies.

 * ![](https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257)
 * [WP Job Manager](https://wordpress.org/plugins/wp-job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-manager/reviews/)

## Tags

 * [Invalid image path.](https://wordpress.org/support/topic-tag/invalid-image-path/)

 * 7 replies
 * 3 participants
 * Last reply from: [dave05](https://wordpress.org/support/users/dave05/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/invalid-image-path/#post-13279018)
 * Status: resolved