Permission error?

I just moved my piwik install to a nginx install and I’m getting this error in firebug:

“unexpected end of XML source
[Break on this error] document.write(unescape(”%3Cscript src…‘text/javascript’%3E%3C/script%3E"));"

I think this is a permission error but I have not been able to track it down. I have several sites on a different server that are working just fine (sending data to the install on the nginx server - so I know that the piwik code is working). But I cannot seem to figure out how to troubleshoot this one when I make the call locally. I think it is a user or permission error but I’m not sure.

Any ideas?

Thanks

I had an extra <script type=’…> tag before the tag and that was causing the error

I removed the tag and everything is working again