From: Bill G. <wga...@ci...> - 2005-11-04 15:48:00
|
Hi - I'm installing 1.3.11p1 on i86 Solaris 9, with apache2, php5, and mysql4 all from CSW. The database is all set up and initialized. I'm also using HTTP access control. When I initially browse to index.php and log in, this is the latest output (I've done this a few times): ---------- Loading up virgin wiki AddCommentPlugin from MIME file /opt/csw/apache2/share/htdocs/wiki/pgsrc/AddCommentPlugin content is identical to current version 1 - no new revision created [lots more alphabetical entries cut] InterWiki from MIME file /opt/csw/apache2/share/htdocs/wiki/pgsrc/InterWiki content is identical to current version 1 - no new revision created InterWikiSearch from MIME file /opt/csw/apache2/share/htdocs/wiki/pgsrc/InterWikiSearch content is identical to current version 1 - no new revision created InterWikiMap --------- and there the output dies. If I remove InterWikiMap from pgsrc, then the loading goes right on through to _AuthInfo, then it prints "InterWikiMap" and dies. By inserting echo statements, I've determined that the constructor for PageType_interwikimap in lib/PageType.php does execute, but I can't follow where it's bombing after that. If I could figure out how to suppress it loading InterWikiMap altogether, I would be happy to try that. I should also say that before I started tinkering, the default empty InterWikiMap caused it to read the interwiki.map file, and it was dying in exactly the same way. In case it was a problem with that file, I inserted some bogus <verbatim> lines into InterWikiMap to prevent it reading the file. Indeed, that prevented it, but I still can't get past this crash. Can anyone help?? Thanks! Bill Gardner + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Dr. William Gardner, Assistant Professor Dept. of Computing & Info Science tel: (519)824-4120 x52696 University of Guelph fax: (519)837-0323 105 Reynolds email: wga...@ci... Guelph, ON N1G 2W1 http://www.cis.uoguelph.ca/~wgardner |