Error Uncaught Whoops\Exception\ErrorException: Declaration of Concrete\Core\Workflow\Progress\PageProgress - concrete5

I created a new sub-page and I had noticed the urls on the home page carousel were not working, so I updated them and changed the text in the carousel.Then I getting below error
Uncaught Whoops\Exception\ErrorException: Declaration of Concrete\Core\Workflow\Progress\PageProgress::add(Concrete\Core\Workflow\Workflow $wf, Concrete\Core\Workflow\Request\PageRequest $wr) should be compatible with Concrete\Core\Workflow\Progress\Progress::add($wpCategoryHandle, Concrete\Core\Workflow\Workflow $wf, Concrete\Core\Workflow\Request\Request $wr) in /homepages/32/d600934559/htdocs/knowanddo/concrete/src/Workflow/Progress/PageProgress.php:8 Stack trace: #0 /homepages/32/d600934559/htdocs/knowanddo/concrete/src/Workflow/Progress/PageProgress.php(8): Whoops\Run->handleError(2, 'Declaration of ...', '/homepages/32/d...', 8, Array) #1 /homepages/32/d600934559/htdocs/knowanddo/concrete/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Psr4ClassLoader.php(69): require('/homepages/32/d...') #2 [internal function]: Symfony\Component\ClassLoader\Psr4ClassLoader->loadClass('Concrete\\Core\\W...') #3 /homepages/32/d600934559/htdocs/knowanddo/concrete/elements/page_controls_footer.php(12): spl_autol

Related

Woocommerce fatal error : error in single-product template

My site is broken and below is the displayed message.
When I deactivate Woocommerce, erveything runs well, but I need it activated.
Fatal error: Uncaught Error: Call to a member function is_on_sale() on null in /home/brga7543/smatchcard.com/wp-content/plugins/woocommerce/templates/single-product/sale-flash.php:25 Stack trace: #0 /home/brga7543/smatchcard.com/wp-content/plugins/woocommerce/includes/wc-core-functions.php(345): include() #1 /home/brga7543/smatchcard.com/wp-content/plugins/woocommerce/includes/wc-template-functions.php(1676): wc_get_template('single-product/...') #2 /home/brga7543/smatchcard.com/wp-includes/class-wp-hook.php(307): woocommerce_show_product_sale_flash('') #3 /home/brga7543/smatchcard.com/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array) #4 /home/brga7543/smatchcard.com/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #5 /home/brga7543/smatchcard.com/wp-content/plugins/woocommerce/templates/content-single-product.php(43): do_action('woocommerce_bef...') #6 /home/brga7543/smatchcard.com/wp-includes/template.php(772): require('/home/brga7543/...') #7 /home/brga7543/smatchcard.com/wp-content/plugins/wo in /home/brga7543/smatchcard.com/wp-content/plugins/woocommerce/templates/single-product/sale-flash.php on line 25

Rev Slider Fatal Error in WordPress. Unable access dashboard

Fatal error: Uncaught Error: [] operator not supported for strings in /homepages/46/d688139689/htdocs/dhruva/wp-content/plugins/revslider/inc_php/framework/base_admin.class.php:72 Stack trace: #0 /homepages/46/d688139689/htdocs/dhruva/wp-content/plugins/revslider/revslider_admin.php(157): UniteBaseAdminClassRev::addMetaBox('Revolution Slid...', Object(UniteSettingsAdvancedRev), Array, NULL) #1 /homepages/46/d688139689/htdocs/dhruva/wp-content/plugins/revslider/revslider_admin.php(68): RevSliderAdmin->addSliderMetaBox() #2 /homepages/46/d688139689/htdocs/dhruva/wp-content/plugins/revslider/revslider_admin.php(40): RevSliderAdmin->init() #3 /homepages/46/d688139689/htdocs/dhruva/wp-content/plugins/revslider/revslider.php(146): RevSliderAdmin->__construct('/homepages/46/d...') #4 /homepages/46/d688139689/htdocs/dhruva/wp-settings.php(215): include_once('/homepages/46/d...') #5 /homepages/46/d688139689/htdocs/dhruva/wp-config.php(89): require_once('/homepages/46/d...') #6 /homepages/46/d688139689/htdocs/dhruva/wp-load.php(37) in /homepages/46/d688139689/htdocs/dhruva/wp-content/plugins/revslider/inc_php/framework/base_admin.class.php on line 72
I renamed revslider folder name from FTP. Still it's not working.

Fatal error: Uncaught Error: Call to undefined function optionsframework_options()

i've updated my website with lastest wordpress version but now the Theme Options doesn't work with this error:
Fatal error: Uncaught Error: Call to undefined function optionsframework_options() in /home/customer/www/dimaurorivestimenti.it/public_html/wp-content/themes/Primero/admin/options-interface.php:25 Stack trace: #0 /home/customer/www/dimaurorivestimenti.it/public_html/wp-content/themes/Primero/admin/options-framework.php(209): optionsframework_fields() #1 /home/customer/www/dimaurorivestimenti.it/public_html/wp-includes/class-wp-hook.php(292): optionsframework_page('') #2 /home/customer/www/dimaurorivestimenti.it/public_html/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters('', Array) #3 /home/customer/www/dimaurorivestimenti.it/public_html/wp-includes/plugin.php(484): WP_Hook->do_action(Array) #4 /home/customer/www/dimaurorivestimenti.it/public_html/wp-admin/admin.php(259): do_action('appearance_page...') #5 /home/customer/www/dimaurorivestimenti.it/public_html/wp-admin/themes.php(10): require_once('/home/customer/...') #6 {main} thrown in /home/customer/www/dimaurorivestimenti.it/public_html/wp-content/themes/Primero/admin/options-interface.php on line 25
Can you help me to solve it?
EDIT: This is the code inside file:
function optionsframework_fields() {
global $allowedtags;
$optionsframework_settings = get_option('optionsframework');
// Get the theme name so we can display it up top
$themename = get_theme_data(STYLESHEETPATH . '/style.css');
$themename = $themename['Name'];
// Gets the unique option id
if (isset($optionsframework_settings['id'])) {
$option_name = $optionsframework_settings['id'];
}
else {
$option_name = 'optionsframework';
};
$settings = get_option($option_name);
$options = optionsframework_options();
$counter = 0;
$menu = '';
$output = '';
i've just checked it and i change it from 7.3 to 7.2, 7.1 and 7.0 but the error is worst
Fatal error: Uncaught Error: Call to undefined function optionsframework_options() in /home/customer/www/dimaurorivestimenti.it/public_html/wp-content/themes/Primero/admin/options-interface.php:27 Stack trace: #0 /home/customer/www/dimaurorivestimenti.it/public_html/wp-content/themes/Primero/admin/options-framework.php(209): optionsframework_fields() #1 /home/customer/www/dimaurorivestimenti.it/public_html/wp-includes/class-wp-hook.php(292): optionsframework_page('') #2 /home/customer/www/dimaurorivestimenti.it/public_html/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters('', Array) #3 /home/customer/www/dimaurorivestimenti.it/public_html/wp-includes/plugin.php(484): WP_Hook->do_action(Array) #4 /home/customer/www/dimaurorivestimenti.it/public_html/wp-admin/admin.php(259): do_action('appearance_page...') #5 /home/customer/www/dimaurorivestimenti.it/public_html/wp-admin/themes.php(10): require_once('/home/customer/...') #6 {main} thrown in /home/customer/www/dimaurorivestimenti.it/public_html/wp-content/themes/Primero/admin/options-interface.php on line 27
Then when i set php version to 5.6.40 the error is just
Fatal error: Call to undefined function optionsframework_options() in /home/customer/www/dimaurorivestimenti.it/public_html/wp-content/themes/Primero/admin/options-interface.php on line 27
I had same problem with Pixwell Theme. Try to install and activate required plugins first.
I hope this reply saves time for other people having same problem
Uncaught Error: Call to undefined function pixwell_default_option_values()

Wordpress fatal error: Uncaught Error: Call to undefined method WP_Error::get_wc_block_data()

Fatal error: Uncaught Error: Call to undefined method WP_Error::get_data() in …./plugins/woo-gutenberg-products-block/src/RestApi.php:52
Stack trace: #0 …./plugins/woo-gutenberg-products-block/src/Assets.php(184): Automattic\WooCommerce\Blocks\RestApi::get_routes_from_namespace(‘wc/store’)
#1 …./wp-includes/class-wp-hook.php(287): Automattic\WooCommerce\Blocks\Assets::get_wc_block_data(Array)
#2 …./wp-includes/plugin.php(212): WP_Hook->apply_filters(Array, Array)
#3 …./plugins/woo-gutenberg-products-block/src/Assets/AssetDataRegistry.php(132): apply_filters(‘woocommerce_sha…’, Array)
#4 …./plugins/woo-gutenberg-products-block/src/Assets/AssetDataRegistry.php(223): Automattic\WooCommerce\Blocks\Assets\AssetDataRegistry->initialize_core_data()
#5 /home/te in …./plugins/woo-gutenberg-products-block/src/RestApi.php on line 52
I see this in Admin > Products and whole week i cant fix this..
Any ideas what could be wrong?

Fatal error: wp_create_nonce() not defined in script-loader.php

Out of nothing my wp website stopped working.
This is the message I get when I turn the debug on.
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wp_validate_auth_cookie' not found or invalid function name in /home/u775042855/domains/amosermae.com/public_html/wp-includes/class-wp-hook.php on line 288
Fatal error: Uncaught Error: Call to undefined function wp_create_nonce() in /home/u775042855/domains/amosermae.com/public_html/wp-includes/script-loader.php:1058 Stack trace: #0 /home/u775042855/domains/amosermae.com/public_html/wp-includes/class-wp-hook.php(288): wp_default_scripts(Object(WP_Scripts)) #1 /home/u775042855/domains/amosermae.com/public_html/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters('', Array) #2 /home/u775042855/domains/amosermae.com/public_html/wp-includes/plugin.php(544): WP_Hook->do_action(Array) #3 /home/u775042855/domains/amosermae.com/public_html/wp-includes/class.wp-scripts.php(167): do_action_ref_array('wp_default_scri...', Array) #4 /home/u775042855/domains/amosermae.com/public_html/wp-includes/class.wp-scripts.php(142): WP_Scripts->init() #5 /home/u775042855/domains/amosermae.com/public_html/wp-includes/functions.wp-scripts.php(23): WP_Scripts->__construct() #6 /home/u775042855/domains/amosermae.com/public_html/wp-includes/functions.wp-scripts.php(128): wp_scripts() #7 /home/u775 in /home/u775042855/domains/amosermae.com/public_html/wp-includes/script-loader.php on line 1058
Can anyone help?

Resources