site error

Permalink
Hi, i added a new site and unfortunately an error occurred.
(see screenshot below)
/usr/www/users/carmennt/bcefilms.eu/packages/webli_youtube_popup/blocks/webli_youtube_popup/controller.php100

Can anyone tell me what to do?
Thanks in advance

1 Attachment

 
jero replied on at Permalink Reply
jero
It looks to me like you have deleted a file from the file manager, which is being referenced by this block.

As this is not a free addon, I'd ask the developer for support. They should be able to code round that pretty easily. Seehttps://www.concrete5.org/marketplace/addons/youtube-popup/support...

If you don't get any joy there, you're going to need to modify that controller function so that it returns an empty array:

return array();


before it does anything else.

That hopefully should stop the thing from throwing an exception and you'll be able to delete the block.