Skip navigation

allow call time pass reference in php.ini for TYPO3 on Dreamhost

April 7th, 2008

Wanting to publish an RSS feed on a TYPO3 site recently I ran into errors relating to the php configuration of Dreamhost.  To solve this I followed the instruction for using your own modified version of php.ini on the wiki which essentially copies the latest Dreamhost version of php.cgi and php.ini into a newly created cgi-bin directory.

Read the rest of this entry »

TYPO3 error: Cannot find tslib/

April 4th, 2008

I started to get this error while I was monkeying around with the latest version on my MacBook.

Cannot find tslib/. Please set path by defining $configured_tslib_path in index.php.

I had to go as far as to have a quick look at index.php to discover that I’d incorrectly named my typo3 folder (er, symlink actually). D’oh!

Django on OS X - Getting started

April 3rd, 2008

I’d decided a while ago to invest some time learning Python, already had MAMP Pro happily running on my MacBook Pro running OS X 10.4 so it made sense to push further and have a look at Django - the Python Web Framework. I’m following the beautifully written Django Book and an amalgam of google results. Read the rest of this entry »