Title: [Plugin: WordPress Mobile Pack] Folder/File Ownership Fix
Last modified: August 19, 2016

---

# [Plugin: WordPress Mobile Pack] Folder/File Ownership Fix

 *  [WPOldSkool](https://wordpress.org/support/users/wpoldskool/)
 * (@wpoldskool)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-mobile-pack-folderfile-ownership-fix/)
 * Hi Guys,
    I’m on MU but this should work for all. Grab the wordpress-mobile-pack.
   php from the main plugin folder and open in a decent editor : look for
 * `Line 256 copy($source_child, $destination_child);`
 * Add the following directly below
 *     ```
       // OldSkool Fix Re-Set The User Permissions
           chmod($destination_dir, 0777);
           chmod ($destination_child, 0777);
       ```
   
 * Uninstall the plugin : then reinstall. When requested over write the existing
   files.
 * If you ftp to the themes folders you should now have full access.
 * Worked for me so hope it helps someone here.
 * Cheers
 * OldSkool

The topic ‘[Plugin: WordPress Mobile Pack] Folder/File Ownership Fix’ is closed 
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-mobile-pack_7b7875.svg)
 * [WordPress Mobile Pack - Mobile Plugin for Progressive Web Apps & Hybrid Mobile Apps](https://wordpress.org/plugins/wordpress-mobile-pack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-mobile-pack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-mobile-pack/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-mobile-pack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-mobile-pack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-mobile-pack/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [WPOldSkool](https://wordpress.org/support/users/wpoldskool/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-wordpress-mobile-pack-folderfile-ownership-fix/)
 * Status: not resolved