Spinner Spining after clicking on custom block manager

Spinner Spinning after clicking on manage custom block. I am using OJS 3.1.1
Accidentally I had deleted this plugin, after downloading from here: Releases · pkp/customBlockManager · GitHub
I copied it to generic folder of plugin, then it is showing this issue. Please get me out of this.

image

Hi @loveleentak,

Check your PHP error log for details.

Regards,
Alec Smecher
Public Knowledge Project Team

This is the content of error log file:
[25-Apr-2018 16:40:28 UTC] PHP Strict Standards: Only variables should be passed by reference in
ojs/cache/t_compile/cfac7d723fa83a8468f3fec3577c93a53cdab919^%%F0^F00^F009094B%%step1.tpl.php on line 11
[25-Apr-2018 16:40:28 UTC] PHP Strict Standards: Declaration of LensGalleyPlugin::register() should be compatible with LazyLoadPlugin::register($category, $path, $mainContextId = NULL) in
ojs/plugins/generic/lensGalley/LensGalleyPlugin.inc.php on line 323
[25-Apr-2018 16:40:28 UTC] PHP Strict Standards: Declaration of PKPUsageEventPlugin::getEnabled() should be compatible with LazyLoadPlugin::getEnabled($contextId = NULL) in
ojs/lib/pkp/plugins/generic/usageEvent/PKPUsageEventPlugin.inc.php on line 386
[25-Apr-2018 16:40:28 UTC] PHP Strict Standards: Declaration of CustomHeaderPlugin::register() should be compatible with LazyLoadPlugin::register($category, $path, $mainContextId = NULL) in
ojs/plugins/generic/customHeader/CustomHeaderPlugin.inc.php on line 141
[25-Apr-2018 16:40:28 UTC] PHP Strict Standards: Declaration of LensGalleyPlugin::register() should be compatible with LazyLoadPlugin::register($category, $path, $mainContextId = NULL) in
ojs/plugins/generic/lensGalley/LensGalleyPlugin.inc.php on line 323
[25-Apr-2018 16:40:28 UTC] PHP Strict Standards: Declaration of PKPUsageEventPlugin::getEnabled() should be compatible with LazyLoadPlugin::getEnabled($contextId = NULL) in
ojs/lib/pkp/plugins/generic/usageEvent/PKPUsageEventPlugin.inc.php on line 386
[25-Apr-2018 16:40:28 UTC] PHP Strict Standards: Declaration of CustomHeaderPlugin::register() should be compatible with LazyLoadPlugin::register($category, $path, $mainContextId = NULL) in
ojs/plugins/generic/customHeader/CustomHeaderPlugin.inc.php on line 141
[25-Apr-2018 16:40:28 UTC] PHP Strict Standards: Declaration of LensGalleyPlugin::register() should be compatible with LazyLoadPlugin::register($category, $path, $mainContextId = NULL) in
ojs/plugins/generic/lensGalley/LensGalleyPlugin.inc.php on line 323
[25-Apr-2018 16:40:28 UTC] PHP Strict Standards: Declaration of PKPUsageEventPlugin::getEnabled() should be compatible with LazyLoadPlugin::getEnabled($contextId = NULL) in
ojs/lib/pkp/plugins/generic/usageEvent/PKPUsageEventPlugin.inc.php on line 386
[25-Apr-2018 16:40:28 UTC] PHP Strict Standards: Declaration of CustomHeaderPlugin::register() should be compatible with LazyLoadPlugin::register($category, $path, $mainContextId = NULL) in
ojs/plugins/generic/customHeader/CustomHeaderPlugin.inc.php on line 141
[25-Apr-2018 16:40:36 UTC] PHP Strict Standards: Declaration of LensGalleyPlugin::register() should be compatible with LazyLoadPlugin::register($category, $path, $mainContextId = NULL) in
ojs/plugins/generic/lensGalley/LensGalleyPlugin.inc.php on line 323
[25-Apr-2018 16:40:36 UTC] PHP Strict Standards: Declaration of PKPUsageEventPlugin::getEnabled() should be compatible with LazyLoadPlugin::getEnabled($contextId = NULL) in
ojs/lib/pkp/plugins/generic/usageEvent/PKPUsageEventPlugin.inc.php on line 386
[25-Apr-2018 16:40:36 UTC] PHP Strict Standards: Declaration of CustomHeaderPlugin::register() should be compatible with LazyLoadPlugin::register($category, $path, $mainContextId = NULL) in
ojs/plugins/generic/customHeader/CustomHeaderPlugin.inc.php on line 141
[25-Apr-2018 16:40:36 UTC] PHP Strict Standards: Declaration of LensGalleyPlugin::register() should be compatible with LazyLoadPlugin::register($category, $path, $mainContextId = NULL) in
ojs/plugins/generic/lensGalley/LensGalleyPlugin.inc.php on line 323
[25-Apr-2018 16:40:36 UTC] PHP Strict Standards: Declaration of PKPUsageEventPlugin::getEnabled() should be compatible with LazyLoadPlugin::getEnabled($contextId = NULL) in
ojs/lib/pkp/plugins/generic/usageEvent/PKPUsageEventPlugin.inc.php on line 386
[25-Apr-2018 16:40:36 UTC] PHP Strict Standards: Declaration of CustomHeaderPlugin::register() should be compatible with LazyLoadPlugin::register($category, $path, $mainContextId = NULL) in
ojs/plugins/generic/customHeader/CustomHeaderPlugin.inc.php on line 141
[25-Apr-2018 16:40:37 UTC] PHP Strict Standards: Declaration of LensGalleyPlugin::register() should be compatible with LazyLoadPlugin::register($category, $path, $mainContextId = NULL) in
ojs/plugins/generic/lensGalley/LensGalleyPlugin.inc.php on line 323
[25-Apr-2018 16:40:37 UTC] PHP Strict Standards: Declaration of PKPUsageEventPlugin::getEnabled() should be compatible with LazyLoadPlugin::getEnabled($contextId = NULL) in
ojs/lib/pkp/plugins/generic/usageEvent/PKPUsageEventPlugin.inc.php on line 386
[25-Apr-2018 16:40:37 UTC] PHP Strict Standards: Declaration of CustomHeaderPlugin::register() should be compatible with LazyLoadPlugin::register($category, $path, $mainContextId = NULL) in
ojs/plugins/generic/customHeader/CustomHeaderPlugin.inc.php on line 141

Hi @loveleentak,

Those warnings are cosmetic and can be ignored – but look further up in the file for something containing the word “error”. (We’re working to gradually resolve the warnings so they don’t clutter the logs.)

Regards,
Alec Smecher
Public Knowledge Project Team

PHP Fatal error: Call to a member function getSetting() on string in ojs/plugins/generic/customBlockManager/controllers/grid/form/CustomBlockForm.inc.php on line 90

This is the error.

PHP Fatal error: Call to a member function getSetting() on string in ojs/plugins/generic/customBlockManager/controllers/grid/form/CustomBlockForm.inc.php on line 90

This is the error.

Hi all,

See Getting fatal PHP error when using Custom Block Manager to create new blocks - #42 by loveleentak.

Regards,
Alec Smecher
Public Knowledge Project Team