• Resolved micropay

    (@micropay)


    hi,
    i have this fatal error:

    Fatal error: Uncaught Migrate.php(259) : WpTesting_Migration_AddExampleTest - Error executing 'query' with: INSERT INTO wp_term_taxonomy (term_id, taxonomy, description, parent, count) VALUES (157, 'wpt_answer', '', 0, 1), (158, 'wpt_answer', '', 0, 1), (159, 'wpt_scale', 'Extraversion is characterized by being outgoing, talkative, high on positive affect (feeling good), and in need of external stimulation. According to Eysenck\'s arousal theory of extraversion, there is an optimal level of cortical arousal, and performance deteriorates as one becomes more or less aroused than this optimal level. Arousal can be measured by skin conductance, brain waves or sweating. At very low and very high levels of arousal, performance is low, but at a better mid-level of arousal, performance is maximized. Extraverts, according to Eysenck\'s theory, are chronically under-aroused and bored and are therefore in need of external stimulation to bring them up to an optimal le in /var/www/clients/client69/web32/web/wp-content/plugins/wp-testing/vendor/ruckusing/ruckusing-migrations/lib/Task/Db/Migrate.php on line 259

    Best regards,
    MM

    • This topic was modified 6 years, 8 months ago by micropay.
Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Contributor ustimenko

    (@ustimenko)

    @micropay hi

    When do you get it? When you activate plugin 1st time?

    Thread Starter micropay

    (@micropay)

    Yes exactly

    Plugin Contributor ustimenko

    (@ustimenko)

    Pls check similar topics by tag wp-testing-migration

    If you will find solution or not — ping back here.

    Thread Starter micropay

    (@micropay)

    Hi,

    I did not find the solution, I tried almost all of them
    MP

    Plugin Contributor ustimenko

    (@ustimenko)

    @micropay I can only suggest you paid support on your side here. Usually such errors related to overcustomized DB confiuration/rights.

    Thread Starter micropay

    (@micropay)

    is there a way to clean the database?

    Thread Starter micropay

    (@micropay)

    the user has all the permissions to the database

    Plugin Contributor ustimenko

    (@ustimenko)

    @micropay if it’s a dev/test database, just remove it and reinstall WP.

    Or to understand the root cause of issue — install nearby another WP (NOT MULITSITE!) in fresh DB and just with wp-testing plugin.

    Then catch 1st activation error and report it here.

    Thread Starter micropay

    (@micropay)

    Hi this is the error

    Fatal error: Uncaught Migrate.php(259) : WpTesting_Migration_AddExampleTest - Error executing 'query' with: INSERT INTO wp_term_taxonomy (term_id, taxonomy, description, parent, count) VALUES (157, 'wpt_answer', '', 0, 1), (158, 'wpt_answer', '', 0, 1), (159, 'wpt_scale', 'Extraversion is characterized by being outgoing, talkative, high on positive affect (feeling good), and in need of external stimulation. According to Eysenck\'s arousal theory of extraversion, there is an optimal level of cortical arousal, and performance deteriorates as one becomes more or less aroused than this optimal level. Arousal can be measured by skin conductance, brain waves or sweating. At very low and very high levels of arousal, performance is low, but at a better mid-level of arousal, performance is maximized. Extraverts, according to Eysenck\'s theory, are chronically under-aroused and bored and are therefore in need of external stimulation to bring them up to an optimal le in /var/www/clients/client69/web32/web/wp-content/plugins/wp-testing/vendor/ruckusing/ruckusing-migrations/lib/Task/Db/Migrate.php on line 259

    Plugin Contributor ustimenko

    (@ustimenko)

    @micropay it’s not original error. It’s a consequent error. You need to find original error for your installation.

    From your report I can suggest you nothing, as I dont’ undertand how to repeat your issue.

    Plugin Contributor ustimenko

    (@ustimenko)

    Which DB_CHARSET do you have in your wp-config.php?

    Plugin Contributor ustimenko

    (@ustimenko)

    is there a way to clean the database?

    Try this SQL-script:

    https://github.com/garex/wp-testing/blob/57397fda265f9480360fdc38beae75eccf916ff9/db/sql/drop-all.sql

    I released hotfix today — may be your issue charset-related and it now should be fixed. Try again and report back.

    • This reply was modified 6 years, 8 months ago by ustimenko.
Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Fatal error: Uncaught Migrate.php(259)’ is closed to new replies.