Google Analytics Bridge
    My workaround, May 31, 2007 |
1 of 1 people find this review helpful:
It works, and as stated for php5.
However my site is in a hosting environment that has both php 4 + 5, yet it defaults to 4.
My workaround was to download the plugin, edit the xml file from:
bot_google_analytics.php
to:
bot_google_analytics.php5
And re-named the file to reflect the '.php5' extension, as the hosting will run these extensions with php5.
It worked for me, might work for you.
Either way, now my site isn't broken, and I don't have to go change .htaccess files to default everything to php5.
Script works, but I strongly recommend attempting to re-write to make it php4 compatible.
|
|