34SP.COM SUPPORT FORUMS

Register Edit Profile Private Message Search Forum Log in


34SP.com Forum Index » Scripting Support » Problems with Movable Type after recent Plesk upgrade


Post new topic
Reply to topic
Page 1 of 1

« View previous topic :: View next topic »
dankarran
34SP Newbie
34SP Newbie


Joined: 15 Nov 2001
Posts: 27
Location: London


View user's profile Send private message Visit poster's website
PostPost subject: Problems with Movable Type after recent Plesk upgrade
Posted: Sun Oct 12, 2008 1:45 am;
Reply with quote  
I am now having problems with publishing posts from my Movable Type install, and I think it probably coincides with the recent update of Plesk on holly.

I get an error ("No filehandle passed at lib/MT/FileMgr/Local.pm line 141.") when trying to re-build any of my pages. I've tried upgrading to the latest version of MT and it's still giving the same sort of problem.

It also seems from the thread at http://forums.sixapart.com/index.php?showtopic=66802&st=0 that another 34SP user is reporting the same issue, though he's on the ted server.

Any help appreciated.

tomdyson
34SP Newbie
34SP Newbie


Joined: 27 Oct 2008
Posts: 2


View user's profile Send private message
PostPost subject: Same here
Posted: Mon Oct 27, 2008 5:15 pm;
Reply with quote  
I'm another Movable Type user on 34sp with the same error.

tomdyson
34SP Newbie
34SP Newbie


Joined: 27 Oct 2008
Posts: 2


View user's profile Send private message
PostPost subject: Fixed with hack
Posted: Mon Oct 27, 2008 5:45 pm;
Reply with quote  
Looks like there's a problem with 34sp's Digest::MD5 library. Here's a nasty hack to make the error message go away:

change line 139 of lib/MT/FileMgr/Local.pm from

if (eval { require Digest::MD5; 1 }) {

to

if (eval { require Digest::MD5foo; 1 }) {

Display posts from previous:   
Page 1 of 1
Post new topic
Reply to topic
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Forums.34sp.com powered by phpBB © 2001- 2004 phpBB Group