Closed (fixed)
Project:
ZipCart
Version:
7.x-1.4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
22 Aug 2012 at 07:10 UTC
Updated:
31 Oct 2012 at 10:31 UTC
Jump to comment: Most recent file
I use version 7.x-1.x-dev. The automatic Updatefunction from Drupal cant update to 7.x-1.4. There is only a white screen after download and then klick the update-button!
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | zipcart-missing-js-settings-1743514-6.patch | 14.05 KB | digitalfrontiersmedia |
Comments
Comment #1
caw67 commentedwhat about this issue??? it doesnt work (update to. 7.1.4)
Comment #2
xurizaemonI'd appreciate if you can provide some debug output on this, as I don't have any Drupal sites with FTP enabled to test it on.
http://drupal.org/node/158043 - in particular turn on error reporting and check your server log files to see what exactly is failing.
Comment #3
caw67 commentedturned on error reporting. only white screen appears.
and its not a memory problem, because all other modules i can update.
Comment #4
caw67 commentedGot it: Parse error: syntax error, unexpected ',', expecting ')' in /sites/all/modules/zipcart/zipcart.module on line 365
Here is the original line: drupal_add_js(, 'setting');
here corrected: drupal_add_js('setting');
Comment #5
caw67 commentedBut now when I try to add some file to the cart this error shows:
Fatal error: Call to undefined function file_check_location() in /var/www/vhosts/cc-isobus.de/httpdocs/sites/all/modules/zipcart/zipcart.module on line 241
And there is no more a ZIP Cart Block!!!
Comment #6
digitalfrontiersmediaThis is incorrect. Line 365 should be:
Patch attached below rolled against Master branch, which appears to be quite different from the recommended release. If I'm supposed to roll this patch against a different branch or something, let me know. This patch seems to include a lot of minor Drupal coding standards fixes in addition to the correction noted above.
Comment #7
caw67 commentedthanks! i will try the patch. but first only the correct line...
when i only correct the line 365, it the module doesnt work.
i will try the patch next days....
Comment #8
xurizaemonThanks DigitalFrontier & caw67, I believe this issue in 7.x-1.4 is already fixed in 7.x-1.x-dev and will be happy to roll a new release if you can confirm that upgrading to the dev tarball fixes the issue for you.
Comment #9
caw67 commentedThe new dev-Version works for me! ;) Great! Thanks!
Comment #10
xurizaemonThanks. 7.x-1.5 should be available soon with that fix in it. Thanks for reporting this.