From: Reini U. <ru...@x-...> - 2009-11-11 13:29:33
|
2009/11/11 Tom Eicher <ro...@te...>: > Hi, sorry for not getting back to this earlier, > >>> > Do you have any idea what is being zipped or unzipped on every >>> > page request ? >> It's the gzipped pre-prepared page object, which is stored in the >> database. Obviously with a unsupported gzip format. > >>> > Any idea how to fix this ? >> PhpWikiAdministration >> purge-cache > > Yes, that worked, thanks! > After purge, I was able to "un-un-comment" that code and it's > working now. > > Well, "barely working". As I wrote, I'm still on 1.3.12p3. > > I get "lib/Request.php:820: Notice[1024]: The PhpWiki access log file is > not writable. Please ensure that the file > '/var/log/apache2/wiki_access_log' is writable, or redefine ACCESS_LOG > in config/config.ini." > no matter what I configure in config.ini, even "empty to disable" > does not help. Also, on every 10th page request or so, I get the > page as "plain HTML" with no stylesheets... (no, it's not the > apache, that's working well for other stuff...) You can disable the accesslog writer in lib/Request.php class Request { function Request() { ... if (false) { $this->_accesslog = new Request_AccessLog(ACCESS_LOG, ACCESS_LOG_SQL); } ... > > It would really be nice to get a working "official major release"... > > Download on SF is still 1.2... That's a problem with the recent sf.net UI change. You have to get to the 1.3.x series by clicking on "VIEW ALL FILES" and get to "PhpWiki 1.3" (current) and then to "phpwiki-1.3.14" > Link to SF Page http://phpwiki.sourceforge.net/phpwiki-1.2/ from > http://phpwiki.sourceforge.net/ is broken (empty page)... yes. this is disabled now. > I'd really like to help out by documenting stuff like that upgrade > problem you helped solve, or "what to configure on a vanilla Suse > 11.1 to get PHPWiki running", but for that we need a functioning > projekt home wiki, right ? -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |