-
Notifications
You must be signed in to change notification settings - Fork 585
Closed
Description
Redux 3.4.4.8, WP 4.1.1
I am getting this error when trying to live preview my theme on a fresh site. I've increased the xdebug maximum_nesting value until 400, same error. Going above that returned a "server connection reset" error. This only happens when the options are not saved to db, activating the theme works. I'm concerned that it might cause the reviewers to reject my theme. I found 2 similar issues here, one still open but decided not to piggyback.
Here is part of the error:
Fatal error: Maximum function nesting level of '400' reached, aborting! in E:\Dropbox\DEV\WP\wp-includes\cache.php on line 497
Call Stack
# Time Memory Function Location
1 0.0070 330152 {main}( ) ..\customize.php:0
2 0.0100 397736 require_once( 'E:\Dropbox\DEV\WP\wp-admin\admin.php' ) ..\customize.php:13
3 0.0110 415872 require_once( 'E:\Dropbox\DEV\WP\wp-load.php' ) ..\admin.php:31
4 0.0120 432536 require_once( 'E:\Dropbox\DEV\WP\wp-config.php' ) ..\wp-load.php:29
5 0.0250 530904 require_once( 'E:\Dropbox\DEV\WP\wp-settings.php' ) ..\wp-config.php:99
6 0.3720 20439296 do_action( ) ..\wp-settings.php:353
7 0.4030 20584512 call_user_func_array:{E:\Dropbox\DEV\WP\wp-includes\plugin.php:496} ( ) ..\plugin.php:496
8 0.4030 20584800 TGM_Plugin_Activation->init( ) ..\plugin.php:496
9 0.4030 20584880 do_action( ) ..\class-tgm-plugin-activation.php:208
10 0.4030 20586312 call_user_func_array:{E:\Dropbox\DEV\WP\wp-includes\plugin.php:496} ( ) ..\plugin.php:496
11 0.4030 20586512 mixt_register_plugins( ) ..\plugin.php:496
12 0.4030 20586768 mixt_plugins( ) ..\init.php:174
13 0.4410 22436928 require_once( 'E:\Dropbox\DEV\WP\wp-content\themes\mixt\framework\redux-config.php' ) ..\init.php:92
14 0.4410 22437712 Redux_MIXT_config->__construct( ) ..\redux-config.php:2308
15 0.4410 22437904 Redux_MIXT_config->initSettings( ) ..\redux-config.php:31
16 0.4670 22816176 ReduxFramework->__construct( ) ..\redux-config.php:69
17 0.5000 23153688 ReduxFramework->get_options( ) ..\framework.php:320
18 0.5010 23153976 apply_filters( ) ..\framework.php:826
19 0.5010 23155360 call_user_func_array:{E:\Dropbox\DEV\WP\wp-includes\plugin.php:213} ( ) ..\plugin.php:213
20 0.5010 23155696 ReduxFramework_extension_customizer->_override_values( ) ..\plugin.php:213
21 0.5010 23155696 ReduxFramework->get_options( ) ..\extension_customizer.php:130
22 0.5010 23155968 apply_filters( ) ..\framework.php:826
23 0.5010 23157192 call_user_func_array:{E:\Dropbox\DEV\WP\wp-includes\plugin.php:213} ( ) ..\plugin.php:213
24 0.5010 23157224 ReduxFramework_extension_customizer->_override_values( ) ..\plugin.php:213
25 0.5010 23157224 ReduxFramework->get_options( ) ..\extension_customizer.php:130
The last 4 lines keep repeating until reaching the limit. I've tried turning the customizer off for all sections and then globally from the args, but no change.
Metadata
Metadata
Assignees
Labels
No labels