You did not provide that information, so I have to guess a little bit: You are using PHP 5.4 and zlib.output_compression is on on your server?
Then you just stumbled upon bug #18525. Possible solutions:
- Disable
zlib.output_compression. - Apply the patch provided there and report back on that ticket if it works.
- Disable notices.
What you can do when you decide to release the plugin to the public is another issue …
Related Posts:
- How to delete all records from or empty a custom database table?
- dbDelta only creates the last table
- Is their any way to Extend WPDB class and Overwrite the Default Query Function
- Stackoverflow type of badge plugin giving warnings in WordPress 3.5
- Missing argument 2 for wpdb::prepare() Issue
- $wpdb->get_results() does not fetch results with unicode ‘WHERE’ clause
- post_content getting cut off on blank space on $wpdb->update
- Why am i getting this error? WordPress database error: [Query was empty]
- Inserting large amounts of data into a custom table during plugin install
- plugin ajax to external php file always return null
- When to call add_filter
- Doubt using $wpbd->get_col for a single column
- Access WordPress database outside of WordPress
- Correct way to perform non-cacheable DB query
- Help With MySQL to WPDB Query Conversion
- Creating mySQL procedure with $wpdb
- Problem with creating tables for Plugin
- Change commission_status paid when withdraw_status vendor is completed
- $wpdb->get_row returns column name instead of column value
- Create a table with wordpress plugin boilerplate
- plugin code is pulling information from database in one instance and not in other. What is wrong?
- Object method calling for global $wpdb in header.php
- Using wpdb without loading all plug-ins via wp-load.php
- after wordpress update to 3.5+ i get many errors in plugin wpdb::prepare()
- How to insert multiple postmeta values with one query?
- Cannot get wpdb data (Error in a simple fuction) [closed]
- WPDB: Update table
- Issue running db create table query from static method
- $wpdb update query in plugin only updating one column
- Mowing site to another domain in simplest way
- Store plugin page content in wp_options?
- Displaying data from another database
- Using $wpdb in a plugin, what sort of data does it return?
- How to access the WordPress DB from a plugin file
- WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version [closed]
- Linked pages from plugin on front can’t see $wpdb
- Need help creating asynchronous data scraper in WordPress
- ob_end_flush(): failed to send buffer of zlib output compression (0) in external php
- How to fetch WordPress database values in JavaScript widget
- $wpdb->delete not working for me
- any word search WordPress
- How to securely controlling data without keeping it in postmeta?
- Using id to show item
- No result after wpdb->insert
- How to fix slow comment query?
- Write mysql credentials in plugin
- Action hook “wp_insert_post” works but not for last imported post
- Proper way to trigger a MySQL query via link in a plugin
- get_var result empty for query of custom table in plugin admin
- Making plugin to use different table prefix cause permission problem
- Is it safe to increase/alter the size of the wp_post.guid column from VARCHAR(255) to VARCHAR(2048)?
- Get all the related data from WordPress DB
- $wpdb selects wrong database
- How to dispaly post informations (such as titles) in an admin plugin menu page?
- FATAL ERROR: WP complains about redeclaration [closed]
- How to check record is exist or not in WordPress CRUD Operation with $wpdb
- wp db request without refreshing the page
- Remove WordPress Toolbar buttons
- WP showing “warning: call_user_func_array()”, What to do?
- How can I dequeue a Plugin Stylesheet?
- Adding an admin page – OOP approach not working
- How can I pass a variable to wp_ajax action?
- Declare a function before plugin does on the theme functions.php file
- How to call a function in wordpress plugin from another site
- pre_set_site_transient_update_plugins wont call on hosted webspace
- Put code into body tags near top, using a plugin
- I need to have two 1-5 star rating fields, only editable by admins. Which plugin should I use?
- Create unique identifier that is displayed to the user and admin via Ninja Forms
- Is it possible to enqueue CSS files from plugin before theme’s CSS files?
- wp_trash_post is leaking memory
- Error “preg_match_all” with WordPress SEO by Yoast plugin [closed]
- Plugins Page invisible / white
- Inserting external image in WordPress plugin to track the plugin instalation [closed]
- WordPress + PHP + IIS + PHP Fatal error: require():
- Programatically update non-wordpress repository hosted (self-hosted) plugins
- How to Create a Custom Slug for Tags and Categories with a prefix or suffix?
- WordPress Image uploads plugin needed [closed]
- How to make multiple admin pages for one plugin?
- Amazon.com intergration with WordPress?
- WordPress won’t allow for updates to plugins or WordPress Core
- Classic, but puzzling “The uploaded file could not be moved”
- Need to change link URL embedded in multiple posts to new link URL
- Table is not created in WAMP
- Trying to make a simple wordpress plugin, having difficulties understanding how to make it?
- wordpress plugin license issue -New plugin development
- Looking for a filter to modify the months
- content copy protection in wordpress
- wp_set_password() does not work!
- WordPress wp get_temp_dir return non exiting folder, thus failing plugin & themes update
- Else If statement for ACF [closed]
- how to hide resume from selected employer [closed]
- CPT-onomies CPT_TAXONOMY->get_terms extremely slow with 6K posts
- Duplicate use of WordPress plugin
- rss feed code help
- Beginner question: Accessing js script in plugin
- I cannot generate new sitemap on my wordpress website
- How to Handle? vp_page Parameter in WordPress and Resolve Google Search Console Validation Issues?
- How to disable Yoast meta description for all pages
- How to change the version of block.js and plugin to the same of Package.json?
- Warning “Attempt to read property ‘feeds’ on null” using post update function