I'm trying to install phpwiki, I have read this page and try to follow it:
http://www.phpbuilder.com/columns/ian_gilfillan20060309.php3
However, after I copy the wiki directory to my apache home directory, /usr/local/apache2/htdocs, and try to browse it with IE, I can't see anything like the configurator. I can only see a blank page!
I tried to debug it. I tried to run "php index.php", the return code is 255.
It seems the problem is caused by rcs_id() function call, though there is:
require_once(dirname(FILE).'/lib/prepend.php');
and rcs_id() is defined in the prepend.php file.
Could any one help me with this? I believe there should be some settings so it can find rcs_id() function. Thank you very much!!!