I am using CVS snapshot of phpwiki from last week.
When trying to load in my wiki from a zip dump file into
a freshly "deflowered" wiki, I get a couple of problems.
First: any new file (in the dump, but not in the
standard PgSrc), comes up as an edit conflict. There
are buttons for "Merge" or "Load Anyways".
Second: any file containg space (saved with %20) and
presumably other special chars cannot be found by
the system. Here is the error message:
Loading '/tmp/wiki/Content Management'
lib/FileFinder.php:143: Fatal[256]: /tmp/wiki/Content
Management: file not found
Fatal PhpWiki Error
lib/FileFinder.php:143: Fatal[256]: /tmp/wiki/Content
Management: file not found
What I had to do was: Unzip the zip file, and specify
the DIRECTORY as source for dump files. Rename all
files containing %20 to contain an actual SPACE
instead. Then it works as expected.
Seems like FileFinder is a bit broken.
Logged In: YES
user_id=369655
Possibly related to bug:
[ 844188 ] Import of pages with %2F (/) in their name fails.
http://sourceforge.net/tracker/
index.php?func=detail&aid=844188&group_id=6121&atid=106121