Skip Navigation

[Resolved] Uncaught Error: Call to a member function make() on bool

This support ticket is created 4 years ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 1 voice.

Last updated by villeK-5 4 years ago.

Author
Posts
#2149341

I am trying to:

Install Woocommerce Views. Using latest WP + WooCommerce on PHP 8.09 server.

Instead, I got:

Fatal error: Uncaught Error: Call to a member function make() on bool
in /var/www/motocafe/wp-content/plugins/woocommerce-views/application/Bootstrap.php on line 80

Call stack:

WooViews\Bootstrap::init_template_loader()
wp-includes/class-wp-hook.php:303
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:327
WP_Hook::do_action()
wp-includes/plugin.php:470
do_action()
wp-settings.php:578
require_once()
wp-config.php:106
require_once()
wp-load.php:50
require_once()
wp-blog-header.php:13
require()
index.php:17

#2149373

I disabled Query Monitor plugin and got this installed. Not sure if it was a coincidence or not.