• Resolved babimontec

    (@babimontec)


    Hi, I can’t acess my website, is showing this error:

    Fatal error: Can’t use function return value in write context in /home/ummet260/public_html/wp-content/plugins/yikes-inc-easy-mailchimp-extender/admin/class-yikes-inc-easy-mailchimp-extender-admin.php on line 1661

    The php conde on lines 1652 to 1672 is:

    /*
    * generate_show_some_love_container()
    * Generate a container, with some author info
    *
    * Displayed in sidebars
    */
    public function generate_show_some_love_container() {
    // if no active add-ons are installed,
    // lets display our branding and add-on sidebar
    if ( empty( get_option( ‘yikes-easy-mc-active-addons’, array() ) ) ) {

    /* On Edit Forms Page Display Upsell to Customizer */
    $screen = get_current_screen();
    if ( isset( $screen ) && $screen->base == ‘admin_page_yikes-mailchimp-edit-form’ ) {
    ?>

Viewing 1 replies (of 1 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    Thanks for reaching out to us.

    Please note that this is not related to our plugin. The plugin you are using is “yikes-inc-easy-mailchimp-extender” as you can see in the error message. Please contact the developers of that plugin for support related to their code.

    I hope that answers your query.

Viewing 1 replies (of 1 total)

The topic ‘Fatal error: can’t use function return value’ is closed to new replies.