Vivid Thumb Gallery blocks editing and adding of any page

Permalink
Hi guys,

after years of smooth working a former client calls me that there is a problem with his website. He wont receive messages via the Contact Form anymore, although users get positive feedback that a message has been sent.

Turns out that an Add-on called Vivid Thumb Gallery is causing general problems. I can´t edit od add any pages, everytime i try it shows an error message:

Declaration of Concrete\Package\VividThumbGallery\Block\VividThumbGallery\Controller::registerViewAssets() should be compatible with Concrete\Core\Block\BlockController::registerViewAssets($outputContent = '')


i already released the Addon from the project, still the same problem.
c5 is working with Version 8.2.1, PHP 7.1.26.

I already tried to update c5 and the addons, but the system says, that there are no updates available.

Does anybody have any idea how to solve this issues?

Thanks very much!

 
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
find line number 141 of the Concrete\Package\VividThumbGallery\Block\VividThumbGallery\Controller.php which should look like this..
public function registerViewAssets()

and change it to this..
public function registerViewAssets($outputContent = '')