• Resolved midevilone

    (@midevilone)


    I bought the pro version last night.
    I encounter a fatal error when installing the most important extension

    I get this error when attempting to activate “Strong Testimonials Importer”

    Plugin could not be activated because it triggered a fatal error.

    Parse error: syntax error, unexpected ‘)’ in …/wp-content/plugins/strong-testimonials-imports/strong-testimonials-importer.php on line 177

    This is the contents of line 177:

           );

    more lines for context. lines 164 to 182

                array(
                    'fields' => wpmtst_get_all_fields(),
                    'sessionID' => wp_get_session_token(),
                    'masterKey' => get_option('wpm_testimonials_strong_plugins_api_key', ''),
                    'generalOptions' => get_option('wpmtst_importer_options'),
                    'facebookOptions' => get_option('wpmtst_importer_facebook_options'),
                    'googleOptions' => get_option('wpmtst_importer_google_options'),
                    'googleQueueOptions' => get_option('strong_testimonials_google_queue', []),
                    'yelpOptions' => get_option('wpmtst_importer_yelp_options'),
                    'wooCommerceOptions' => get_option('wpmtst_importer_woocommerce_options'),
                    'nonce' => wp_create_nonce('wpmtst_import_reviews'),
                    'redirectUrl' => get_site_url(),
                ),
            );
        }
    }
    
    /**
     * Load text domain.

    I have tried emailing support but receive no response.

    • This topic was modified 1 year, 2 months ago by midevilone.
    • This topic was modified 1 year, 2 months ago by midevilone.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Purchased the Pro Version “Fatal Error” when installing’ is closed to new replies.