ID:               28961
 Updated by:       [EMAIL PROTECTED]
 Reported By:      hendrix at list dot ru
-Status:           Open
+Status:           Bogus
 Bug Type:         *General Issues
 Operating System: windows xp pro
 PHP Version:      4.3.6
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.


Previous Comments:
------------------------------------------------------------------------

[2004-06-29 21:53:46] hendrix at list dot ru

Description:
------------
Hello. Okay, what I am trying to do is very simple - include one .php
script into another .php script.
The only change that I had made in my php.ini file was
cgi_force_redirect (set it to 0).
I am using Apache with MySQL, ActivePerl, and PHP cofigured with it.

Reproduce code:
---------------
<? include "menu.php"; ?>


Expected result:
----------------
I expected my side menu (with links and navigation) to appear.

Actual result:
--------------
Warning: main(menu.php): failed to open stream: No such file or
directory in w:\docs\mg\news.php on line 9

Warning: main(): Failed opening 'menu.php' for inclusion
(include_path='.;c:\php4\pear') in w:\docs\mg\news.php on line 9



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=28961&edit=1

Reply via email to