Title: controls-stack.php
Last modified: July 4, 2025

---

# controls-stack.php

 *  Resolved [majlo345](https://wordpress.org/support/users/majlo345/)
 * (@majlo345)
 * [11 months, 2 weeks ago](https://wordpress.org/support/topic/controls-stack-php/)
 * Hi.
 * After update the following issue occured.
 * **Warning**: Increment on type bool has no effect, this will change in the next
   major version of PHP in **/www/p/h/u15854/public_html/wp-content/plugins/elementor/
   includes/base/controls-stack.php** on line **741**
   data-elementor-type=”wp-post”
   data-elementor-id=”40″ class=”elementor elementor-40″>
 * I tried to disable the features in settings /caching etc./, also disable the 
   plugins and eneble them step by step to find conflict betwen as well as switch
   to default theme – twenty four. The issue is still shown.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcontrols-stack-php%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [vipul78](https://wordpress.org/support/users/vipulelementor/)
 * (@vipulelementor)
 * [11 months, 1 week ago](https://wordpress.org/support/topic/controls-stack-php/#post-18543562)
 * Hi [@majlo345](https://wordpress.org/support/users/majlo345/)
 * This is just a warning this won’t cause problems to the functions of the site.
   It is showing up on the frontend which is the only problem as I can see and this
   happens because the WP_DEBUG_DISPLAY mode needs to be disabled.
 * Please go to your wp-config.php file and then add see if you find WP_DEBUG anywhere
   in the code. If it is already present then remove it and add this one.
 * define( ‘WP_DEBUG’, false );
   define( ‘WP_DEBUG_LOG’, false );define( ‘WP_DEBUG_DISPLAY’,
   false );
 * If this does not work then please use this
 * define( ‘WP_DEBUG’, true );
   define( ‘WP_DEBUG_LOG’, false );define( ‘WP_DEBUG_DISPLAY’,
   false );
 * This should resolve the problem and the error won’t show up.
 * Here is the docs for this – [https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/](https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/)
 *  [alduinwf](https://wordpress.org/support/users/alduinwf/)
 * (@alduinwf)
 * [7 months, 2 weeks ago](https://wordpress.org/support/topic/controls-stack-php/#post-18695890)
 * [@vipulelementor](https://wordpress.org/support/users/vipulelementor/)
 * It should be fixed nonetheless, because first, it also logs in the PHP-FPM log(
   regardless of WP_DEBUG), and second, as the message states, it will become an
   issue in the next major version of PHP.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘controls-stack.php’ is closed to new replies.

 * ![](https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228)
 * [Elementor Website Builder - more than just a page builder](https://wordpress.org/plugins/elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/elementor/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [alduinwf](https://wordpress.org/support/users/alduinwf/)
 * Last activity: [7 months, 2 weeks ago](https://wordpress.org/support/topic/controls-stack-php/#post-18695890)
 * Status: resolved