PHP

My darkish Komodo and QT Creator color schemes

Posted by akiko on July 17, 2010 at 4:43 pm

You can download my Komodo and Qt Creator ‘dark’ themes from: http://www.modmancer.com/downloads/dev_blog/dew_dark.ksf http://www.modmancer.com/downloads/dev_blog/dew_dark.xml For Komodo: copy the Komodo theme to your ~/.komodoide/5.2/schemes folder. For Qt Creator 2.0: copy the Qt Creator theme to your ~/.config/Nokia/qtcreator/styles folder.

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

Posted by akiko on July 7, 2010 at 10:27 pm

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

Posted by riddler on May 23, 2010 at 12:14 pm

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 [...]