in reply to Re: Re: Re: Hacking Movable Type
in thread Hacking Movable Type

Error logs don't have a detailed message. No line number. Just some generic script warning. Yes warning switch is on. Tried your code above and something similar already but just get a blank screen when there is an error. Nothing in the error log. Thanks, anyway.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop";
$nysus = $PM . $MCF;
Click here if you love Perl Monks

Replies are listed 'Best First'.
Re^5: Hacking Movable Type (how to debug)
by Aristotle (Chancellor) on Mar 31, 2003 at 08:37 UTC
    Then sprinkle warns throughout the code (yours and/or Movable Type) to see how far execution does get, so that you can gradually zero in on the culprit. Once you know where it happens, you have a much better chance of finding out what goes wrong.

    Makeshifts last the longest.