ryanweber88

Results 5 comments of ryanweber88

Same issue here. Tried to import a large amount of entries (into a "Users" channel), and history is showing that the import is complete, but nothing is actually imported. No...

I managed to resolve my own issue by turning on debugging. If you uncomment line 131 in ImportController.php, the imports will start recording logs to craft_import_log in your db. My...

@RP-101 I used a similar solution to what @PeterHewat shared, but had to come up with my own way to add release notes from our text file. Here's both steps:...

Fantastic! I'd also recommend adding this to the example further down in the README.

Same issue here, validation on submit, but no feedback to the user on blur. I put some debug in the library to check if the blur events are firing and...