Cannot install any addon

Each time I extract addon zip file to addons folder, my website show:

This page isn’t working

<domain is currently unable to handle this request.
HTTP ERROR 500

Please help. Thanks a lot

PHP Fatal error: require(): Failed opening required ‘…/addons/cockpit_FORCE-FULL-TITLE-master/bootstrap.php’ (include_path=’.:/opt/alt/php72/usr/share/pear’) in …/lib/Lime/App.php on line 1328

Copy only this folder: https://github.com/serjoscha87/cockpit_FORCE-FULL-TITLE/tree/master/FullTitle into your addons dir.

The fatal error comes from the way, the underlying Lime framework includes modules and addons and the bootstrap.php in the root of the addon is missing.

1 Like

Thanks @raffaelj,
You save my life :slight_smile: