From: Frank S. <fra...@rn...> - 2003-11-03 16:59:47
|
> >>> "ch...@st..." 11/03/03 16:33 >>> > > I recently upgraded my wiki server from RedHat 7.2 to RHEL > v3, and now > my wiki is nothing but garbage: > http://www.potwin.org/wiki <snip> > With the upgrade, I'm running newer versions of apache, > mysql, and php. > Other php/mysql based sites migrated pretty well (a phpwebsite driven > site), so I know things are generally working correctly. I get the > feeling there's something simple wrong (like some wacky > unicode setting > or something), but I don't know enough about php to know > where to start > looking. > > Anyone got any ideas about what might be wrong? You can check that the database itself is alright simply by inspecting the tables, of course. Off the top of my head, are you not suffering from the "double gzip" issue? On a Windows box I had to comment out line 307 of Request.php - that's the line that says "@apache_note('no-gzip', 1);". frank |