From: Jim B. <be...@co...> - 2004-08-02 17:38:13
|
OK, 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? Jim Beard counterclaim.com, Inc http://www.counterclaim.com http://openefm.sourceforge.net (800) 264-8145 |
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/ |
From: Jim B. <be...@co...> - 2004-08-03 17:57:52
|
A little back ground to the problem: When I first set up the new server I noticed this problem existed with some themes and not with others. I spent about half an hour finding a theme that seemed editable. That theme seemed to work fine for a few weeks. Then I started to notice that every once in a while it would exhibit the problem below. Now it seems to do it all the time. I don't know where the problem lies, but it seems like the content in our edit form field gets duplicated a few times and jarbled up when it hits the server. The result of a bad edit might look like their are 3 or 4 copies of the page jammed together, a little mixed up. I greatly appreciate the advice of setting COMPRESS_OUTPUT to false. It was commented out in my config.ini and the comments around it did not indicate which way ( true or false ) the default is assumed to be. I set the option to false but the behavior did not seem to change. Anyone who has any advice is very welcome to contribute! Thanks! Jim On Aug 3, 2004, at 2:07 AM, Reini Urban wrote: > 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/ > > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source > Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > > Jim Beard counterclaim.com, Inc http://www.counterclaim.com http://openefm.sourceforge.net (800) 264-8145 |