Sudden zend_locale_math error in filemanager

Permalink
I have created a website, and without doing any changes, i suddenly get an error when trying to visit the filemanager.

The error sounds as follows:
Fatal error: require(): Cannot redeclare class zend_locale_math in /var/www/clients/client1/web2/web/updates/concrete5.6.3.3/concrete/libraries/3rdparty/Zend/Locale/Format.php on line 302

As you can see, i tried updating to 6.3.3, and that did not fix the issue. I tried deleting the file, that was redeclaring the class, but it then said it could not find the class, so it sounds like the file is being run twice? How can i fix this?

lundco99