|
Re: import forum data problem [message #5951 is a reply to message #5949] |
Sat, 28 September 2002 14:18 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Looks likes a simple permissions problems to me, the needed directories simply do not exist.
FUDforum Core Developer
|
|
|
|
Re: import forum data problem [message #5975 is a reply to message #5969] |
Sun, 29 September 2002 14:48 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Which version of FUDforum are you running, this is something that was an issue in older versions. Also, was the datadump made from the same forum version or different one, in case of the later, which version?
FUDforum Core Developer
|
|
|
|
|
|
|
Re: import forum data problem [message #5998 is a reply to message #5997] |
Mon, 30 September 2002 19:17 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Well, there is a slight problem with that. The datadump is bad because of a bug in the dump script not the importer.
You can however fix the problem fairly easily.
decompress '/opt/apache/htdocs/forum/tmp/FUDforum_28_09_2002-12:56.fud.gz' using gzip utility.
then run the following script:
perl -p -i -e 's!/opt/apache/htdocs/forum/!!g' FUDforum_28_09_2002-12:56.fud
This will modify the file and remove all /opt/apache/htdocs/forum/.
FUDforum Core Developer
|
|
|
|
Re: import forum data problem [message #6010 is a reply to message #6009] |
Mon, 30 September 2002 20:01 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Did you use an old datadump? If so that obviously you'd have this problem cause as I've explained before the bug was in the DUMP script not the IMPORT script.
FUDforum Core Developer
|
|
|
|
Re: import forum data problem [message #6024 is a reply to message #6023] |
Tue, 01 October 2002 01:44 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Okie, the gif files are binary files, it is possible that the sed or my perl script had an adverse affect on them. Either way the problem which caused the original bug has been solved in the CVS and the fix will be avaliable in the 2.3.2 release due sometime this week.
FUDforum Core Developer
|
|
|