Title: Doesn&#8217;t work with Pressable
Last modified: April 10, 2020

---

# Doesn’t work with Pressable

 *  Resolved [Jon](https://wordpress.org/support/users/freshyjon/)
 * (@freshyjon)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/doesnt-work-with-pressable/)
 * This doesn’t seem to work with Pressable, since they have the core WP files set
   up (symbolically linked) differently than most hosting providers.
 * For this reason, your use of `ABSPATH` needs to be adjusted so it knows where
   to properly find the actual`wp-content` folder of the site.
 * You can read more about this here: [https://kb.pressable.com/article/abspath-and-pressable/](https://kb.pressable.com/article/abspath-and-pressable/)
 * For now, we’ve made this change in the `class-siteground-migrator-files-service.
   php` file, but I’m not sure it’s the correct way to fix this issue (there may
   be other things that need to be fixed).
 * [https://i.imgur.com/dZcwI3s.png](https://i.imgur.com/dZcwI3s.png)
 *     ```
       // Build the path to the filem using the WP_CONTENT_DIR const.
       // $path = ABSPATH . $maybe_path;
   
       if ( !defined( 'SITEROOTDIR' ) ) {
       	define( 'SITEROOTDIR', str_replace('wp-content','',WP_CONTENT_DIR) );
       }
       $path = SITEROOTDIR . $maybe_path;
       ```
   
    -  This topic was modified 6 years, 2 months ago by [Jon](https://wordpress.org/support/users/freshyjon/).
      Reason: fixing code
    -  This topic was modified 6 years, 2 months ago by [Jon](https://wordpress.org/support/users/freshyjon/).

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

 *  Plugin Author [Hristo Pandjarov](https://wordpress.org/support/users/hristo-sg/)
 * (@hristo-sg)
 * SiteGround Representative
 * [6 years, 2 months ago](https://wordpress.org/support/topic/doesnt-work-with-pressable/#post-12656890)
 * Will look into it first thing on Monday, can you mail me some transfer info at
   [hristo.p@siteground.com](https://wordpress.org/support/topic/doesnt-work-with-pressable/hristo.p@siteground.com?output_format=md)
 *  Thread Starter [Jon](https://wordpress.org/support/users/freshyjon/)
 * (@freshyjon)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/doesnt-work-with-pressable/#post-12656951)
 * What sort of transfer info would you be looking for? We’re basically just interested
   in getting the plugin fixed, so we can test it out on various installs.
 *  Plugin Author [Hristo Pandjarov](https://wordpress.org/support/users/hristo-sg/)
 * (@hristo-sg)
 * SiteGround Representative
 * [6 years, 2 months ago](https://wordpress.org/support/topic/doesnt-work-with-pressable/#post-12657461)
 * Basically, access to your pressable account so I can start a migration, see what
   goes wrong and either fix it or tell you more about what to tell Pressable 🙂
 *  Thread Starter [Jon](https://wordpress.org/support/users/freshyjon/)
 * (@freshyjon)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/doesnt-work-with-pressable/#post-12657607)
 * Email sent.
 *  Plugin Author [Stanimir Stoyanov](https://wordpress.org/support/users/sstoqnov/)
 * (@sstoqnov)
 * SiteGround Representative
 * [5 years, 11 months ago](https://wordpress.org/support/topic/doesnt-work-with-pressable/#post-13053486)
 * Maring as resolved.
 * Feel free to reopen the ticket.
 * Regards,
    Stanimir

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

The topic ‘Doesn’t work with Pressable’ is closed to new replies.

 * ![](https://ps.w.org/siteground-migrator/assets/icon.svg?rev=3447692)
 * [SiteGround Migrator](https://wordpress.org/plugins/siteground-migrator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/siteground-migrator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/siteground-migrator/)
 * [Active Topics](https://wordpress.org/support/plugin/siteground-migrator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/siteground-migrator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/siteground-migrator/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Stanimir Stoyanov](https://wordpress.org/support/users/sstoqnov/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/doesnt-work-with-pressable/#post-13053486)
 * Status: resolved