SQL Error: 'wp_options' doesn't exist
-
Hello,
I get this error:
‘wp_options’ doesn’t exist for the query SELECT * FROM wp_options WHERE option_name like ‘subscribe_reloaded%’ in stcr_upgrade.php row 79
It is because “wp_options” is hardcoded in your plugin, and I don’t have a wp_options table (for information, it has been renamed by the security plugin).
You must use $wpdb->options instead of wp_options.
Could you please include this fix in the next release?https://www.ads-software.com/plugins/subscribe-to-comments-reloaded/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘SQL Error: 'wp_options' doesn't exist’ is closed to new replies.