Quote Originally Posted by Frankcw View Post
I've learned about checking the cache for error log files & the log file said:
[02-Nov-2011 18:24:19] PHP Parse error: syntax error, unexpected '{' in /home/frankcw/public_html/jewelryholdersforyou/includes/templates/ashley_pink/common/tpl_main_page.php on line 187

this error is in the cache folder several times..each time I tried the module.
The code for the google analytics is pasted in at about line 370

The character '{' is in the file before & after I paste in the google analytics code. The file works without the google analytics but doesn't work with the code added.
I've found the problem. I had edited the file in Notepad++ and had wordwrap turned on because I had been reading some text files. I did a file compare with winmerge and it noted the carriage return difference. I copied & pasted into the file with wordwrap turned off & it works perfectly now. (I was C&P at line 187 with wordwrap turned off)

Frank