PHP error :failed to open stream

Discussion in 'PHP' started by bhk, Mar 29, 2007.

  1. #1
    Hi,


    I've installed in my computer Apache 2.054,php4.4.0,mysql4.1,zabbix 1.3.3.
    But when I tried http://localhost/~zabbix/ I had the following errors:


    Warning: main(include/defines.inc.php): failed to open stream: No such file or directory in /home/zabbix/public_html/include/config.inc.php on line 27

    Fatal error: main(): Failed opening required 'include/defines.inc.php' (include_path='/usr/share/php') in /home/zabbix/public_html/include/config.inc.php on line 27


    Could you please tell me how to proceed.

    Many thanks
     
    bhk, Mar 29, 2007 IP
  2. Diether

    Diether Peon

    Messages:
    278
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It just means it can't find the file.
    Make sure you've got defines.inc.php on your server.
     
    Diether, Mar 29, 2007 IP