My error log about update for 2.0.1 :(

[Fri Dec 20 04:34:50 2013] [error] [client 183.13.67.4] PHP Fatal error: Class ‘Piwik\View\OneClickDone’ not found in /my_root/plugins/piwik/plugins/CoreUpdater/Controller.php on line 105, referer: http://plugins.example.com/piwik/index.php?module=CoreUpdater&action=newVersionAvailable
[Fri Dec 20 04:34:50 2013] [error] [client 183.13.67.4] PHP Fatal error: Class ‘\Piwik\Plugins\CorePluginsAdmin\Controller’ not found in /my_root/plugins/piwik/core/FrontController.php on line 179, referer: http://plugins.example.com/piwik/index.php?module=CoreUpdater&action=newVersionAvailable


I see blank page (Status: 200). I just don’t know anything. :frowning: Now I must reupload piwik.

Could it just be a url reference is a bit badly formated? if you want to try just find and replace the following 2 lines.

On your server find this file

/my_root/plugins/piwik/plugins/CoreUpdater/Controller.php

find line that contains this

‘Piwik\View\OneClickDone’

Change to

‘Piwik\View\OneClickDone’

Also

file

/my_root/plugins/piwik/core/FrontController.php

find line

‘\Piwik\Plugins\CorePluginsAdmin\Controller’

change to

‘\Piwik\Plugins\CorePluginsAdmin\Controller’

If it works then could be just a typo on those 2 files needs to be corrected on repository

No, the backslash is quoted by the apache2 logger.

Oh, maybe the newly downloaded file is blank, but I have reuploaded the file just now.

I find that when I download a plugin through the admin panel, the files are all blank (zero byte). Maybe I should open an issue for that. :frowning: