Hi, I started this thread so that as we test the latest release, we could bring any bugs to Chris & Gene's attention without having to subject them to reading 1,000,001 bug threads.
Search/404 Page Error
First one I noticed happened in both my local and live sites when I tested the 404 page. I got the 404 message: "Sorry, but nothing matched your search criteria. Please try again with some different keywords."
Below that I got:
Fatal error: Call to undefined function blog_info()
in C:\xampp\htdocs\wordpress\wp-content\themes\thematic\search.php on line 50
Line 50 is:
<form id="noresults-searchform" method="get" action="<?php blog_info('url') ?>/">
(As mentioned, this is on the latest thematic repo release. I had entered the defined functions listed in the release notes.)