can't ad block

Permalink
I can't ad a new block on my site. When i want to ad a new block I get the following message:

set('content', $this->content); } public function save($data) { $args['content'] = isset($data['content']) ? $data['content'] : ''; parent::save($args); } } ?>
Fatal error: Class 'GoogleGadgetBlockController' not found in /home/vhosting/i/vhost0031069/domains/vegnieuwvliet.nl/htdocs/www/updates/concrete5.6.3.4/concrete/core/libraries/loader.php on line 437

What can do to ge my site working again?

jackbasting
 
mnakalay replied on at Permalink Reply
mnakalay
hello,
it seems you have a block named Google Gadget, either in the blocks directory, or in a package in the packages directory. This block is missing its controller file controller.php

You might need to reinstall.

On the error hand, it might be something else. I find it weird that you have that code in the error just before the actual error message. Maybe the controller.php file is there but contains a typo in the controller that breaks everything.

Not sure. Check to see if the file is there to start with.
jackbasting replied on at Permalink Reply
jackbasting
Hello,
Is it possible that it has someting to do with the php version I use on the server of my website.
I switched from php 5.2 to 5.6
From september 2016 5.2 is no longer suported by my webhostingpackage.