Title: [Plugin: WP Quick Deploy] Fix for WP-Quick-Deploy
Last modified: August 20, 2016

---

# [Plugin: WP Quick Deploy] Fix for WP-Quick-Deploy

 *  Resolved [Joel](https://wordpress.org/support/users/jneuenhaus/)
 * (@jneuenhaus)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-quick-deploy-fix-for-wp-quick-deploy/)
 * There is an error being thrown with WP_DEBUG on: _Uninitialized string offset_.
 * I believe this is due to how PHP is interpreting the data type in this array,
   but if you add the following line to `wp-quick-deploy.class.php` and comment 
   out the old line 420, it should be fixed:
 *     ```
       if (substr($val, 0, 1) == "-") //error fix, Line 420, wp-quick-deploy.class.php
       //if ($val[0]=="-")
       ```
   
 * [http://wordpress.org/extend/plugins/wp-quick-deploy/](http://wordpress.org/extend/plugins/wp-quick-deploy/)

The topic ‘[Plugin: WP Quick Deploy] Fix for WP-Quick-Deploy’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-quick-deploy.svg)
 * [WP Quick Deploy](https://wordpress.org/plugins/wp-quick-deploy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-quick-deploy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-quick-deploy/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-quick-deploy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-quick-deploy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-quick-deploy/reviews/)

## Tags

 * [Uninitialized string offset](https://wordpress.org/support/topic-tag/uninitialized-string-offset/)

 * 0 replies
 * 1 participant
 * Last reply from: [Joel](https://wordpress.org/support/users/jneuenhaus/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-quick-deploy-fix-for-wp-quick-deploy/)
 * Status: resolved