Mark Hamstra

Results 296 comments of Mark Hamstra

Not at the moment. ImportX only creates resources, and not information stored in other tables.

If an import fails it'll stop processing and dump info from the core on screen...if you encountered situation where it didnt thats a bug and will need more info on...

Ah okay. Gotcha! Op 4 dec. 2012 02:53 schreef "Christian Hanvey" [email protected] het volgende: > I've pasted the contents from the console log file below. > I'm attempting to importing...

Don't suppose you have a patch ready for this? :P Sounds like a good improvement.

That error means that not all of the lines (in this case line 5) has the same amount of elements. Ie, this could cause that error: ``` pagetitle;template;menutitle;content; Howdy-doodles!;2;Menu;This be...

As long as te delimiter fron the csv matches the selected delimiter in the component thats fine. Isn't there a similar example in the ImportX docs? Op 14 dec. 2011...

I've added some notes to the docs on the CSV.. if you can think of any more, feel free to update the docs or to let me know. Also about...

Hm, I would expect in this case the context selector to still work, and be shown, but to only show the one context they have access to. Can you check...

This would likely need to be added in core/components/clientconfig/controllers/home.class.php around line 44-48. Perhaps simply `$this->modx->setPlaceholder('context', $context)` where `$context` is a validated key (currently handled around line 57-68. Would be a...