since i posted as a comment and most people miss the good tips that are in the comments, I’m posting again as an answer
The reason is because GD Star rating plugin creates custom capabilities and your query deleted all references of %rating% it deleted the wp_user_roles option which holds all capabilities roles.
the solution would be to re create that option in options table (usually wp_options) with the default value just like I answered here
.
Related Posts:
- Creating 20,000 Posts or Pages using a .csv file?
- How to properly insert data into custom table via plugin
- How does WordPress handle MySQL row lock errors?
- Searching users with WP_List_Table plugin
- Search and replace text across all posts
- Bad Request (Invalid Hostname) on working server, database problem
- $wpdb->get_results() does not fetch results with unicode ‘WHERE’ clause
- Changing BIGINT to INT
- Can I run multiple queries with $wpdb->prepare?
- How to remove duplicate Custom Fields?
- wordpress in nginx docker container connected to php:8-fpm container and mariadb container isn’t creating any tables on plugin activation
- greatest() function returns undefined property
- How to write one comment and publish on every post using database or plugin?
- How to get number of Affected rows from wordpress dbDelta() function
- How to determine what is generating large amount of database queries?
- Get post by ASC from custome field DATE picker
- MySql database help for a plugin
- How to remove Database Table in WordPress via Function file?
- mysqli_error() expects parameter 1 to be mysqli, null given in own db class
- Bulk edit existing shortcode within custom field
- Display data on Word Press site posts and pages from mysql table
- How to simultaneously access the same MySQL database in the main column and sidebar of WordPress?
- Help With MySQL to WPDB Query Conversion
- WpDataTables – View Image Directory
- get current date + 90 days and checking every day
- join 2 table orders wordpress plugin
- How do I run SQL queries on a WordPress web page? [closed]
- How can I perform high-level database merging for WordPress within continues delivery?
- 306 MB of wp_options occupied by WordPress SEO Plugin, is that normal? [closed]
- Plugin: register_deactivation_hook works perfectly well, while register_activation_hook suddenly stopped working
- Enabling WP_USE_EXT_MYSQL to support old plugin
- how to access all user dashboard on fronted page [closed]
- WordPress + JavaScipt + AJAX + MySQL: insert query for form
- WordPress Backend HA (Automatic failover)
- Automatic switch to backup database on fail
- SQL to order by CPT results by user->display_name w/only user->ID known
- Migrating to WordPress Recipe Plugin and Some SQL Issues
- Enabling plugin failed because MySQL user do not have CREATE permissions
- WordPress page and plugin list using sql query
- Multiple instance of data in plugin custom database table on plugin activation
- WP-DownloadManager – Query most download per week/month etc
- Better ads plugin has 500.000 entries in wp_postmeta
- Errors when trying to use a plugin to write to the database
- _prime_post_caches in wordpress
- after wordpress update to 3.5+ i get many errors in plugin wpdb::prepare()
- Cannot get wpdb data (Error in a simple fuction) [closed]
- Mass SQL WordPress Meta Key deletion
- Notice: Uninitialized string offset: 0 in social sharing mu-plugin
- Always get creating a new table with foreign key
- How to do database for download stats?
- How can I fetch data from another website to my wordpress website with mysql database
- Getting error “Warning: mysql_query(): Can’t connect to local MySQL server through socket ‘FILEPATH/cccatalog-plugin.php on line 1656”
- DB Query not working in Plugin
- External wpdb connections in different plugins on single page
- speed up pagination for huge database
- Way to send multiple values for column to MySQL?
- Comment Approve – Add custom function when comment is approved
- WordPress plugin: efficient way to store large data
- Can’t create tables with my plugin
- Integrating Custom Database with WordPress
- How to display results from a data table with an encrypted user id?
- Check against server time to display SQL entries – Radio Station DJ Rotator Plugin
- add_action for publish_post doesn’t work
- WordPress Cache delete on plugin uninstall
- need to find duplicated meta value in custom filed and view the posts that have the same value
- how can we migrate wordpress 5.9 website from aws ec2 to new installed wp 5.9 oci compute
- My CPU usage in A2 Hosting Shared Plan (Turbo Boost) is high due to mysql query!
- Getting current user data with MySQL statement
- How to get the custom field value using SQL query
- Memcaching recurring SQL Queries
- Need to know if my approach to designing a geneaology plug-in for wordpress makes sense
- What database state changes happen after a post is manually “updated” with no changes?
- Cant create table on plugin activation
- How to get database connection details without longing to cpanel in WordPress?
- WordPress UPDATE queries on MySQL database stuck
- Store GravityForm data in phpmyadmin (mysql)
- Moving a few select DB tables to a new WP instance
- dbDelta not CREATING TABLE
- WordPress database problem wp_posts, primary key
- How much PHP and MySQL or MariaDB knowledge should I know to start writing WordPress themes and plug-ins and whatever else a beginner can edit?
- Login issue in WordPress
- Delete user meta based on key value that is an array
- get/show Last ID
- Resetting AUTO_INCREMENT primary key
- Help with sorting and storing data on WordPress
- Linking Plugin Files to WP
- Using wp config to connect to a DB from a plugin
- how to search through plugin in wordpress cimy-user-extra-fields?
- Get all the related data from WordPress DB
- How to display blog posts only authored by the administrator
- Trying to insert a row from a Plugin
- 504/502 errors plauging our site
- how to show the data from a myqsl database in a post [closed]
- Post sorting and ordering function in WordPress Admin is broken and always shows post from oldest to newest
- How can I delete the options from DB when the plugin is deleted?
- PHP Creating a formula from mysql db values and db stored math operator
- Share or sync user table data with another user table
- Split Million WordPress Post’s Into Multiple Database Server
- Remove posts that start with similar words (like a delete duplicate posts plugin)
- WP_Query does not return the result even if the data is present in the database