Hi. I don't know if I'm posting this to the right forum, but I'm receiving an error message from my webhosting company's server:
I'm running ata-3.7.12
Wordpress: 3.5.1
<13>May 31 08:05:46 standup.wsynth.net apache2: PHP Fatal error: Call to undefined function bfa_get_options() in /var/www/standupcomedyclinic.com/wp-content/themes/atahualpa/index.php on line 2
My site will randomly report that it is down and this is the only repeated error showing on their logs.
Here's the index.php file lines 1-6:
<?php
list($bfa_ata, $cols, $left_col, $left_col2, $right_col, $right_col2, $bfa_ata['h_blogtitle'], $bfa_ata['h_posttitle']) = bfa_get_options();
get_header();
extract($bfa_ata);
global $bfa_ata_postcount;
?>
Does anyone have a solution for how to fix this? I'm not good with code, so be gentle!