error on startup

Discussion in 'Installation/Configuration' started by erik, Sep 12, 2005.

  1. erik

    erik New Member

    Hi,

    I've installed ISPconfig and it was running ok until I changed the firewall settings (management->settings). If I restart the ISPconfig I get the following message:

    Notice: Undefined index: s in /home/admispconfig/ispconfig/lib/config.inc.php on line 53

    I don't beliefe it has something to do with the firewall setting but that was the last change I made. I'm now unable to use ISPconfig but all the websites that are created through it are running fine.

    Does anyone know what is causing the error and or how to solve it?

    Thanks!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post line 53 of the file /home/admispconfig/ispconfig/lib/config.inc.php here.
     
  3. erik

    erik New Member

    line 53
    PHP:
    $s $HTTP_GET_VARS["s"];
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Have you changed settings in the ISPConfig php.ini?
     
  5. erik

    erik New Member

    yep, that's it!

    for debugging purposes I had set the following settings:
    error_reporting = E_ALL
    display_errors = on

    forgot all about it :rolleyes:

    Thanks a million!
     
  6. diomet

    diomet New Member

    i still have this problem and i don`t know what i have to modify in php.ini...
    please help!!
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    This error does not occur in any ISPConfig installation unless you changed the ISPConfig php.ini file. You seeem to have changed the error reporting to a higher lever and you must undo that change.
     

Share This Page