Restart Error from ISP

Discussion in 'Installation/Configuration' started by vpns2000, May 29, 2006.

Thread Status:
Not open for further replies.
  1. vpns2000

    vpns2000 Member

    Hello, my output afer restart ISP Config is:


    • [root@ns1 etc]# /etc/init.d/ispconfig_server restart
      Shutting down ISPConfig system...
      /root/ispconfig/httpd/bin/apachectl stop: httpd stopped
      ISPConfig system stopped!
      Starting ISPConfig system...
      /root/ispconfig/httpd/bin/apachectl startssl: httpd started
      PHP Warning: include(): SAFE MODE Restriction in effect. The script whose uid is 0 is not allowed to access /home/admispconfig/ispconfig/lib/config.inc.php owned by uid 101 in /
      root/ispconfig/scripts/lib/config.inc.php on line 30
      PHP Warning: include(/home/admispconfig/ispconfig/lib/config.inc.php): failed to open stream: Success in /root/ispconfig/scripts/lib/config.inc.php on line 30
      PHP Warning: include(): Failed opening '/home/admispconfig/ispconfig/lib/config.inc.php' for inclusion (include_path='.:') in /root/ispconfig/scripts/lib/config.inc.php on line 3
      0
      PHP Notice: Undefined index: server in /root/ispconfig/scripts/lib/config.inc.php on line 35
      PHP Notice: Undefined index: server in /root/ispconfig/scripts/lib/config.inc.php on line 35
      PHP Notice: Undefined index: server in /root/ispconfig/scripts/lib/config.inc.php on line 36
      Could not connect to MySQL server!ISPConfig system is now up and running!
      [root@ns1 etc]#

    Please HELP ME
    Thanx
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you change anything in the php.ini of the ISPConfig PHP?
     
  3. vpns2000

    vpns2000 Member

    Hello,

    I have not change in my php.ini.
    I make a new restart of my maschin and see that Error.
    I have bis jetzt not problem mit my ISP Config. This run very very good.
    ????
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ls -la /root/ispconfig/php
    ?
     
  5. vpns2000

    vpns2000 Member

    Hello, my Ouotput is,


    • [root@ns1 ~]# ls -la /root/ispconfig/php
      insgesamt 64
      drwxr-xr-x 6 root root 4096 7. Mai 04:40 .
      drwxr-xr-x 9 root root 4096 22. Mai 21:21 ..
      drwxr-xr-x 2 root root 4096 7. Mai 04:40 bin
      drwxr-xr-x 3 root root 4096 7. Mai 04:40 include
      drwxr-xr-x 3 root root 4096 7. Mai 04:40 lib
      drwxr-xr-x 3 root root 4096 7. Mai 04:40 man
      lrwxrwxrwx 1 root root 27 7. Mai 04:44 php -> /root/ispconfig/php/bin/php
      -rw-r--r-- 1 root root 38517 14. Jul 2005 php.ini
      [root@ns1 ~]#

    My ISP Config Version is on my running System ISP 2.2.2
    This Version is very good running befor the Restart with not Errors.
    Never touch in a running system :)


    On my Test System run ISP 2.2.3 in a VMWare.

    Thanks
     
    Last edited: May 30, 2006
  6. vpns2000

    vpns2000 Member

    Hello Group,

    i have fixed my Problem.
    i have chached in my config.inc.php the settings:

    Code:
    $go_info["server"]["apache2_php"] = 'boht';
    
    to
    Code:
    $go_info["server"]["apache2_php"] = 'addtype';
    
    Thenks for your Help.

    You can Close this Tread.
    :)
     
Thread Status:
Not open for further replies.

Share This Page