Constant contact – syntax error line 635
-
Hello all.
I am having a problem with another plugin named Google Analytics Dashboard for WP, that seems to be caused by Contact Form 7.
The plugin is having difficulties loading data to my dashboard and takes up a lot of CPU and memory power. I have, however, tracked down the error. It appears I have a Critical Syntax Error in Contact Form 7 constant contact php file. It say like this:
CRITICAL syntax error, unexpected end of file, expecting ‘(‘ i /home/Replacedwithwhatever/public_html/wp-content/plugins/contact-form-7/modules/constant-contact.php på rad 635
I look at that line, and this is the section it points to.
class WPCF7_ConstantContact_ContactPostRequest {
private $email_address;
private $first_name;
private $last_name;
private $job_title;
private $company_name;
private $create_source;
private $birthday_month;
private $birthday_day;
private $anniversary;
private $custom_fields = array();
private $phone_numbers = array();
private $street_addresses = array(); <—this is line 365
private $list_memberships = array();public function __construct() {
}I have marked line 365 for you. I know nothing of Php, but comparing with other lines I can not find where this – expecting ‘(‘ – is supposed to be.
Any suggestions?
The page I need help with: [log in to see the link]
The topic ‘Constant contact – syntax error line 635’ is closed to new replies.