• I’m trying to activate WP Debugging in a staging site but am getting the error below each time (domain redacted for security). This is happening even when all other plugins are deactivated. Help?

    Fatal error: Uncaught Error: Class ‘WPConfigTransformer’ not found in /chroot/home/a66b46c8/*****/html/*******/wp-content/plugins/wp-debugging/src/Bootstrap.php:200 Stack trace: #0 /chroot/home/a66b46c8/*****/html/********/wp-content/plugins/wp-debugging/src/Bootstrap.php(163): Fragen\WP_Debugging\Bootstrap->set_pre_activation_constants() #1 /chroot/home/*****/html/*****/wp-includes/class-wp-hook.php(308): Fragen\WP_Debugging\Bootstrap->activate(”) #2 /chroot/home/**********/html/*****/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(”, Array) #3 /chroot/home/*****/html/*****/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #4 /chroot/home/*****/html/*****/wp-admin/plugins.php(194): do_action(‘activate_wp-deb…’) #5 {main} thrown in /chroot/home/*****/html/*****/wp-content/plugins/wp-debugging/src/Bootstrap.php on line 200

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Andy Fragen

    (@afragen)

    Are you able to edit the wp-config.php file?

    Thread Starter nikkiklock

    (@nikkiklock)

    Will try that, thx! (I’m not a dev, so I’m rounding up some help with this step.)

    Plugin Author Andy Fragen

    (@afragen)

    The class in question WPConfigTransformer is loaded via the autoloader from line 32 in the main plugin file.

    Unfortunately I cannot replicate any similar issue.

    Same here:

    Fatal error: Uncaught Error: Class “WPConfigTransformer” not found in …./wp-content/plugins/wp-debugging/src/Bootstrap.php:200 Stack trace: #0 …./wp-content/plugins/wp-debugging/src/Bootstrap.php(163): Fragen\WP_Debugging\Bootstrap->set_pre_activation_constants() #1 …./wp-includes/class-wp-hook.php(308): Fragen\WP_Debugging\Bootstrap->activate(”) #2 …./wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(”, Array) #3 …./wp-includes/plugin.php(517): WP_Hook->do_action(Array) #4 …./wp-admin/plugins.php(194): do_action(‘activate_wp-deb…’) #5 {main} thrown in …./wp-content/plugins/wp-debugging/src/Bootstrap.php on line 200

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fatal error: Uncaught Error: Class ‘WPConfigTransformer’ not found’ is closed to new replies.