Error during create staging site related to redux framework plugin
-
Hello,
When I create staging site, it show
[error]type: 1, Uncaught Error: Class “WP_Upgrader_Skin” not found in /…/plugins/redux-framework/redux-core/inc/classes/class-redux-installer-muter.php:12You can see line 12 for reference below
1 <?php // phpcs:ignore WordPress.Files.FileName 2 3 defined( 'ABSPATH' ) || exit; 4 5 if ( ! class_exists( 'Redux_Installer_Muter', false ) ) { 6 7 /** 8 * Redux_Installer_Muter. 9 * 10 * @since 4.0.0 11 */ 12 class Redux_Installer_Muter extends WP_Upgrader_Skin { 13 14 /** 15 * Suppress feedback. 16 * 17 * @param string|null $string A string. 18 * @param array|null ...$args Passed args. 19 * 20 * @return void 21 * @since 4.0.0 22 */ 23 public function feedback( $string, ...$args ) { 24 /* no output */ 25 } 26 } 27 }
It also show as thrown that file in stack trace.
So, is there any guide to fix this?
Thanks for considering my request.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Error during create staging site related to redux framework plugin’ is closed to new replies.