Permissions and Compatibility

Get Started

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

Permission Issues

“You do not have permission” error

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

Cannot edit a poll

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

Cannot delete a poll

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

Performance Issues

Polls loading slowly

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

AJAX timeout errors

Poll actions fail with a timeout message.

Solutions:

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

Compatibility Issues

Polls broken after a plugin update

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

Conflict with other plugins

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

Theme compatibility issues

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

After a Site Migration

Missing polls after migration

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 wppostmeta table for poll meta data with wbpoll_ prefix keys
  3. Ensure BuddyPress activity meta (bpactivitymeta) was migrated for activity polls
  4. Review migration logs for any errors during the process

Enabling Debug Mode

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.

Getting Help

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
Last updated: February 14, 2026