Christopher Shennan's Blog

A day in the life of…

Browsing Posts tagged line digital

I have been working on these 2 projects on and off for a couple of weeks and although it has taken me much longer to package up and write the documentation for these 2 projects, I have finally managed to get them finished to a reasonable state and both projects are available for download.

lineTwit - A PHP Twitter Reader – Original developed at my work (Line Digital) and is based on myTwit by Ralph Slooten

wpTwit -  A WordPress Plugin build using lineTwit to show how it can be incorporated into proper projects.  This site is live example of this plugin in action as I am using wpTwit for the twitter feed in the sidebar.

Many thanks to both Line Digital and Ralph Slooten for allowing me to make these available for everyone to use.

Enjoy!

Last week I was working away in the office at Line Digital on our latest Symfony based project when our project started giving us a strange error similar to:-

Fatal error: Uncaught exception ‘sfConfigurationException’ with message ‘Configuration file "/usr/lib/php/symfony/config/config/core_compile.yml" does not have a registered handler.’ in /usr/lib/php/symfony/config/sfConfigCache.class.php:101

Looking into this a little closer we found that the server had ran out of disk space so after making some space and using “symfony cc” to clear the cache we thought that this would have resolved the problem, however we continued to get the “does not have a registered handler” message being presented.

continue reading…