I did that and got the same error message, so, I changed the function.php file in the lib folder to: function.phpold
And got this message:
Warning: require_once(/home/tllcweb/public_html/wp-content/themes/antioch/lib/functions/functions.php): failed to open stream: No such file or directory in /home/tllcweb/public_html/wp-content/themes/antioch/functions.php on line 56
changed that function file in the Antioch folder to function.phpold and got this message:
Fatal error: require_once(): Failed opening required ‘/home/tllcweb/public_html/wp-content/themes/antioch/lib/functions/functions.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/tllcweb/public_html/wp-content/themes/antioch/functions.php on line 56
Line 56:
// Register the scripts
function churchthemes_register() {
wp_register_style( ‘churchthemes-main’, get_stylesheet_uri(), array(), CHURCHTHEMES_CURRENT_VERSION );
wp_register_style( ‘churchthemes-960’, WP_THEME_DIR . ‘/lib/css/960.css’, array( ‘churchthemes-main’ ), CHURCHTHEMES_CURRENT_VERSION );
wp_register_style( ‘churchthemes-responsive-ltr’, WP_THEME_DIR . ‘/lib/css/responsive-ltr.css’, array( ‘churchthemes-main’ ), CHURCHTHEMES_CURRENT_VERSION );
wp_register_style( ‘churchthemes-scheme’, home_url() . ‘/?ct_scheme_css=true’, array( ‘churchthemes-main’ ), false );
wp_register_style( ‘churchthemes-admin’, WP_THEME_DIR . ‘/lib/admin/css/admin.css’, array(), false );
wp_register_script( ‘churchthemes-slider’, WP_THEME_DIR . ‘/lib/scripts/jquery.flexslider.min.js’, array( ‘jquery’ ), ‘2.1’, true );
wp_register_script( ‘churchthemes-selectbox’, WP_THEME_DIR . ‘/lib/scripts/jquery.selectbox.min.js’, array( ‘jquery’ ), ‘0.5’, true );
wp_register_script( ‘churchthemes-placeholder’, WP_THEME_DIR . ‘/lib/scripts/jquery.placeholder.min.js’, array( ‘jquery’ ), false, true );
wp_register_script( ‘churchthemes-twitter’, WP_THEME_DIR . ‘/lib/scripts/twitter.min.js’, array(), false, false );
wp_register_script( ‘churchthemes-main’, WP_THEME_DIR . ‘/lib/scripts/main.min.js’, array( ‘jquery’ ), CHURCHTHEMES_CURRENT_VERSION, true );
Went back changed the file names back.
Only way I could get into the site at all was to delete the Antioch theme altogether. I have the complete Antioch folder that I’ve downloaded from the current site at: tllc.org and then I can upload that folder via ftp and it is there in the themes but I can’t activate it. After deleting the theme Antioch via ftp I could update the permalinks and do the cleanup
I don’t understand, how I could get it installed on my Zammp in the htdocs and the theme be okay. I installed it twice in different folders and it was fine (missing links to images, and a few other links which could be fixed, but not get it installed on this server.
I am going to try one more time, but not today,I’ll try one more time tomorrow. I’ve already redone this twice before.