When I posted Using Nokia Lifeblog for WordPress Blogs last time, live posting via my Nokia N95 was possible on Thesmsguide

Then I tried that same hack on my new wedding blog and it did not work. I keep getting this in the error log :

[19-Nov-2007 09:52:59] PHP Warning:
require(wp-admin/admin-functions.php) [
href='function.require'>function.require]: failed to open stream:

So I wrote to Dameon (phoneboy) again and after some email exchanges, he told me to edit the below:

Replace the following in lifeblog.php
require(‘wp-admin/admin-functions.php’);

with this line:
require(‘wp-admin/includes/admin.php’);

This works as some Wordpress 2.3 themes do not have a file called admin-functions.php in the wp-admin folder. Thanks to Dameon again for the great help!