<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="http://www.movabletype.org/" />

<title>CTHB: MovableType Gimp v.2</title>

<link rel="stylesheet" href="http://www.cthb.org/styles-site.css" type="text/css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.cthb.org/index.rdf" />
<link rel="alternate" type="application/atom+xml" title="Atom" href="http://www.cthb.org/atom.xml" />

<link rel="start" href="http://www.cthb.org/" title="Home" />
<link rel="prev" href="http://www.cthb.org/archives/2002/01/training_wheels.html" title="Training Wheels" />

<link rel="next" href="http://www.cthb.org/archives/2002/01/open_call_for_s.html" title="Open call for sound clips" />

<script type="text/javascript" language="javascript">
<!--

var HOST = 'www.cthb.org';

// Copyright (c) 1996-1997 Athenia Associates.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.

function setCookie (name, value, expires, path, domain, secure) {
    var curCookie = name + "=" + escape(value) + (expires ? "; expires=" + expires : "") + (path ? "; path=" + path : "") + (domain ? "; domain=" + domain : "") + (secure ? "secure" : "");
    document.cookie = curCookie;
}

function getCookie (name) {
    var prefix = name + '=';
    var c = document.cookie;
    var nullstring = '';
    var cookieStartIndex = c.indexOf(prefix);
    if (cookieStartIndex == -1)
        return nullstring;
    var cookieEndIndex = c.indexOf(";", cookieStartIndex + prefix.length);
    if (cookieEndIndex == -1)
        cookieEndIndex = c.length;
    return unescape(c.substring(cookieStartIndex + prefix.length, cookieEndIndex));
}

function deleteCookie (name, path, domain) {
    if (getCookie(name))
        document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT";
}

function fixDate (date) {
    var base = new Date(0);
    var skew = base.getTime();
    if (skew > 0)
        date.setTime(date.getTime() - skew);
}

function rememberMe (f) {
    var now = new Date();
    fixDate(now);
    now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000);
    now = now.toGMTString();
    if (f.author != undefined)
       setCookie('mtcmtauth', f.author.value, now, '/', '', '');
    if (f.email != undefined)
       setCookie('mtcmtmail', f.email.value, now, '/', '', '');
    if (f.url != undefined)
       setCookie('mtcmthome', f.url.value, now, '/', '', '');
}

function forgetMe (f) {
    deleteCookie('mtcmtmail', '/', '');
    deleteCookie('mtcmthome', '/', '');
    deleteCookie('mtcmtauth', '/', '');
    f.email.value = '';
    f.author.value = '';
    f.url.value = '';
}

//-->
</script>





</head>

<body>

<div id="container">

<div id="banner">
<h1><a href="http://www.cthb.org/" accesskey="1">CTHB</a></h1>
<h2></h2>
</div>

<div class="content">

<p align="right">
<a href="http://www.cthb.org/archives/2002/01/training_wheels.html">&laquo; Training Wheels</a> |

<a href="http://www.cthb.org/">Main</a>
| <a href="http://www.cthb.org/archives/2002/01/open_call_for_s.html">Open call for sound clips &raquo;</a>

</p>

<h2>January 30, 2002</h2>

<h3>MovableType Gimp v.2</h3>

<p>After a little back and forth with the people on the support fora at MovableType.org, I tried the shot-in-the-dark purge and reinstall method tonight. Tried dropping the scripts into cgi-bin, but couldn't read a thing. As soon as installed them to a directory outside cgi-bin, I was zooming along.</p>

<p>Got the mt-load.cgi to come back all shiny  and happy.</p>

<p>Even mt-check.cgi went alright, though it didn't detect that I'd installed the modules for SOAP and File::Temp.</p>

<p>When I run mt.cgi, it pulls up a login screen. Great! Type in the default username. Type in the default password and...<BLOCKQUOTE>Got an error: Not an ARRAY reference at (eval 10) line 24.</BLOCKQUOTE>This sucks. Yes, I'm that gimp on the board with the ARRAY problem.</p>

<p>I have no idea where to go from here, and judging by the most recent tone of my helper's post, it seems like he's either out of ideas, or the methods that we'd have to use to figure out what's wrong would really put the piss in someone's Corn Flakes.</p>

<p>Help?</p>

<div id="a000455more"><div id="more">

</div></div>

<p class="posted">Posted by KinCross at January 30, 2002 09:21 PM</p>




<h2 id="comments">Comments</h2>







</div>
</div>

</body>
</html>