First my site was just a blank page without any messages. I have done two operations. First I haved turned on debug by adding "define('WP_DEBUG', true);" in the wpconfig file. And second I have renamed the plugin directory so that no plugins are available.
After these two steps I get some content on the site (www.felixibir.com). The debug messages are: Undefined variable: logo_icon_text in etc.....
The wp-admin page is still unavailable. And I get these messages:
*******************
Notice: Undefined variable: logo_icon_text in /customers/felixibir.com/felixibir.com/httpd.www/wp-content/themes/atahualpa/functions/bfa_theme_options.php on line 478
Notice: Undefined variable: header_image_text in /customers/felixibir.com/felixibir.com/httpd.www/wp-content/themes/atahualpa/functions/bfa_theme_options.php on line 602
Notice: Undefined variable: widget_form_string in /customers/felixibir.com/felixibir.com/httpd.www/wp-content/themes/atahualpa/functions/bfa_theme_options.php on line 1862
Notice: Undefined index: std in /customers/felixibir.com/felixibir.com/httpd.www/wp-content/themes/atahualpa/functions/bfa_get_options.php on line 16
Notice: Undefined index: std in /customers/felixibir.com/felixibir.com/httpd.www/wp-content/themes/atahualpa/functions/bfa_get_options.php on line 16
Notice: Undefined index: std in /customers/felixibir.com/felixibir.com/httpd.www/wp-content/themes/atahualpa/functions/bfa_get_options.php on line 16
Notice: Undefined index: std in /customers/felixibir.com/felixibir.com/httpd.www/wp-content/themes/atahualpa/functions/bfa_get_options.php on line 16
Notice: Undefined index: std in /customers/felixibir.com/felixibir.com/httpd.www/wp-content/themes/atahualpa/functions/bfa_get_options.php on line 16
Notice: Undefined variable: left_col in /customers/felixibir.com/felixibir.com/httpd.www/wp-content/themes/atahualpa/functions/bfa_get_options.php on line 194
Notice: Undefined variable: left_col2 in /customers/felixibir.com/felixibir.com/httpd.www/wp-content/themes/atahualpa/functions/bfa_get_options.php on line 195
Notice: Undefined variable: right_col in /customers/felixibir.com/felixibir.com/httpd.www/wp-content/themes/atahualpa/functions/bfa_get_options.php on line 196
Notice: Undefined variable: right_col2 in /customers/felixibir.com/felixibir.com/httpd.www/wp-content/themes/atahualpa/functions/bfa_get_options.php on line 197
Warning: Cannot modify header information - headers already sent by (output started at /customers/felixibir.com/felixibir.com/httpd.www/wp-content/themes/atahualpa/functions/bfa_theme_options.php:478) in /customers/felixibir.com/felixibir.com/httpd.www/wp-includes/pluggable.php on line 868
*******************
What can I do to get the site up and running?