• Resolved MarieDi

    (@mariedi)


    Installed and tried to activate.
    WP did not activate it because it triggered a fatal error:
    “L’extension n’a pas pu être activée, car elle a déclenché une erreur fatale.”

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

    (@ustimenko)

    @mariedi, translated from FR: “The extension could not be activated because it triggered a fatal error.” This error is without any details.

    Please contact your hosting to temporary enable error reporting and try again. we need to see what concrete error was at your hosting.

    https://php.net/manual/fr/function.error-reporting.php

    gmoon

    (@gmoon)

    the plugin give me fatal error

    that is the code

    Fatal error: Uncaught Migrate.php(259) : WpTesting_Migration_AddStatusToPassings – Error executing ‘query’ with: ALTER TABLE wp_t_passings ADD passing_status enum(‘publish’,’trash’) DEFAULT ‘publish’ NOT NULL AFTER respondent_id Reason: Duplicate column name ‘passing_status’ thrown in /home/fericire/public_html/wp-content/plugins/wp-testing/vendor/ruckusing/ruckusing-migrations/lib/Task/Db/Migrate.php on line 259

    Plugin Contributor ustimenko

    (@ustimenko)

    @gmoon,

    Ok, it’s something familiar.

    Let’s see now real reason and error.

    Find this file and temporary remove line 25 with code parent::up();

    https://github.com/garex/wp-testing/blob/c74f38c19552c0bbf820a24554bc9e68f6ae55cb/db/migrations/wp_testing/20150530160000_WpTesting_Migration_AddStatusToPassings.php#L25

    It will allow to run line 26 with code $this->addIndex('passings', $this->indexColumns, $this->indexOptions); which then gives us real error and reason of issue.

    Thread Starter MarieDi

    (@mariedi)

    It’s not at the hosting there was an error, it’s withing WP.
    WORDPRESS did not install the plugin because WORDPRESS detected a fatal error. Not the server.
    I do have error reporting on my server, but this is not a server issue, it’s a plugin issue within WP itself.
    If installing a plugin forces me to go change code, I just don’t need that plugin. Period.
    Sorry. I just wish it had worked.

    Plugin Contributor ustimenko

    (@ustimenko)

    Overwhelming majority of users with standard DB settings has this plugin activated.

    I will close it as non-actual then. Try to find something else.

    Hi
    I have problem with this plugin. After activate it with hardiness, it does not work.
    I could not see any of settings and pages in it. It show me blank page for adding, seeing and other option in it!!!!

    Plugin Contributor ustimenko

    (@ustimenko)

    @arianakia can you create another topic? Also pls add there somehow screenshots of pages that you see.

    Plugin Contributor ustimenko

    (@ustimenko)

    @arianakia pls create another topic with your concrete issue.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Fatal Error’ is closed to new replies.