Menu

Undefined index: logmein in

Help
2004-03-01
2004-03-03
  • Nobody/Anonymous

    I am trying to port this over to a win32 configuration.  I have got node-start to run, but when I bring up the default login page I get :

    NOTICE: Undefined index: logmein in header.php on line 11.

    any ideas?

    Thanks in advance

     
    • Brad Fears

      Brad Fears - 2004-03-01

      Your php.ini is set to show you all errors, warnings and notices.  Look for an "error_reporting" line.  Here is mine:

      error_reporting  =  E_ALL & ~E_NOTICE & ~E_WARNING

      This specifies that I want to see everything but notices and warnings.  They're usually meaningless anyway.

      --Brad Fears

       
    • Nobody/Anonymous

      OK, I got rid of the undefined error.  Now everytime I try to run the node.start script I am getting

      Maximum execution time of 30 seconds exceeded in node.start on line 440

      Thanks in advance

       
      • Brad Fears

        Brad Fears - 2004-03-02

        Try enabling debugging in your config file.  There are instructions for doing so in the documentation for NR.

        The debugging information will show which query it's hanging on.  Post that output back out here, and I'll be able to help a little more.

        --Brad Fears

         
    • Nobody/Anonymous

      By the way, forgot to mention, I am not running this on windows.....its on rh9.

      here is the error from the debug file:

      Attempt 0
      Error: 111 Connection refused
      Attempt 1
      Error: 111 Connection refused
      IMAGE-BANK unreachable, trying dependency...
      <br />
      <b>Fatal error</b>:  Maximum execution time of 30 seconds exceeded in
      <b>/usr/local/node-runner/etc/mysql.inc</b> on line <b>17</b><br />

       
      • Brad Fears

        Brad Fears - 2004-03-03

        What is configured as the dependency for this node?  If it's the only server you've added, then the localhost (the machine running NR) should be the highest level dependency.  After all, if the NR machine can't connect to itself, it probably has a network issue that would prevent it from seeing anything else (in theory).

        By default, the NODE RUNNER node is configured to check tcp port 7, at an ip address of 127.0.0.1.  If you have firewall software preventing NR from accessing that port, you'll get the error you mentioned.

        --Brad Fears

         
    • Nobody/Anonymous

      I went ahead and reconfigured the nodes to have dependencies and the script runs fine.  As soon as service fail (monitoring port 80 on a web server) the script fails with the last error.

       
      • Brad Fears

        Brad Fears - 2004-03-03

        What error?  The Undefined index?  If so, that doesn't make any sense, since it has nothing to do with the node.start script.

        Also, please try enabling debugging, and post the output here.  There are instructs for enabling debugging in the NR documentation.

        --Brad Fears

         

Log in to post a comment.

Auth0 Logo