This morning I wanted to hack around with Vanilla forums and convert a phpBB 3 installation over to it. After several attempts at the installer I found that I couldn’t run it ‘as is’ on my 1&1 managed server. The issue is that Vanilla’s PDO connection method has been written to only work with host access (such [...]
Read more »
Recently while writing some code that utilised the SlideShare API I found myself on a server which had url_file_open turned off in the php.ini and this couldn’t be over-rode with a .htaccess file either. So I had to re-write the code which used file_get_contents using the cURL library. I needed to replace the get_data function [...]
Read more »