okay, here we go. try this: in your functions.php modify the behaviour of ai1ec_options:
$ai1ec_options = get_option('ai1ec_options');
delete_option('ai1ec_options');
add_option('ai1ec_options', $ai1ec_options, '', 'no'); // thanks for your suggestion :)
be careful though, as you might lose your set options, so be sure to get them from the database first. or create a backup option. afterwards, clear the caches and try again.
Related Posts:
- strange characters in wordpress website displayed for visitors [closed]
- customize wordpress database error page
- W3 Total Cache “Preview mode could not be disabled” [closed]
- How to automatically convert “%” and “+” in image urls on upload
- Cannot access non-wordpress subdirectories as wordpress overrides them with a 404 error
- Showing errors with $wpdb update
- W3 total cache – cache refresh programmatically [closed]
- Is this Solution for Caches vs Cookies Going to Get Me in Trouble?
- Change login error messages
- WP_DEBUG is not set, but I’m still getting warnings
- How to disable the fatal error (WSOD) protection?
- Best way to show Dynamic Content on a Cached WordPress Site?
- Unable to locate WordPress Content directory (wp-content)
- Pros and Cons for high “expire time” on wp-super-cache or w3-total-cache? [closed]
- Limit cache size from W3 Total Cache [closed]
- Could not create directory /wp-content/upgrade/
- Getting the warning: Missing argument 2 for manage_posts_custom_column()?
- What log files does a WordPress installation write to?
- How to display admin error notice if settings saved succesfully?
- HTTPS leads to Sorry, you are not allowed to access this page
- How to fix “There has been a critical error on your website. Please check your site admin email inbox for instructions”?
- Notice: Undefined index: host in /var/www/html/wp-includes/canonical.php on line 445
- What is the best way to monitor PHP functions/executions?
- Notice: Use of undefined constant SCRIPT_DEBUG
- Notice: Constant WP_POST_REVISIONS already defined
- Trouble with Transient API when W3TC is activated [closed]
- W3 Leverage browser caching not working for google pagespeed [closed]
- Uncaught ReferenceError:switchEditors is not defined
- How to stop certain warning logging in error.log?
- Proper hook for W3TC defines, or dynamically disable w3 total cache [closed]
- WordPress Redirecting to wp-admin/install.php
- Clear cache when a post is submitted [closed]
- Disable WordPress cache programmatically on a request [closed]
- Error 404 Page Not Found When Updating a Post or Page
- Debug mode shows Strict Standards
- How to use WP_Error $data argument?
- Should I use Transients with W3 Total Cache APC Caching? [closed]
- WordPress Browser Cache with W3-Total-Cache doesn’t show new posts [closed]
- Why on Earth am I getting “undefined_index” errors?
- Showing error “Function create_function() is deprecated”
- AJAX vs Fragment Caching for W3 Total Cache [closed]
- How can you develop on a live WordPress installation that is using W3 Total Cache? [closed]
- Debugging ‘Object of class WP_Query could not be converted to int’ error
- How to fix ob_end_flush() error?
- When does remove_filter not work?
- wp_remote_get() not retrieving pages properly
- error_log over 70GB. How to stop this? [closed]
- $wpdb->insert Database Error Duplicate Entry Error Logging
- Exclude certain block from caching using Fragment Caching – doesn’t work [closed]
- Varnish + W3 Total Page Cache [closed]
- Update wordpress fail – There has been a critical error on your website
- This webpage is not available ERR_NAME_NOT_RESOLVED
- Displaying oEmbed errors?
- Getting headers already sent error from plugin
- “Apache HTTP Service has stopped working” with WP Query in WordPress 2.9.2
- Error 310 too many redirects after switching domains
- How do I set up Debugging?
- W3 Total Cache doesn’t detect memcached [closed]
- Settings to get the most out of W3 Total Cache
- How to force content refresh of a page that has been loaded previously by the user? [closed]
- Can I ignore caching of a plugin in W3 Total Cache? [closed]
- Error Logs to Diagnose Error 500 in LAMP
- Add image only in first post
- Error messages when adding code to function.php or trying to delete inactive plugin files
- “Notice: Undefined index:” error when adding new content?
- 418 header status, I’m a teapot [closed]
- Showing “ Notice: Undefined variable:” and “ Notice: Trying to get property of non-object”
- How to exclude a specific template from being cached by a CDN [closed]
- Publishing Time – WordPress Plain White Screen with No Error
- Object of class WP_Error could not be converted to string
- Transient / object cache maximum key length [duplicate]
- Is the W3 Total Cache plugin a good choice for WordPress MultiSite? [closed]
- New WordPress Error Message – Not seen this before
- Does wordpress have an error log?
- WP_DISABLE_FATAL_ERROR_HANDLER vs WP_DEBUG ? What to use and when to use to see errors?
- Handling duplicates with wp_insert_term()
- Recommend a guide to catching plugin errors, please?
- How to handle core code throwing notice on valid input?
- Getting Warnings & Notices from Fresh WordPress 3.1.2 install
- Should the page cache be refreshed often? [closed]
- Functions.php reverted to new one
- Call to undefined function get_header() in index.php
- How can I create a custom page for this error?
- What is difference between ‘Page Cache’ and ‘Object Cache’ in WordPress?
- Using Multisite with a CDN?
- List Category Posts plugin upgrade fails with fatal error
- Sodium compat error
- Fatal error: require(): Failed opening required ‘WP_DIRwp-blog-header.php’
- How can I render shortcode so that its not cached by Caching plugins?
- What do these “Failed to import” errors mean and how do I fix it?
- How to get a Custom 500 Error Page to show?
- Dashboard Whitescreen of Death?
- add_sub_menu page() to be replaced by add_theme_page()
- Getting soft 404 errors (200 status) when caching plugins are enabled
- How can I use fragment caching to exclude certain plugins from being cached?
- Trying to get property of non-object in wp-includes/capabilities.php
- How to use add_settings_error in register_setting callback
- How can I find the cause of theme crashing Apache in Xampplite?
- Allowed Memory Size Error in WordPress
- Application passwords not working on localhost?