customLocale error

Using the customLocale-plugin: when I try to open the “Locales” tab in “Website Settings”, I get the following PHP error in the apache error log:

PHP Fatal error: Uncaught Error: Class ‘PKP\controllers\grid\GridHandler’ not found in /var/www/html/plugins/generic/customLocale/controllers/grid/CustomLocaleGridHandler.inc.php:27\n
Stack trace:\n
#0 /var/www/html/lib/pkp/includes/functions.inc.php(25): require_once()\n
#1 /var/www/html/plugins/generic/customLocale/CustomLocalePlugin.inc.php(70): import(‘plugins.generic…’)\n
#2 /var/www/html/lib/pkp/classes/plugins/HookRegistry.inc.php(107): CustomLocalePlugin->setupGridHandler(‘LoadComponentHa…’, Array)\n
#3 /var/www/html/lib/pkp/classes/core/PKPComponentRouter.inc.php(190): HookRegistry::call(‘LoadComponentHa…’, Array)\n
#4 /var/www/html/lib/pkp/classes/core/PKPComponentRouter.inc.php(247): PKPComponentRouter->getRpcServiceEndpoint(Object(Request))\n
#5 /var/www/html/lib/pkp/classes/core/Dispatcher.inc.php(144): PKPComponentRouter->route(Object(Request))\n
#6 /var/www/html/lib/pkp/classes/core/PKPApplication.inc.php(362): Dispatcher->dispatch(Object(Request))\n
#7 /var/www/html/index.php(68): PKPApplication->execute()\n
#8 {main}\n
thr in /var/www/html/plugins/generic/customLocale/controllers/grid/CustomLocaleGridHandler.inc.php on line 27, referer: https://ub-ojs-dev.ub.unibas.ch/global_europe/management/settings/website?uid=61f7bcc099aac

I tried it using plugin versions 1.1.0.1, 1.1.0.2 and my own modification (https://github.com/edelm/customLocale), all with the same result.

Does anybody habe any idea on whats going on?