Fixmysite
Forum Replies Created
-
Forum: Plugins
In reply to: [Redis Object Cache] V1.3.7 Plugin Update Breaks WordPress Site@chaoley That’s not a solution that fixes anything, that’s just downgrading to the previous version.
Forum: Plugins
In reply to: [Redis Object Cache] V1.3.7 Plugin Update Breaks WordPress SiteI updated from 1.3.5 to .1.3.8 and got the following errors:
Warning: include(/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /wp-settings.php on line 84
Warning: include(): Failed opening ‘/wp-content/advanced-cache.php’ for inclusion (include_path=’.:/usr/share/php’) in /wp-settings.php on line 84
Warning: require_once(/wp-content/plugins/redis-cache/includes/predis.php): failed to open stream: No such file or directory in /wp-content/object-cache.php on line 444
Fatal error: require_once(): Failed opening required ‘/wp-content/plugins/redis-cache/includes/predis.php’ (include_path=’.:/usr/share/php’) in /wp-content/object-cache.php on line 444
Forum: Plugins
In reply to: [Regions for WP Job Manager] Location free search with job regions drop downFor anyone having a problem with dropdown search I solved it with the following:
<?php $args = array( 'show_option_all' => __( 'Location', 'wp-job-manager-locations' ), 'hierarchical' => true, 'orderby' => 'name', 'taxonomy' => 'job_listing_region', 'name' => 'search_region', 'class' => 'search_region', 'hide_empty' => 0 ); wp_dropdown_categories( $args ); ?>Forum: Plugins
In reply to: [WP-Polls] Subscribers cant voteThanks for trying to replicate. I am using WP eMember which uses the Subscriber role. I wonder if this has anything to do with it. The polls are used once yearly for a big charity event to decide which charity will be funded. Since last year I have upgraded WordPress and all plugins and when testing now it is producing the error.