Skip to content

Permissions Compatibility

Solutions to permission errors, performance issues, plugin conflicts, theme compatibility, and post-migration problems.

An error message appears when trying to create or manage polls.

Solutions:

  1. Verify your user role has poll permissions in both “Poll User Roles” and “Who Can Create Polls”
  2. Ensure you are logged in with the correct account
  3. Clear browser cookies and log in again

The edit button is missing or produces an error.

Solutions:

  1. Verify you are the original poll creator
  2. Polls with existing votes cannot be edited to maintain data integrity
  3. Administrators can edit polls from the WordPress admin area

The delete button does not respond.

Solutions:

  1. Confirm you are the poll owner or an administrator
  2. Try deleting from the WordPress admin Posts list instead
  3. Contact a site administrator if you lack sufficient permissions

Pages with polls take a long time to load.

Solutions:

  1. Check if many large media files are attached to poll options
  2. Reduce image sizes and optimize media files
  3. Enable a caching plugin on your site
  4. Check your server resources and hosting plan

Poll actions fail with a timeout message.

Solutions:

  1. Check server response times
  2. Increase the PHP max_execution_time setting
  3. Disable other plugins temporarily to check for conflicts
  4. Review the server error logs for details

Features that previously worked now fail.

Solutions:

  1. Clear all caches including plugin cache, browser cache, and server cache
  2. Deactivate and reactivate WB Polls
  3. Check the browser console for JavaScript errors
  4. Review the changelog for any breaking changes in the update

Polls work until another plugin is enabled.

Solutions:

  1. Disable the suspected plugin to confirm the conflict
  2. Check for duplicate jQuery loading
  3. Look for JavaScript errors in the browser console
  4. Report the conflict to WB Polls support with both plugin names and versions

Polls display incorrectly or styles appear broken.

Solutions:

  1. Test with a default WordPress theme (such as Twenty Twenty-Four) to confirm the issue is theme-related
  2. Check for CSS conflicts using the browser inspector
  3. Verify the theme supports shortcodes
  4. Add custom CSS to your theme to fix specific styling issues

Polls disappear after moving your site to a new server or domain.

Solutions:

  1. Verify the database was fully migrated including all tables
  2. Check the wp_postmeta table for poll meta data with _wbpoll_ prefix keys
  3. Ensure BuddyPress activity meta (bp_activity_meta) was migrated for activity polls
  4. Review migration logs for any errors during the process

Enable WordPress debug mode to capture detailed error information:

define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );

Add these lines to your wp-config.php file. Check the wp-content/debug.log file for error details.

Check the built-in FAQ for quick answers to common questions. Navigate to WP Admin > BuddyBoss > WB Polls > FAQ.

WB Polls FAQ Tab

When contacting support, include the following information:

  1. WordPress version
  2. BuddyPress or BuddyBoss version
  3. WB Polls version
  4. PHP version
  5. Exact error messages
  6. Steps to reproduce the issue
  7. Screenshots if applicable
  8. Browser and device information