No need for further action as I solved it. But just for your next updates.
The theme has a bug. In the file /wp-content/themes/gdn-theme/framework/lib/class_tgm.php it has this code: if ( ! function_exists( "gdn-theme" ) ) { function tgmpa( $plugins, $config = array() ) {
but should be: if ( ! function_exists( "tgmpa" ) ) { function tgmpa( $plugins, $config = array() ) {
All following comments are shown for registered users only!