• Hi, ive just installed poMMo. But its not working for me, when i try to install it it gives me this error:

    Plugin could not be activated because it triggered a fatal error.
    poMMo installation failed!

    I am hosting wordpress on localhost atm.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter danielverweij

    (@danielverweij)

    bumping this up, is this allowed?

    Hi @danielverwiej,

    Apologies for the delay. I was away for the weekend, out of range.

    That’s a strange one. The installation process reads a SQL schema file (pommo/install/sql.schema.php) and processes the commands in there. All of the commands are pretty basic SQL. The above error triggers if and only if the installation fails.

    Since you’re on localhost, can you try the following for me. Edit the file pommo/inc/class.common.php. Look for the function “runInstall”. Change line 212 to:

    $install = parse_mysql_dump(false); // force error logging

    And around line 242 (just before the bmKill() call) add something akin to:

    var_dump($logger->getAll());

    Please post whatever you find here.

    Cheers
    Top Quark

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘poMMo triggered fatal error’ is closed to new replies.