Finally I moved the atahualpa directory, and the site defaulted to base theme, and would display, if very ugly.
My cgi error log for the site has no errors since a small un-noticed error last february, until it bgan producing this error, on every attempt to open the site:
Code:
PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in ...../wp-content/themes/atahualpa/functions.php on line 136
Code:
if ( is_admin() && isset($_GET['activated'] ) && $pagenow == "themes.php" ) wp_redirect( 'themes.php?page=atahualpa-options' ); function bfa_footer_output($footer_content) { global $bfa_ata; // $footer_content .= '<br />Powered by <a href="http://wordpress.org/">WordPress</a> & <a href="http://forum.bytesforall.com/">Atahualpa</a>'; return $footer_content;
I will probably just install a new atahualpa, redo config, rwrite the css......
but if there any ideas, I'd be appreciative.
NOTE: Using Wordpress Theme "Atahualpa" version 3.7.12
No plugins were added since the site was robustly used last summer.
I have other atahualpa sites, on same or similar severs, with identical configurations, all are fine.