Hello :-)
Before opening a bugzilla bugreport, I would know if this is only me
or not. I had the following problem:
* installing the CMS "guppy" (http://www.freeguppy.org/), I had a
blank (empty) home page.
After many thought, we found the solution.
the /etc/apache2/php.ini file read:
-------------
; UNIX: "/path1:/path2"
;include_path = ".:/php/includes"
include_path = "/usr/share/php5"
;
; Windows: "\path1;\path2"
;include_path = ".;c:\php\includes"
-------
the "include_path" line is wrong. One must simply use the commented
unix line
include_path = ".:/php/includes"
AFAIK I never modified this file myself and I already run mediawiki
and other php scripts without problem, only this guppy script failed
(and now works)
see here
http://dodin.org/test/index.php
jdd
--
http://www.dodin.net
http://gourmandises.orangeblog.fr/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]