Title: Not installed plugin
Last modified: September 29, 2019

---

# Not installed plugin

 *  [fusses](https://wordpress.org/support/users/fusses/)
 * (@fusses)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/not-installed-plugin/)
 * wp-admin/tools.php?page=redirection.php&sub=options
 *     ```
       Р‘Р°Р·Р° РґР°РЅРЅС‹С… WordPress РІРѕР·РІСЂР°С‚РёР»Р° РѕС€РёР±РєСѓ Table 'gd.wp_redirection_groups' doesn't exist РІ РѕС‚РІРµС‚ РЅР° Р·Р°РїСЂРѕСЃ SELECT COUNT(*) FROM wp_redirection_groups, РІС‹РїРѕР»РЅРµРЅРЅС‹Р№ require_once('wp-admin/admin.php'), do_action('load-tools_page_redirection'), WP_Hook->do_action, WP_Hook->apply_filters, Redirection_Admin->redirection_head, Red_Database_Status->get_json, Red_Database_Status->get_manual_upgrade, Red_Database_Upgrader->get_queries_for_stage, Red_Latest_Database->create_groups
   
       Р‘Р°Р·Р° РґР°РЅРЅС‹С… WordPress РІРѕР·РІСЂР°С‚РёР»Р° РѕС€РёР±РєСѓ Table 'gd.wp_redirection_groups' doesn't exist РІ РѕС‚РІРµС‚ РЅР° Р·Р°РїСЂРѕСЃ SHOW FULL COLUMNS FROM <code>wp_redirection_groups</code>, РІС‹РїРѕР»РЅРµРЅРЅС‹Р№ require_once('wp-admin/admin.php'), do_action('load-tools_page_redirection'), WP_Hook->do_action, WP_Hook->apply_filters, Redirection_Admin->redirection_head, Red_Database_Status->get_json, Red_Database_Status->get_manual_upgrade, Red_Database_Upgrader->get_queries_for_stage, Red_Latest_Database->create_groups
   
       Р‘Р°Р·Р° РґР°РЅРЅС‹С… WordPress РІРѕР·РІСЂР°С‚РёР»Р° РѕС€РёР±РєСѓ Table 'gd.wp_redirection_groups' doesn't exist РІ РѕС‚РІРµС‚ РЅР° Р·Р°РїСЂРѕСЃ SHOW FULL COLUMNS FROM <code>wp_redirection_groups</code>, РІС‹РїРѕР»РЅРµРЅРЅС‹Р№ require_once('wp-admin/admin.php'), do_action('load-tools_page_redirection'), WP_Hook->do_action, WP_Hook->apply_filters, Redirection_Admin->redirection_head, Red_Database_Status->get_json, Red_Database_Status->get_manual_upgrade, Red_Database_Upgrader->get_queries_for_stage, Red_Latest_Database->create_groups
   
       Р‘Р°Р·Р° РґР°РЅРЅС‹С… WordPress РІРѕР·РІСЂР°С‚РёР»Р° РѕС€РёР±РєСѓ Table 'gd.wp_redirection_groups' doesn't exist РІ РѕС‚РІРµС‚ РЅР° Р·Р°РїСЂРѕСЃ SELECT * FROM wp_redirection_groups LIMIT 1, РІС‹РїРѕР»РЅРµРЅРЅС‹Р№ require_once('wp-admin/admin.php'), do_action('load-tools_page_redirection'), WP_Hook->do_action, WP_Hook->apply_filters, Redirection_Admin->redirection_head, Red_Database_Status->get_json, Red_Database_Status->get_manual_upgrade, Red_Database_Upgrader->get_queries_for_stage, Red_Latest_Database->create_groups
       ```
   
    -  This topic was modified 6 years, 8 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
    -  This topic was modified 6 years, 8 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).

Viewing 13 replies - 1 through 13 (of 13 total)

 *  Thread Starter [fusses](https://wordpress.org/support/users/fusses/)
 * (@fusses)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/not-installed-plugin/#post-11979540)
 * my two problem
 * (database-status.php) line 108 if ( count( $missing ) === count( $latest->get_all_tables()))—
   All true not installing in elseif line 115 new tables $latest->install();
 * and
 * (database-status.php) line 115 elseif …. && version_compare( $this->get_current_version(),‘
   2.3.3’, ‘ge’ ) — return false //var_dump( version_compare( $this->get_current_version(),‘
   2.3.3’, ‘ge’ ));
 * php 7.3.10
    wp 5.2.3 plugin last version
    -  This reply was modified 6 years, 8 months ago by [fusses](https://wordpress.org/support/users/fusses/).
 *  Plugin Author [John Godley](https://wordpress.org/support/users/johnny5/)
 * (@johnny5)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/not-installed-plugin/#post-11979871)
 * What is the problem you are experiencing? Neither of your posts are clear.
 *  Thread Starter [fusses](https://wordpress.org/support/users/fusses/)
 * (@fusses)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/not-installed-plugin/#post-11979967)
 * The plugin is not installed
    first error post when activating the plugin second
   post my installation solution
 *  Plugin Author [John Godley](https://wordpress.org/support/users/johnny5/)
 * (@johnny5)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/not-installed-plugin/#post-11979997)
 * The first error doesn’t really show anything other than a mess of characters.
 * The second you’ve highlighted 2 lines in the code without any context – what 
   am I looking at, and what is the problem you’ve seen?
 *  Thread Starter [fusses](https://wordpress.org/support/users/fusses/)
 * (@fusses)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/not-installed-plugin/#post-11980003)
 * Tables are not created during the first installation of plugins
 *  Plugin Author [John Godley](https://wordpress.org/support/users/johnny5/)
 * (@johnny5)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/not-installed-plugin/#post-11980012)
 * The plugin probes for existing tables when first installing. If you see warnings
   in your log file then those can be ignored.
 *  Thread Starter [fusses](https://wordpress.org/support/users/fusses/)
 * (@fusses)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/not-installed-plugin/#post-11980017)
 * First post Table gd.wp_redirection_groups doesn’t exist
 * tables are not created on first installation plugin ))
    redirection_items redirection_groups
   redirection_logs redirection_404
    -  This reply was modified 6 years, 8 months ago by [fusses](https://wordpress.org/support/users/fusses/).
    -  This reply was modified 6 years, 8 months ago by [fusses](https://wordpress.org/support/users/fusses/).
 *  Plugin Author [John Godley](https://wordpress.org/support/users/johnny5/)
 * (@johnny5)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/not-installed-plugin/#post-11983210)
 * So… did you manage to install the plugin? What happened during the installation
   stage?
 *  Thread Starter [fusses](https://wordpress.org/support/users/fusses/)
 * (@fusses)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/not-installed-plugin/#post-11983690)
 * “So… did you manage to install the plugin?” – only manual installation of tables
   in the database
 * [https://clip2net.com/s/43QGPwi](https://clip2net.com/s/43QGPwi) steps screenshot
    -  This reply was modified 6 years, 8 months ago by [fusses](https://wordpress.org/support/users/fusses/).
 *  Plugin Author [John Godley](https://wordpress.org/support/users/johnny5/)
 * (@johnny5)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/not-installed-plugin/#post-11986965)
 * Your screenshots don’t show you going through the setup process. Once you’ve 
   activated the plugin you need to go to the Redirection page to finish setup and
   install the database tables.
 *  Thread Starter [fusses](https://wordpress.org/support/users/fusses/)
 * (@fusses)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/not-installed-plugin/#post-11988602)
 * My screenshot shows the stages click of the mouse when trying to settings the
   plugin.
    Tables in the database are not automatically created.
    -  This reply was modified 6 years, 8 months ago by [fusses](https://wordpress.org/support/users/fusses/).
    -  This reply was modified 6 years, 8 months ago by [fusses](https://wordpress.org/support/users/fusses/).
    -  This reply was modified 6 years, 8 months ago by [fusses](https://wordpress.org/support/users/fusses/).
 *  Plugin Author [John Godley](https://wordpress.org/support/users/johnny5/)
 * (@johnny5)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/not-installed-plugin/#post-11988628)
 * I’m sorry you are tired of explaining. Your explanations haven’t been descriptive
   and so I need to ask a lot of questions. That is also tiring.
 * Your screenshots do not show the final stage of activating the plugin where the
   tables are created. As I said, you need to go to the plugin page and finish activating
   the plugin.
 *  Thread Starter [fusses](https://wordpress.org/support/users/fusses/)
 * (@fusses)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/not-installed-plugin/#post-11988647)
 * When I try to go into the plugin settings, a message appears that there is no
   table … wp_redirection_groups doesn’t exist … no plugin settings
    -  This reply was modified 6 years, 8 months ago by [fusses](https://wordpress.org/support/users/fusses/).

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Not installed plugin’ is closed to new replies.

 * ![](https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639)
 * [Redirection](https://wordpress.org/plugins/redirection/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/redirection/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/redirection/)
 * [Active Topics](https://wordpress.org/support/plugin/redirection/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redirection/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redirection/reviews/)

 * 13 replies
 * 2 participants
 * Last reply from: [fusses](https://wordpress.org/support/users/fusses/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/not-installed-plugin/#post-11988647)
 * Status: not resolved