This is causing massive GLOBALS array
-
This is causing a massive amount of data in the GLOBALS array which is causing some of our pages to crash when trying to serialize $GLOBALS[‘wp_filter’][‘list_terms_exclusions’] on line 1339 of wp-includes/taxonomy.php
An example of the data in that array:
[option_timezone_string] => Array
(
[count] => 8410
[stack] => Array
(
)[time] => Array
(
[0] => Array
(
[start] => 1415642387.276
[stop] => 1415642387.276
)[1] => Array
(
[start] => 1415642387.4277
[stop] => 1415642387.4277
)Disabling the plugin fixes the problem though we would like to use it in the future if possible.
- The topic ‘This is causing massive GLOBALS array’ is closed to new replies.