• I downloaded the wp-imgur plugin from the WordPress gallery, and I receive the following error when trying to activate the plugin:

    Plugin could not be activated because it triggered a fatal error.
    
    Warning: require_once(__DIR__/vendor/dsawardekar/arrow/lib/Arrow/ArrowPluginLoader.php) [function.require-once]: failed to open stream: No such file or directory in D:\Hosting\3755356\html\blog\wp-content\plugins\wp-imgur\wp-imgur.php on line 12
    
    Fatal error: require_once() [function.require]: Failed opening required '__DIR__/vendor/dsawardekar/arrow/lib/Arrow/ArrowPluginLoader.php' (include_path='.;C:\php5\pear') in D:\Hosting\3755356\html\blog\wp-content\plugins\wp-imgur\wp-imgur.php on line 12

    https://wordpress.org/plugins/wp-imgur/

Viewing 1 replies (of 1 total)
  • Plugin Author Darshan Sawardekar

    (@dsawardekar)

    I think this may be related to the version of PHP on your server. The __DIR__ is a PHP magic constant that is not supported on older PHP versions.

    What version of PHP are you using?

Viewing 1 replies (of 1 total)
  • The topic ‘Error when activating plugin’ is closed to new replies.