You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... even though the reset method has been removed, which is causing the following error:
PHPWarning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Boldgrid_Framework_Activate' does not have a method 'reset' in /home/public_html/wp-includes/class-wp-hook.php on line 288PHPStack trace:
PHP1. {main}() /home/public_html/wp-admin/admin.php:0PHP2.do_action() /home/public_html/wp-admin/admin.php:254PHP3.WP_Hook->do_action() /home/public_html/wp-includes/plugin.php:478PHP4.WP_Hook->apply_filters() /home/public_html/wp-includes/class-wp-hook.php:312PHP5.Boldgrid_Inspirations_Built->inspiration_page() /home/public_html/wp-includes/class-wp-hook.php:288PHP6.Boldgrid_Inspirations_Inspiration->deploy_script() /home/public_html/wp-content/plugins/boldgrid-inspirations/includes/class-boldgrid-inspirations-built.php:698PHP7.include() /home/public_html/wp-content/plugins/boldgrid-inspirations/includes/class-boldgrid-inspirations-inspiration.php:470PHP8.Boldgrid_Inspirations_Deploy->do_deploy() /home/public_html/wp-content/plugins/boldgrid-inspirations/pages/deploy.php:81PHP9.Boldgrid_Inspirations_Deploy->start_over() /home/public_html/wp-content/plugins/boldgrid-inspirations/includes/class-boldgrid-inspirations-deploy.php:2329PHP10.Boldgrid_Inspirations_Start_Over->start_over() /home/public_html/wp-content/plugins/boldgrid-inspirations/includes/class-boldgrid-inspirations-deploy.php:1117PHP11.Boldgrid_Inspirations_Start_Over->reset_framework() /home/public_html/wp-content/plugins/boldgrid-inspirations/includes/class-boldgrid-inspirations-start-over.php:302PHP12.do_action() /home/public_html/wp-content/plugins/boldgrid-inspirations/includes/class-boldgrid-inspirations-start-over.php:355PHP13.WP_Hook->do_action() /home/public_html/wp-includes/plugin.php:478PHP14.WP_Hook->apply_filters() /home/public_html/wp-includes/class-wp-hook.php:312
Was the reset class moved somewhere, or removed all together?
The text was updated successfully, but these errors were encountered:
Inspirations triggers a reset via:
In
class-boldgrid-framework
we're still adding:... even though the
reset
method has been removed, which is causing the following error:Was the reset class moved somewhere, or removed all together?
The text was updated successfully, but these errors were encountered: