andeedee / gapi-google-analytics-php-interface

Automatically exported from code.google.com/p/gapi-google-analytics-php-interface
0 stars 0 forks source link

Line 8 of example.report.php should be a static call #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Download the library
2.Enter your GA credentials into example.report.php
3.Run the script

I should see the report data.  Instead I see "Parse error: syntax error, 
unexpected T_OBJECT_OPERATOR"

On line 8:
-$ga = gapiClientLogin->authenticate(ga_email,ga_password);
+$ga = gapiClientLogin::authenticate(ga_email,ga_password);

Original issue reported on code.google.com by eva...@gmail.com on 19 Aug 2010 at 9:46