|
From: SourceForge.net <no...@so...> - 2003-06-02 22:11:32
|
Bugs item #747790, was opened at 2003-06-02 15:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106121&aid=747790&group_id=6121 Category: version 1.3.x (experimental) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael van Dam (mvandam) Assigned to: Nobody/Anonymous (nobody) Summary: Loading (from zip dump) has problems if files have %20 (spc) Initial Comment: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106121&aid=747790&group_id=6121 |