Widgets won't save

Ok I am really at a loss… lets try something out of the box.

Your browser what if you clear browser cache?

Can you temporarily turn off your firewall on the machine accessing the piwik site?

Tried that, I’ve tried IE, Firefox, Safari, Chrome, on Windowss XP and Mac at 2 different locations

Can you try reset your dashboard and try again ?

Does it work for you on the demo?

I’ve got it set up on another server and it works fine, I’ve reset it and also tried to create a new one but keep getting the opps error

Did you check your server error logs?

Can also use firebug to see the “response” in the NET panel of the request for the widget?

Not sure what I’m looking for in my server logs, firebug returns this when trying to save config

HTTP/1.1 301 Moved Permanently
Date: Tue, 17 Jul 2012 09:33:40 GMT
Server: Apache
Location: http://www.mysite.com/piwik/
Cache-Control: max-age=2592000
Expires: Thu, 16 Aug 2012 09:33:40 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 240
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1

HTTP/1.1 302 Found
Date: Tue, 17 Jul 2012 09:33:40 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Location: index.php?module=CoreHome&action=index&idSite=1&period=day&date=yesterday
Content-Encoding: gzip
Vary: Accept-Encoding,User-Agent
X-Powered-By: PleskLin
Content-Length: 26
Keep-Alive: timeout=5, max=499
Connection: Keep-Alive
Content-Type: text/html

HTTP/1.1 301 Moved Permanently
Date: Tue, 17 Jul 2012 09:33:40 GMT
Server: Apache
Location: http://www.mysite.com/piwik/
Cache-Control: max-age=2592000
Expires: Thu, 16 Aug 2012 09:33:40 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 240
Keep-Alive: timeout=5, max=500
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1

On my working server I get 200 OK on everything

Are any of your domains being redirected from the server side?

Not that I know of

ok its odd as 301s and 302s are typically url redirects. Did you haen to copy any files from one install to another?

how are you DNS pointing your traffic? is it from the same provider of you web hosting of the piwik install?

No to the first question

As for the 2nd my domains are not with the same as my host I just point them using the dns ns1 etc I’m not sure if that is what you mean.

Finally sorted it, I’m not sure which line but there was something in my .htaccess, thanks to everyone for your help