Menu

phpwiki coding problems

Reko
2004-09-01
2012-10-11
  • Reko

    Reko - 2004-09-01

    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...

     
    • Reini Urban

      Reini Urban - 2004-09-01

      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!

       
    • Reko

      Reko - 2004-09-01

      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.)

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.