• mothware

    (@mothware)


    Just installed wordpress on Azure and then this plugin and got this when activating:

    Fatal error: Uncaught Migrate.php(259) : AddExampleTest – Error executing ‘query’ with: INSERT INTO wp_t_scores (answer_id, question_id, scale_id, score_value) VALUES (111, 1, 131, 1), (111, 2, 141, 1), (111, 3, 131, 1), (111, 4, 141, 1), (121, 5, 131, 1), (111, 6, 151, 1), (111, 7, 141, 1), (111, 8, 131, 1), (111, 9, 141, 1), (111, 10, 131, 1), (111, 11, 141, 1), (121, 12, 151, 1), (111, 13, 131, 1), (111, 14, 141, 1), (121, 15, 131, 1), (111, 16, 141, 1), (111, 17, 131, 1), (121, 18, 151, 1), (111, 19, 141, 1), (121, 20, 131, 1), (111, 21, 141, 1), (111, 22, 131, 1), (111, 23, 141, 1), (111, 24, 151, 1), (111, 25, 131, 1), (111, 26, 141, 1), (111, 27, 131, 1), ( in D:\home\site\wwwroot\wp-content\plugins\wp-testing\vendor\ruckusing\ruckusing-migrations\lib\Task\Db\Migrate.php on line 259

    https://www.ads-software.com/plugins/wp-testing/

    WP 4.0.1
    PHP 5.4
    MYSQL not sure but maybe 1 version behind, hosted on Cleardb

    happened when activating.

    Also got this wen trying to activate on a windows host

    Fatal error: Class ‘mysqli’ not found in \\AVL-WEBFILER\WEBDATA\Production\www.mysite.org\wp-site\wp-content\plugins\wp-testing\vendor\ruckusing\ruckusing-migrations\lib\Ruckusing\Adapter\MySQL\Base.php on line 1137

    I am running version 0.5.2 of the plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor ustimenko

    (@ustimenko)

    Ok, first is interesting. Btw, does Azure support direct connection to mysql? Or if not, can you install there some phpmyadmin or another tool, run this query (without last comma) and see the error, that mysql returns?

    Plugin Contributor ustimenko

    (@ustimenko)

    > Class ‘mysqli’ not found

    Find where to enable mysqli extension. In the meantime I research how to avoid this error.

    Also pls attach somewhere config of your second host. Btw, and for 1st too! phpinfo() will be ok. Attach it through some file sharing service. Here we dont’ have attaches.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal error: Uncaught Migrate.php(259) : AddExampleTest’ is closed to new replies.