Title: Plugin not compatible with hosting
Last modified: July 16, 2021

---

# Plugin not compatible with hosting

 *  [Denis Pintilie](https://wordpress.org/support/users/denisflorin197/)
 * (@denisflorin197)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-compatible-with-hosting/)
 * Hello,
 * The plugin makes the server returns false positive white page errors in their
   logs. We have been investigating the issue and the problem is coming from this
   part of the code
 *     ```
       		while( ob_get_level() >= 1 ) {			// Get the current level.
       			$level = ob_get_level();
       			$outputs[] =  ob_get_clean();			// If the current level has not changed, abort.
       			if (ob_get_level() == $level) {
       				break;
       			}
       		}
       ```
   
 * More exactly on this line
 * `$outputs[] = ob_get_clean();`
 * Is there any specific reason from your side to use the function from above? Isn’t
   possible to use this one:
 * `$outputs[] = ob_get_contents();`
 * The problem seems to be related to this topic [https://wordpress.org/support/topic/compatibility-with-the-official-amp-plugin/](https://wordpress.org/support/topic/compatibility-with-the-official-amp-plugin/)
   with output buffering.

The topic ‘Plugin not compatible with hosting’ is closed to new replies.

 * ![](https://ps.w.org/ezoic-integration/assets/icon.svg?rev=1862032)
 * [Ezoic](https://wordpress.org/plugins/ezoic-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ezoic-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ezoic-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/ezoic-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ezoic-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ezoic-integration/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Denis Pintilie](https://wordpress.org/support/users/denisflorin197/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-compatible-with-hosting/)
 * Status: not resolved