[solved] Fail to upgrade from 7.0.1 to 7.0.2

Hi,
Installation failed and we can not have access anymore to the web interface.
Class 'Pydio\\Core\\Http\\TopLevelRouter' not found in /home/pydio/www/index.php on line 29
(On debian 8)

My index.php is:

use Pydio\Core\Http\TopLevelRouter;

include_once("base.conf.php");

$router = new TopLevelRouter();
$router->route();

And my TopLevelRouter is there /home/pydio/www/core/src/pydio/Core/Http/TopLevelRouter.php
If you have any solution or suggestion,
Thanks

hi @a.jaffre did you solve your issue since then ?

Hello Charles, yes I solved it by overwrite the code with the new version