Conversation
supportTried installing the plugin but it failed to activate. I am using wordpress 3.7.1 using its Network site setup. Plugin could not be activated because it triggered a fatal error. Fatal error: Call to undefined function openssl_random_pseudo_bytes() in /home3/homelong/public_html/wp-content/plugins/primal-for-wp/core/PRM_Main.controller.php on line 332 http://wordpress.org/plugins/primal-for-wp/
Hi vberkel, I believe that the issue you are encountering is because you do not have the SSL module not loaded in your PHP environment. Here are a couple of URLs that should help resolve the issue. http://stackoverflow.com/questions/11212808/fatal-error-call-to-undefined-function-openssl-random-pseudo-bytes http://php.net/manual/en/openssl.installation.php If you continue to experience problems after you get SSL configured properly, or are relatively confident you *do* have SSL setup in PHP already, just message me back and we can do a further follow-up. Good luck and thanks for your interest in our plugin! -Justin
Yeah, you’re right, in php.ini had to change the line: ;extension=php_openssl.dll to extension=php_openssl.dll Thanks, it installed fine now.
That’s great news. Glad we could help! Do let me know if you have any further questions. Cheers, -Justin
Hi vberkel, I believe that the issue you are encountering is because you do not have the SSL module not loaded in your PHP environment. Here are a couple of URLs that should help resolve the issue. http://stackoverflow.com/questions/11212808/fatal-error-call-to-undefined-function-openssl-random-pseudo-bytes http://php.net/manual/en/openssl.installation.php If you continue to experience problems after you get SSL configured properly, or are relatively confident you *do* have SSL setup in PHP already, just message me back and we can do a further follow-up. Good luck and thanks for your interest in our plugin! -Justin
Yeah, you’re right, in php.ini had to change the line: ;extension=php_openssl.dll to extension=php_openssl.dll Thanks, it installed fine now.
That’s great news. Glad we could help! Do let me know if you have any further questions. Cheers, -Justin