phpwiki is great. At least, when I used it once. But what on earth has happened to it since?
(Win98SE, Apache 1.3, PHP as Apache Module)
When I try to login after loading up the virgin wiki, Apache throws an illegal operation (Segmentation Fault, IIRC.)
(UNIX-based OS, Apache 1.3, PHP as CGI)
The call to parse_ini_file does not seem to work under CGI and completely mucks everything up. It'd be better to replace it with something more trustworthy, like the PEAR Config class...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, when I tried to install it on the CGI-running server, I get a blank page. I comment out the parse_ini_file call, the page comes up (but with tons of errors due to no config.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
phpwiki is great. At least, when I used it once. But what on earth has happened to it since?
(Win98SE, Apache 1.3, PHP as Apache Module)
When I try to login after loading up the virgin wiki, Apache throws an illegal operation (Segmentation Fault, IIRC.)
(UNIX-based OS, Apache 1.3, PHP as CGI)
The call to parse_ini_file does not seem to work under CGI and completely mucks everything up. It'd be better to replace it with something more trustworthy, like the PEAR Config class...
We tried the Pear Config class at first, but this looses.
A really awfully written class, as most pear classes btw.
I'll check why parse_ini_file() fails with CGI, thanks!
Well, when I tried to install it on the CGI-running server, I get a blank page. I comment out the parse_ini_file call, the page comes up (but with tons of errors due to no config.)