Comments on: Mo’ blogging, less problems http://cheerleader.yoz.com/2003/07/mo-blogging-less-problems.html I came here to apologise and eat biscuits, and I'm all out of biscuits Fri, 25 Nov 2016 14:37:10 +0000 hourly 1 https://wordpress.org/?v=4.7.29 By: Yoz http://cheerleader.yoz.com/2003/07/mo-blogging-less-problems.html#comment-440 Thu, 25 Nov 2004 19:01:30 +0000 http://cheertest.yoz.com/?p=129#comment-440 Yep, given that it expects MMS to come in as email anyway. If there’s more than one image it’ll still only return one which may well be the wrong one, so it’s worth a try to see what it does. I’m rather short on coding time at the moment – if you want to have a go at patching it, feel free. Otherwise, send me an example MMS mail and I’ll see what I can do.

]]>
By: Scooterphish http://cheerleader.yoz.com/2003/07/mo-blogging-less-problems.html#comment-439 Thu, 25 Nov 2004 11:19:52 +0000 http://cheertest.yoz.com/?p=129#comment-439 RE: #6 when you say “As long as there’s only one image”, you mean for MMS as well as email? Just curious, as tmo has changed their MMS format to include a little web page w/ a spacer gif, and some other jpg (kinda like what SprintPCS does)…

]]>
By: Abbi http://cheerleader.yoz.com/2003/07/mo-blogging-less-problems.html#comment-438 Wed, 15 Sep 2004 19:16:56 +0000 http://cheertest.yoz.com/?p=129#comment-438 i should admit that you have a lovely site. Please accept my compliments!

]]>
By: Damian Bierman http://cheerleader.yoz.com/2003/07/mo-blogging-less-problems.html#comment-437 Sun, 21 Dec 2003 13:38:36 +0000 http://cheertest.yoz.com/?p=129#comment-437 yoz & ben, thanks for this!
things were going fine till my t630 shit the bed, and i decided to go instead with the Samsung e715. problem was, the jpegs the samsung spits out doesn’t play nice with your script (in particular, the MT::Image module), giving this to errstr when it tries to make the thumbnail:
——————-
Reading file ‘pic.jpg’ failed: Exception 325: Invalid SOS parameters for sequential JPEG (pic.jpg)
Can’t call method “scale” on an undefined value at ./mt-moblog.pl line 132.
——————-
what to do? use another thumbnail module. for no particular reason other than it was the first one google turned up, i chose Image::Thumbnail by L. Goddard. so to get things going basicaly all i did was replace the MT::Image thumbnail code with this bit:
—————-
my $img = new Image::Thumbnail(
size => $WIDTH,
create => 1,
inputpath => $imagepath.$imgext,
outputpath => $imagepath.”_t”.$imgext,
);
—————-
and everything works again. probably not necessary for most, but for those whose phones spit jpegs out in a format that MT::Image can’t handle, the above hack will get you going again.

]]>
By: James http://cheerleader.yoz.com/2003/07/mo-blogging-less-problems.html#comment-436 Sat, 08 Nov 2003 01:04:32 +0000 http://cheertest.yoz.com/?p=129#comment-436 add this if you don’t want the script to break when you install extra MT modules
use lib “$MT_DIR/extlib”;

]]>
By: Yoz http://cheerleader.yoz.com/2003/07/mo-blogging-less-problems.html#comment-435 Wed, 09 Jul 2003 22:39:18 +0000 http://cheertest.yoz.com/?p=129#comment-435 Sorry, it’s all very techie – unfortunately, hooking anything up to a mail recipient usually gets nasty. 🙁

]]>
By: qB http://cheerleader.yoz.com/2003/07/mo-blogging-less-problems.html#comment-434 Wed, 09 Jul 2003 05:54:27 +0000 http://cheertest.yoz.com/?p=129#comment-434 I wish I understood more than just the title of this post. If I had a cameraphone I would want to be moblogging to MT _really_ badly. And who knows… the new Handspring/Palm thingy is singing a Siren song…. (as well as ringing polyphonic ring tones)

]]>