Some sites are experiencing a situation where only excerpts show up even though the options are set to show full posts. This patch will correct this situation.
edit function.php and change lines 965-967 from
HTML Code:
function bfa_is_pagetemplate_active($pagetemplate = '') {
global $wpdb;
to
HTML Code:
function bfa_is_pagetemplate_active($pagetemplate = '') {
if ($pagetemplate == '') {return 0;}
global $wpdb;
or download and unzip the attached file and uploaded it to your theme folder replacing the orignal copy of 'function.php'