I had simialr difficulties when I set it up. I don't recall what caused heh issues but what I did was to follow the code flow and at strategic points insert a message (I used PHPinfo ). That way I could manually trace how far PHPwiki was getting and isolate the part causing the problem.
Good luck -- hbp
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Ok, so I installed PHPWiki on some server space i'm leasing, and set it up to use a mysql database, but when I go to index.php it just blanks..
I try running "php index.php" from the command line, and I get:
X-Powered-By: PHP/4.2.1
Content-type: text/html
Done
Any suggestions on what I might be doing wrong?
I had simialr difficulties when I set it up. I don't recall what caused heh issues but what I did was to follow the code flow and at strategic points insert a message (I used PHPinfo ). That way I could manually trace how far PHPwiki was getting and isolate the part causing the problem.
Good luck -- hbp