I read about this PlugIn after I’d updated into WordPress 3.8.
So it’s not unusually that the programmers didnt fix the last valid version, but after an installation my debug.log grown up very fast and in case of shown Errors there comes up a couple of Lines which are not longer supported.
Damned – i lost a nice Tool ??
… and that before i’d used it in the first time ??
It doesn’t look so heavy and i hope that the developers will fix it as soon as possible?! I will have an Eye on this – good luck ??
]]>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]=="-")
]]>