• After activation get Fatal error:

    Uncaught Migrate.php(259) : AddSectionDescription – Error executing ‘query’ with: ALTER TABLE wp1_t_sections ADD section_description mediumtext Reason: Duplicate column name ‘section_description’ thrown in /var/www/hq-diary/public_html/wp-content/plugins/wp-testing/vendor/ruckusing/ruckusing-migrations/lib/Task/Db/Migrate.php on line 259

Viewing 1 replies (of 1 total)
  • Hi!

    Dont’ know from 1st view, what could be wrong.

    Let’s research:

    * your DB version
    * which DB access modules do you have installed at PHP (mysql/imysql/pdo/.. else)
    * does it broken from 1st time or you already installed this plugin before and now you try it again?
    * does it in multisite mode?

    Currently default WP install could not repeat your environment/conditions.

    May be upon activation something broken just in the middle and not saved it’s state.

    Another workaround. As we see here https://github.com/garex/wp-testing/tree/b1d07950b6f79ba7ff98f01a1007a7c31ec921c9/db/migrations/wp_testing this is last migration of current version. So you can find those table named “something mgrations” or “something versions” and add there manually record with value “20150807044411”. You should understand it from 1st sight.

    Or if you want I can provide paid support on your side with all the same actions.

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal error’ is closed to new replies.