Quote Originally Posted by notageek View Post
Hi. I had previously upgraded from 1.2.3 to 1.2.5c to try to regain my GA code when it stopped suddenly. Today I uninstalled Simple GA and performed a new installation, and now I can see the script where it should be at the bottom of the includes/templates/mytemplate/common/tpl_main_page.php, when I "view source" on right click of the page.

I feel sure it will start tracking again, as nothing has been changed in www.google.analytics.com, which has always said it is tracking.

On comparing the 1.2.5c files with the 1.2.3 files, there are 2 items that I did not have installed: the jscript folder and the jscript_google_analytics.php file within that folder. Otherwise, the file structure was the same.

I did need to change the TYPE=MyISAM to ENGINE=MyISAM in the googleanalytics_INSTALL.sql, because that language has been changed as of PHP 5.1.

I hope my troubles have benefitted someone.

Notageek
On comparing the 1.2.5c files with the 1.2.3 files, there are 2 items that I did not have installed: the jscript folder and the jscript_google_analytics.php file within that folder. Otherwise, the file structure was the same.
No wonder it didn't work and show up on your page. Always make sure all files uploaded correctly.

I did need to change the TYPE=MyISAM to ENGINE=MyISAM in the googleanalytics_INSTALL.sql, because that language has been changed as of PHP 5.1.
The MyISAM in googleanalytics_INSTALL.sql in version 1.2.5c the type will default to what ever =MyISAM your sever is running. I left it blank on purpose to do that. That was change back in March, 2012.