From: Reini U. <ru...@x-...> - 2004-08-03 09:07:46
|
Jim Beard schrieb: > I recently upgraded ( hardware and software ) and wanted to migrate > our companies wiki. We went from phpwiki-1.3.3 to 1.3.10. Both are > accessed through apache. The 1.3.3 install on the old server was fine. > I moved the pages over to the new server using one of the page snapshot > deals, and I can easily view pages on the new wiki. The problem comes > when I edit them. Editing wiki pages _usually_ causes the content to > get way messed up. Its like instead of what I submitted, it makes three > or four copies of the page and then shuffles them all together. Content > is randomly copied and pasted ( or so it seems ) into the new page. > Obviously this is not a good thing, we are not really able to edit our > wiki pages currently. Does anyone have any advice? Has this problem > been seen before? No that's the first report of this kind to my knowledge. Seems to be very odd. Try to disable output compression (which migth have problems with certain old servers or proxies), but I wonder if this is it. config.ini: COMPRESS_OUTPUT = false -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |