Closed (fixed)
Project:
SPIP to Drupal
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2010 at 08:52 UTC
Updated:
26 Aug 2011 at 16:32 UTC
In the latest release there's no images or documents migration yet. Theres no files stored in sites/default/files. It would be nice to include this feature to this great module.
I found that the module can't parse spip's syntaxis, and leave broken link url, like this:
http://domain/node/IMG/pdf/document.pdf
Keep on testing !!!
Comments
Comment #1
jonhattanJust commited some advance to cvs. Now it imports documents and rewrite links. Some finetune still needed.
Comment #2
josue.valencia commentedI've test this feature and I can't get the files imported. The link's path are allright.
Comment #3
josue.valencia commentedOk, it was a matter of a $query. In spip2drupal.batch.inc change the codo in line 433 for this one:
Thanks for the support jonhattan, and sorry to be a pain in your brain XDDD
Comment #4
jonhattanthis is already fixed.
Comment #6
gaëlgActually it seems like files are not copied from the spip IMG dir to the drupal files dir. You have to manually copy (and chown/chmod) the IMG dir into the files dir. So that it's useless to have a field for the spip document root in the spiptodrupal admin interface.
Am I wrong ?
Comment #7
jonhattanThat's right. files are no longer copied from spip to drupal. ALready fixed in git.
Comment #8
jyziyuan commented什么东西啊,不是很清楚