Tag Archive

PHP and OpenSSL key format (“key parameter is not a valid public key”)

Published on July 7, 2010 By akiko

PHP Warning: openssl_public_encrypt(): key parameter is not a valid public key in /script.php on line 175 If you experienced problems with OpenSSL and PHP, especially functions like openssl_pkey_get_public and openssl_pkey_get_private not willing to initialise from the provided public and private key strings, then you just need a few tweaks to get things running, because the [...]

Joomla! 1.0.x and PHP 5.3 meltdown

Published on May 23, 2010 By riddler

Here is the story: if you happen to run Joomla! 1.0, which you should not but what the heck, you’ll run into some weird issues if there is PHP 5.3.x running on your server. Everything will work fine except for one thing – there will be no content at al on your web site. And [...]