Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/content/l/u/c/luckybsbar/html/wp-content/plugins/google-analytics-for-wordpress/wp-gdata/wp-gdata.php on line 14
Ok, I’m not sure, but I think this happens due our version of PHP. I’m running PHP 4.3.10.
On the line 14 of the file wp-gdata.php you can see the declaration “public $http_code;”. This is only supported in PHP 5.
I suggest the author specifies on the plugin download page the minimum requirements to run this plugin, since I couldn’t see anywhere the server’s requirements.
Thanks.