I'm just wondering if there's any movement on this project. I've experimented with the module without success, but i recognize it's early days yet.
I'm just wondering if there's any movement on this project. I've experimented with the module without success, but i recognize it's early days yet.
Comments
Comment #1
xurizaemonThis module is working for a handful of test sites, and I will aim to document with a demo site shortly. I've had one user report directly that he had issues getting the Zips generated, but he wasn't able to provide much helpful debug info so I can't say what the issue was for him.
Thanks for nudging me!
Comment #2
xurizaemonhttp://zipcart.demo.giantrobot.co.nz/ has this in place now.
I did identify an issue which would have been preventing your zips from building and resolved it while setting up the demo. The next 6.x-1.x-dev tarball will contain that fix.
Thanks!
Comment #3
xurizaemonComment #4
jbenjamin commentedthanks for the update!
in my case to get the module working i need to do 2 things. first was to remove the drupal filepath in the javascript (my site is in a subdirectory), as it was doubling up on the pathing.
the second was to to edit the .module zipcart_filterzip function to remove the pass by reference (&) as I'm using php 5.3+ and it was throwing a warning.
thanks again for your work :)
Comment #5
xurizaemonThanks jbenjamin! I opened issues for those two -
* #1085652: Drupal filepath in JS incorrect if Drupal not installed to site root
* #1085654: PHP5.3: remove pass by reference from zipcart_filterzip()
(woot! sequential nids!)
Comment #6
xurizaemon@jbenjamin - if you can post your changes to #1085652: Drupal filepath in JS incorrect if Drupal not installed to site root that would be cool.
I can probably reverse engineer the fix to the other without a patch :)