40Digits / helperpress

A tool for automating much of the WordPress development workflow
8 stars 2 forks source link

Activating HelperPress WP Plugin #48

Closed ckhicks closed 9 years ago

ckhicks commented 9 years ago

Just did a fresh HP install and got this when trying to active the WP plugin:

Plugin could not be activated because it triggered a fatal error.

Fatal error: Call to undefined function mcrypt_create_iv() in /Users/ckhicks/Git/qrs/custom_plugins/helperpress/Libs/API.php on line 33
chuckmo commented 9 years ago

PHP requires mcrypt to be installed and enabled. This has come up a few times, so I'm considering utilizing a different library to generate the API key.

chuckmo commented 9 years ago

Depending on how your PHP is setup, this may or may not be helpful:

http://coolestguidesontheplanet.com/install-mcrypt-php-mac-osx-10-10-yosemite-development-server/