Forum Replies Created

Viewing 4 replies - 46 through 49 (of 49 total)
  • @chaoley That’s not a solution that fixes anything, that’s just downgrading to the previous version.

    I 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

    For 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 ); ?>
    Thread Starter Fixmysite

    (@newtlabs)

    Thanks 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.

Viewing 4 replies - 46 through 49 (of 49 total)