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

nicholasthompson’s picture

I'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?

cham74’s picture

HI,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?

cham74’s picture

Just 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.

nicholasthompson’s picture

it 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.

Soraph’s picture

There is any quick fix available? It doesn't work at all

nicholasthompson’s picture

Soraph - it depends what your problem is. You might need to rebuild the settings associated with the fields (as the formatters have changed).

Soraph’s picture

It 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"?

nicholasthompson’s picture

See post #4...

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.

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)

Soraph’s picture

What 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?

maxplus’s picture

Hi,

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

mcfilms’s picture

I am was 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)

paskainos’s picture

Same as #10 & #11.

andypost’s picture

Status: Active » Fixed

Just upgrade to dev version, #11 already commited

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

jackhutton’s picture

thank you for this thread - followed it through .. dl the dev version and works w out the error msg.
appreciate the postings.

fonant’s picture

Issue summary: View changes

Any chance the dev version could be released as a new official version?