Statpress

Statpress is a wonderful, and you should try it out if you have a WordPress blog. I did find one bug with the search function which gives the following error…

Cannot load wp-statpress/statpress.php

The good news is that this is easily fixed, and is just a simple typo in the code. Attached you should find the patch file, or you can open up statpress.php and change line 819 to look like the following.
From
<input type=hidden name=page value='wp-statpress/statpress.php'>......
To
<input type=hidden name=page value='statpress/statpress.php'>......

And all should be good.

statspress.php.patch