Category: php

  • Adding mcrypt support to builtin php5 on OSX Leopard….

    I got a request to add mcrypt support to our Leopard server today and here is a brief step-by-step installation instruction. This works well under the current 10.5.8 server installation. It should also work for 10.6 (snow leopard), but I have not tried it. Before you start here are the requirements: Backup your system Install…

  • Adding GD support to builtin php5 on OSX Leopard….

    I got a request to add GD support to our Leopard server today and here is a brief step-by-step installation instruction. This works well under the current 10.5.8 server installation. It should also work for 10.6 (snow leopard), but I have not tried it. Before you start here are the requirements: Backup your system Install…

  • WordPress import plugin for blogger fix….

    Version 0.2 of the blogger plugin for wordpress 3.x has a small little bug in it that produces the following error: Something went wrong. If the problem persists, send this info to support: HTTP/1.0 403 Invalid AuthSub token.Content-Type: text/html; charset=UTF-8Content-Length: 167Date: Fri, 06 Aug 2010 20:16:35 GMTExpires: Fri, 06 Aug 2010 20:16:35 GMTCache-Control: private, max-age=0X-Content-Type-Options:…

  • Where is php.ini under OSX 10.5 (Leopard)…

    I came across a issue and the solution required a bit of tweaking in php.ini. After looking around my Leopard Server I finally found php.ini.default under /etc directory. After making the changes and restarting apache, I got nothing, zip, zilch. Well after digging around the output of phpinfo<?phpphpinfo ();?>I found that /etc is the expected…

  • Step-by-step instructions to get Cacti installed on Ubuntu 9.04 (Jaunty Jackalope) Desktop Edition

    So after yesterdays rant, I went back and figured out how to install the Cacti monitoring software (OSS, Free) onto a Ubuntu 9.04 “Jaunty Jackalope” Desktop installation. This guide uses packages only, no compiling, no Makefiles or anything like that…..You should be able to just follow this and get a fully functioning Cacti installation in…