From: Reini U. <ru...@x-...> - 2004-10-10 18:38:08
|
Philip J. Hollenback schrieb: > I'm struggling to make almost the exact same transition on my wiki at > hollenback.net, from 1.3.4/gdbm to cvs w/ mysql. > > I found that when I did the upload, two problems occurred: > > 1. The upload would hang forever on a certain page. I removed that page > and the upload then processed all the files. I will submit a bugreport > on sourceforge with the page that failed, if anyone wants to test it. > > 2. For some reason, every revision of the page except the first one was > rejected with a message about "conflicting edits". Arnaud, is this the > same problem you speak of? If so, could you please tell me exactly what > I need to modify in WikiForm.php to force the upload? > > I was able to get all my pages into the new wiki by first ftping all the > files to the server and then using Load File instead of Upload File in > PhpWikiAdministration. Then on the result page, I had to click on the > "ignore conflicts" button for each page. > > That was pretty tedious for 500 wiki pages. sure :) I'm thinking of a new [Overwrite All] button at the generated loading page. This would cause less trouble. > By the way, that Crao theme is fantastic. Yes. There are still some minor MSIE issues, and minor bugs in some templates. > Any help making my uploads work more smoothly would be appreciated. I usually do this manually with the url: action=loadsave&source=/home/my/phpwiki/pgsrc&overwrite=1 There's also a new button in PhpWikiAdministration (cvs) which adds the overwrite option. [ ] [ Load & Overwrite ] But for this you have to call Update before (or action=update), which will update your local PhpWikiAdministration page. > On 10/09/04, Arnaud Fontaine wrote: >>Hi all, >> >>I was migrating a 1.3.4/gdbm running wiki using my own theme to a cvs >>export version with MySQL as a backend. >> >>I finally managed to import all versions of the pages ! How ? Just >>increasing the upload max size in the config.ini and adding 'override = >>1' in the hidden action array in the WikiForm plugin ... >> >>Well ... this was the first step ... >> >>Then, I wanted to look if my 1.3.4 homebrew theme (the igenerator.net >>theme ... don't go look at it, you'll understand why reading a few more >>lines) was still working in the current CVS, what adjustemets I had too >>do, etc. >> >>Oh, btw, as I run a wikifarm, with each wiki on it's own host name, I >>run it outside the phpwiki directory and made the corresponding >>modifications to index.php and to my config.ini ... >> >>I linked the various themes inside the local 'themes' directory (I also >>tried copying them there ...) and, with the exception of the Crao theme >>working just fine this way, I always have the default theme displaying. >> >>I already noted on previous versions that phpwiki always looks to the >>themes files inside the phpwiki installation directory (that's why I >>link and do not copy) ... and don't tell me it's a feature ... I also >>noted that the UserPreferences looks to the list of themes in this >>directory and not in the local themes directory ... >> >>Any clue ???? -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |