Closed (fixed)
Project:
Cloud Zoom
Version:
7.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2012 at 09:16 UTC
Updated:
28 Sep 2015 at 10:25 UTC
Jump to comment: Most recent
Zoom is no longer working as previous version (which was great) and in view sslideshow no zooming affect at all, on other pages opens new page and zooms image in full page.
Upgraded to 1.03.js files
Also get this error message.
Notice: Undefined property: stdClass::$cz_verion in cloud_zoom_library() (line 38 of ...sites/all/modules/cloud_zoom/cloud_zoom.module).
Comments
Comment #1
nicholasthompsonI've just pushed a fix for that notice error to dev - damn typo!
Have you updated the settings in the Manage Display section on the field?
Comment #2
cham74 commentedHI,thanks for the quick response. I just ran auto updates and did nothing else other than run database updates. But noticed it was broken with error message. Is this an update that requires other settings changed?
Comment #3
cham74 commentedJust tried the new dev version. Same error message appears when navigating to another page.
The zoomer is not working at all as previous version (before all the new updates this month)... an image with lupe and pop up to side. It is just an clickable image, when licked opens image to browser with another zoom on click.
Also breaks admin menu in top bar and other javascript on page.
Comment #4
nicholasthompsonit may take drupal.org a while to rebuild tarball for dev... The fix is on line 38 (cz_verion > cz_version.... missing "s").
As for the settings, there is no update hook. I looked into automating it but it would have been nigh on impossible as Drupal 7 doesn't provide the display settings for formatters which no longer exist. Where there used to be one formatter for every image preset combination, there is now just one formatter with a settings page. As the old formatters dont exist anymore, the update hook couldn't see what the old setting was to recreate a new one from it.
Comment #5
Soraph commentedThere is any quick fix available? It doesn't work at all
Comment #6
nicholasthompsonSoraph - it depends what your problem is. You might need to rebuild the settings associated with the fields (as the formatters have changed).
Comment #7
Soraph commentedIt doesn't zoom, it just break the layout floating to the left for no reason.
What do you mean with "You might need to rebuild the settings associated with the fields"?
Comment #8
nicholasthompsonSee post #4...
AS the formatter names have changed (ie "CloudZoom: [preset] to [preset]" doesn't exist anymore), your output will be broken.
You need to reset the formatter used on the Display Fields page. (and probably on views too)
Comment #9
Soraph commentedWhat do you mean with "reset"?
I changed it to "Cloud Zoom" and many confusing options popup on the right side, they make no sense.
What is "Slide image style" and why I've to set it to not see the image at its original size?
Comment #10
maxplus commentedHi,
I'm getting the same Notice with a fresh installed Cloud zoom 7.x-1.1 and 1.03 cloud zoom js files.
Everything is working fine but I want to hide the Notice message for the website visitors.
I have installed http://drupal.org/project/disable_messages to hide the notice as temporary solution
Comment #11
mcfilms commentedI
amwas experiencing the exact same thing as #10. A new version of Drupal Cloud zoom 7.x-1.1 and 1.03 cloud zoom js files.Notice: Undefined property: stdClass::$cz_verion in cloud_zoom_library() (line 38 of /home/path/to/sites/all/modules/cloud_zoom/cloud_zoom.module).
Changing the module's line 37 from:
'version' => $library->cz_verion,
to
'version' => $library->cz_version,
did the trick. (added the "s" to cz_version)
Comment #12
paskainos commentedSame as #10 & #11.
Comment #13
andypostJust upgrade to dev version, #11 already commited
Comment #15
jackhutton commentedthank you for this thread - followed it through .. dl the dev version and works w out the error msg.
appreciate the postings.
Comment #16
fonant commentedAny chance the dev version could be released as a new official version?