HELP...I'm new in concrete5 and my site crached?

Permalink
Hi,
I'm new in Concrete5, and I was installing the TrooperPlaceholderImage and under the process, I got this warning:

There was an unpredicted failure.
Class Troop \ Placeholder Image \ Legacy \ ImageHelper kan not Inherit from final class (Concrete \ Core \ Legacy \ ImageHelper)

Now I can go back in the browser to the dashbourd, but every time I try to go through another link the same failure comes up!?

What can I do to fix it?

 
WillemAnchor replied on at Permalink Reply
WillemAnchor
Hi eggers22,
I noticed you already asked for help from the developer of the block.

I'll have a quick look to see if I can reproduce this error.
WillemAnchor replied on at Permalink Reply
WillemAnchor
Yes, I get the same error. It's completely breaking my install.

Unfortunately, to fix this you need to edit one of the files on your server.
I hope you know how to do this.

\packages\troop_placeholder_images\controller.php
add '//' to the beginning of line 20:
//   protected $packageProviders = array('\Troop\PlaceholderImage\PlaceholderImageServiceProvider');


This will enable you to go to the dashboard and uninstall the package.

For the record:
This addon used old (depricated) classes: Concrete\Core\Legacy\ImageHelper, used in \packages\troop_placeholder_images\src\PlaceholderImage\Legacy\ImageHelper.php

good luck, I'll ask to get this add on removed from the marketplace until it's fixed
eggers22 replied on at Permalink Reply
Fast help - Thanks alot!!

BR
Martin
WillemAnchor replied on at Permalink Reply
WillemAnchor
This add-on has been updated by the developer.