• Resolved Matt Cromwell

    (@webdevmattcrom)


    I’d love to try this out, but I get a Fatal Error on the settings page. Here’s the error:

    Fatal error: Class 'PDO' not found in /home/.../public_html/.../wp-content/plugins/wp-ultimate-csv-importer/lib/skinnymvc/dbcontroller/base/SkinnyBaseDbController.php on line 7

    Any hints what’s going on there?

    https://wordpress.org/plugins/wp-ultimate-csv-importer/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Smackcoders Inc.,

    (@smackcoders)

    You’ll need to have the PDO:

    Install PDO support.
    Enable PDO in your PHP configuration. This can be done by adding the following:
    extension=pdo.so
    extension=pdo_mysql.so

    to your php.ini file.

    manuelmasia

    (@manuelmasia)

    Same here…

    Plugin Author Smackcoders Inc.,

    (@smackcoders)

    Ensure that PDO is enabled in your php settings.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Fatal Error after Activation’ is closed to new replies.