• This error occurred:

    Fatal error: Can’t use function return value in write context in /home/travelnfitness/public_html/wp-content/themes/butterfly-abode/functions.php on line 27

Viewing 2 replies - 1 through 2 (of 2 total)
  • I get this error as well. No fix for it yet?

    This issue is with the check to verify if the admin notice is flagged to be shown. You can successfully comment it out to access your site. You will have to be able to access the wordpress back content to edit the file.

    Starting at line 27 in the file:
    /wp-content/themes/butterfly-adobe/function.php

    if( !function_exists( 'the_field' ) && empty( get_option( 'butterfly-abode-notice-dismissed' ) ) ) {
    add_action('wp_ajax_butterfly_abode_dismiss_notice', array( $this, 'hide_notice' ));
    	add_action( 'admin_notices', array( $this, 'admin_notice' ) );
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Crashed my site’ is closed to new replies.