Forum Moderators: coopster

Message Too Old, No Replies

Includes not showing on Windows

Includes show on www linux but not Windows htdocs

         

russgri

8:23 pm on Jul 3, 2003 (gmt 0)

10+ Year Member



My website works and every include works...but the same site downloaded to the Windows site will not bring up the includes containing my css and includes containing nav items
PhpTriad has installed at
C:\apache
My desktop site is
c:\apache\htdocs
My includes directory is
c:\apache\htdocs\includes

php.ini is at C:\winnt

when nothing works I altered the php.ini thus...
; Windows: "\path1;\path2"
include_path = ".;c:\apache\htdocs\includes

Still...not working.

Here is a peek at relevant php.ini as amended:
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;

; UNIX: "/path1:/path2"
;include_path = ".:/php/includes"
;
; Windows: "\path1;\path2"
include_path = ".;c:\apache\htdocs\includes

; The root of the PHP pages, used only if nonempty.
doc_root =

; The directory under which PHP opens the script using /~usernamem used only
; if nonempty.
user_dir =

***
Is there a syntax problem?

DrDoc

2:32 am on Jul 4, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Maybe the missing ending quote is causing the problem?

russgri

6:34 am on Jul 4, 2003 (gmt 0)

10+ Year Member



Windows is smarter than I am...

I saved index.html as index.php

The includes show perfectly but the body is messing except for the cryptic message:

The source reveals that the right column shows
<div id="right">blah blah</div>

The Main column:
<div id="content">body text</div>

Source shows:

cant show

How this error message was generated is beyond me.

jatar_k

4:23 pm on Jul 4, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



cant show

That's the error message?