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
- Get a list of all registered actions
- How can I force a file download in the WordPress backend?
- How to implement a customizable free OpenID authentication?
- What’s a reliable way to depend on another plugin?
- Woocommerce – Hide “add to cart” on free products
- User profiles and object associations
- Share buttons on article footer
- What is $tab in `install_plugins_{$tab}` hook?
- WordPress roles – Protect administrator role
- Plugin is available to update when its not
- Is there a plugin to insert pre-defined link into editor?
- audio streaming plugin but with no save option?
- Missing argument 3 for wp_register_sidebar_widget()
- Pass variable to nested shortcode
- How to make my plugin able to be updated from admin panel?
- Is there a way I can find wordpress posts that don’t contain a word?
- Generate XML Sitemap for Blog on Magento Platform
- Cannot find a list of data selectors for Gutenberg editor
- How do I get the user ID of the user that was updated in WordPress?
- How to handle WordPress Plugin Front-end AJAX Call [duplicate]
- Fatal error on some pages after cancelling WPSTAGING cloning process
- Updating WordPress plugin admin panel footer text
- Give access of horizontal scroling plugin to user role editor
- Best practices for user registration with WordPress from an MVC background
- How to get a notification when the plugin is installed?
- Change the Simple Facebook Connect popup position
- WordPress plugin isn’t loading completely
- How to display category list with category featured image
- Allow a page to be edited by a specific custom role
- How achive serving multiple concurrent Ajax / Rest calls in plugin?
- Get all user meta_keys and then group users by matching values
- AddThis Plugin adding html comments in P tags
- Embed Javascript code to registered users only
- Need help for creating custom table on wordpress
- get_option returning old value for non-admin users
- Setup SMTP setting in wordpress
- Insert data in custom table during new post creation
- Widget redirecting to home page
- Creating Features List in WordPress Post
- I am using multi image metabox plugin but I did get how to display the images in templete?
- WooCommerce Email Customization
- How can I properly sanitize the update_option in WordPress?
- My Blog page ( posts page ) theme isn’t changing with the new theme [closed]
- Hidden Elementor sections slow down website. How to fix this? [closed]