Update not working?

Hi users and admin,

After a update notification in my piwik script i downloaded 1.1 overwrite d the files with my ftp client everything goes well no questions asked, when finished i went to my piwik web folder en nothing has changed, even the update notification remains on the upper right of the screen. What am i doing wrong? Can someone help me?

Check that all files have been uploaded without error, probably a few didnt’ get uploader properly

I have exactly the same issue, all files copied over (3 times now) and I’m still looking at the ‘New Update’ button and in the source.

All files seem to have been updated so not really sure where the problem is.

If you download from your server, the file core/Version.php - is it saying 1.0 or 1.1 ?

Its says 1.0… As does the version in each of the ‘latest’ zip files I downloaded. Is the file wrong on the piwik server or is there some odd caching thing going on as all versions are called latest.zip?

<?php /** * Piwik - Open source web analytics * * @link http://piwik.org * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later * @version $Id: Version.php 3011 2010-08-28 21:39:18Z matt $ * * @category Piwik * @package Piwik */ /** * Piwik version information. * * @package Piwik */ final class Piwik_Version { const VERSION = '1.0'; }

I see, your internet proxy is probably doing some caching. You can use the direct links at: http://builds.piwik.org/

Managed to get up to date version using different browser. Thanks for your help.