Hi there
I've installed the taxonomy import module so I can import csv files but it's coming up with the following
Warning: An incompatible module is running.
Memory or compatibility problems have been reported with these modules when under Drupal 6: "taxonomynode", "taxonomy_vtn", "pathauto"
It is advised to increase server and php memory temporary (no problem reported with 256 MB) or to disable these modules manually in modules section. Settings are not lost when you disable a module (and not uninstall it). After import process, you can decrease memory and reactivate modules.
Any plans to work around this or include it in a later release? There's a lot of modules to deactivate to make this happen.
Alternatively - exactly which php server memory does one have to increase to make it work?
increase server and php memory temporary
Thanks!
Comments
Comment #1
jgraham commentedHi amandajane,
We will likely not be addressing that issue as taxonomy_import is not part of the voicebox stack.
However, from the documentation you cite it appears that this can be avoided by increasing the php memory limit, and disabling pathauto.
You can increase the php memory limit by following the documentation here. Disabling pathauto may require several passes on admin/build/modules to deactivate all modules requiring pathauto. I hope this helps.