• Resolved Arnupab

    (@arnupab)


    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:12

    You 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)
  • Plugin Support nicholas2019

    (@nicholas2019)

    Hello @arnupab ,

    The error message indicates that there may be missing files of the “redux-framework” plugin on your site.

    To resolve this, we suggest the following steps:

    1. Begin by deactivating the “redux-framework” plugin. Afterward, create a staging site once again.
    2. Alternatively, we recommend reinstalling the “redux-framework” plugin and then creating a staging site.

    Please inform us if the staging site is successfully created after following these steps.

    If you have any further inquiries or require additional assistance, please don’t hesitate to reach out. WPvivid support team is here to help!

    Kind regards.

    Thread Starter Arnupab

    (@arnupab)

    Hello @nicholas2019 ,

    1. by deactivate plugin, the staging site is successfully created.
    2. by re-install plugin, it still has same issue.

    Thank you.

    Plugin Support tonyrobins

    (@tonyrobins)

    Hello @arnupab

    Thanks for your update.

    Would you send us a debug zip to contact(at)wpvivid.com to help identify the problem? You can get the debug zip from the Debug tab of our plugin.

    All the best

    Thread Starter Arnupab

    (@arnupab)

    Hello @tonyrobins ,

    I have sent you?an email debug zip file.

    Best regards.

    Plugin Support nicholas2019

    (@nicholas2019)

    Hello @arnupab ,

    Thank you. We are going to check it out and will promptly provide you with an update.

    Kind regards.

    Thread Starter Arnupab

    (@arnupab)

    Hello,

    May I ask for more information about create staging site?

    Why staging site still require a login, even I have checked Anyone can visit the staging site in settings?

    Note: Live site have custom login URL.

    Best regards.

    Plugin Support tonyrobins

    (@tonyrobins)

    Hi @arnupab

    Sure. For an existing staging site, please check the option in the plugin settings of the staging site instead of the live site.

    All the best,

    Thread Starter Arnupab

    (@arnupab)

    Hello,

    Thank you for your help.

    Best regards.

    Plugin Support tonyrobins

    (@tonyrobins)

    Sure.

    All the best,

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.