After spending a whole day tryng to get phpWiki to work
I have finally got index.php to load. The last thing I
had to do was comment out
if (@is_dir(SCRIPT_FILENAME) or
realpath(SCRIPT_FILENAME) == realpath(FILE))
in index.php
Anyway, I see index.php now, but all the links point to
127.0.0.1/WhatEver or 127.0.0.1/?pagename=WhatEver
depending on if I have USE_PATH_INFO enabled or not. My
wiki is installed to E:\Web\Wiki\ and I believe I have
the INCLUDE_PATH thing set correct in the config.ini,
but phpWiki seems to completely ignore the
INCLUDE_PATH. I can set it to anything and stuff still
behaves the same. I can type
localhost/Wiki/index.php/AnythingAtAll and it will
always just show the index.php. Another weird thing is
that when I view source on index.php the links are all
like "WhatEver" or "?pagename=WhatEver" and I am at
localhost/Wiki/index.php yet the links try to go to
localhost/WhatEver when I click on them. So maybe it is
an Apache problem?
lomacar@hotmail.com
Logged In: YES
user_id=1565038
I am having the same problem in 1.3.12p3. After installing
the phpwiki and configuring to use a flat file DB, getting
a blank screen forever, until I comment out this line in
index.php
if (@is_dir(SCRIPT_FILENAME) or
realpath(SCRIPT_FILENAME) == realpath(FILE))
And the virgin wiki appears to load but all of the links
are not working, and the images are not working.