wpseek / wpseek-web

This repository is currently only used for issue tracking for wpseek.com
https://wpseek.com/
1 stars 0 forks source link

Plugin Doctor broken #16

Closed JDGrimes closed 10 years ago

JDGrimes commented 10 years ago

I just tried using the plugin doctor, but it never comes up with the result. The reason is that it is getting this in the response:

<br />
<b>Notice</b>:  Undefined offset: 0 in <b>/var/www/vhosts/wpseek.com/httpdocs/content.php</b> on line <b>323</b><br />
<br />
<b>Notice</b>:  Undefined offset: 0 in <b>/var/www/vhosts/wpseek.com/httpdocs/content.php</b> on line <b>324</b><br />

So it can't parse the response, since that makes it invalid. If you need a copy of the .zip I am using, let me know.

oliverschloebe commented 10 years ago

Fixed. I suppose you've had a folder named __MACOSX in the ZIP file, which includes Mac-style line feeds that screwed my parser. Made a few changes to avoid those kind of things in the future.

Thanks! :)