<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    I understand. Believe me. :)<br>
    I'd also go into site building -&gt; themes and save the global
    configuration settings. That should guarantee the list used in
    $hooks is cleared and regenerated.<br>
    <br>
    I use Nusphere's phpEd debugger which lets me break and step through
    line by line. You can also see the values of global and local
    variables. They have a trial if you want to try them. I've also used
    notepad++ with xdebug which is open source.<br>
    <br>
    Since it checks if $cache[$hook] is set before executing, I'd look
    at $cache[$hook]['arguments']<br>
    <br>
    -Don-<br>
    <br>
    On 11/23/2010 11:50 PM, Chana Campos wrote:
    <blockquote
      cite="mid:AANLkTikywU1jX6Gk6FjNE0uFBVON-ruxzbOdjK1Y_HYi@mail.gmail.com"
      type="cite"><font style="font-family: arial,helvetica,sans-serif;"
        size="2">Well, doing an ini_set("display_errors, 0); in
        index.php had no effect. I AM clearing caches, etc in between
        these various<br>
        attempts, btw...<br>
        <br>
        Putting a stake in this thing's heart seems harder than it
        should be....Going to go cruise the error log and see if
        anything might show up in there....<br>
        <br>
        <br>
        Thanks,<br>
        <br>
        Chana<br>
        <code><br>
          <span><span></span></span></code></font><font
        style="font-family: arial,helvetica,sans-serif;" size="2"><br>
      </font>
    </blockquote>
    <br>
  </body>
</html>