Category: Troubleshooting
TinyMCE Configuration and Limitations
Resolving Quote Issues
Attachments Upload Errors
SweepPress Performance Control
Is it safe to remove all CRON jobs?
In general, yes.
WordPress and most plugins will register the CRON jobs they need if they detect that job is not registered. There are, however, some plugins that register jobs on plugin activation, and they will not try to detect if the job is missing or not. But, most plugins will recreate missing jobs.
Resolving Attachments Upload Issues
MySQL 8 Database Upgrade Notices
Some BuddyPress features break when I use BuddyPress Nuovo templates?
The problem is caused by the Italic BBCode due to the conflict with the Underscore templates system BuddyPress uses.
There are two ways to solve this:
- You can disable Italic BBCode (bbPress Toolbox -> BBCodes, find the
Italicand disable it). - You can limit BBCodes to the bbPress content only (bbPress Toolbox -> Features -> BBCodes -> Main BBCodes Settings ->
bbPress Only). If you do this, BBCodes will work only with bbPress topics, replies, and forums.
The second option is enabled by default, but check it out if maybe it was disabled at some point before.
Where are font related options in TinyMCE editor?
TinyMCE editor has two rows in the toolbar, but only first line is visible.
Font related options are on the second line, and you need to enable it. To do that click on the button called ‘Toolbar Toggle’ as on the image here:

How can I see errors logged for attachments upload?
Plugin stores all the errors as metadata, and you can see all the errors in the Errors Log panel on the admin side under bbPress Toolbox menu or in the admin side topics and replies editors.
To learn more about errors log, check out this article.
How to fix Thumbs Rating method up and down invalid values?
In few instances reported so far, the Thumbs Rating values have become invalid, showing million or billion high ratings. So far, we were unable to find the cause of the problem, but it was caused by something in the early 3.x versions of the plugin. To fix this issue, you need to recalculate the Thumbs Rating, and the ratings will be fixed.
To do that, open the Rating System plugin admin menu, go to Tools and open Recalculate Data tool. Make sure to read all the provided information there. Find the Thumbs Rating box, and enable recalculation for it. Click the Recalculate button, and wait for the process to run, you will see the progress information. Once it is done, check the posts that had invalid ratings to confirm that the problem has been solved.
Also, it is recommended to update plugin to the latest available version before doing this.