Since I updated to Drupal 7.20, images created with Dynamic Background, are not visible.

There was an mportant change in image generation: drupal-7.20-release-notes:

... any code which programmatically generates a link to an image derivative without using the standard image_style_url() API function will no longer work correctly if the image does not already exist in the file system ...

Quick and dirty workaround: adding "$conf['image_allow_insecure_derivatives'] = TRUE;" in the settings.php

Find it there: http://drupal.org/node/1923936

Comments

cableman0408’s picture

Assigned: Unassigned » cableman0408

You might be quite right if you are using image styles. I'll look into the issue and get it fixed :-|

Thanks for reporting the problem.

cableman0408’s picture

Status: Active » Fixed

I have updated the development branch with a fix for the new image styles.

chronowerx’s picture

Version: 7.x-2.x-dev » 7.x-2.0-rc2

I changed the version of this issue to 2.0-rc2 since only the "official" version seems to be affected, the dev version works. I tried both D7.20 and D7.21, and with the rc2 version in both cases I get the following error:

Notice: Undefined property: stdClass::$url in dynamic_background_create_css() (line 578 of / *** /sites/all/modules/dynamic_background/dynamic_background.module).

If this is a different issue, please let me know!

so long
chronowerx

cableman0408’s picture

Yes, sorry for that one :-| a rc3 have been released that fixes that.

Status: Fixed » Closed (fixed)

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

letrotteur’s picture

Any chance of getting this fix for the 1.0 branch? since it is still the recommended release. And seems like a major issue.

cableman0408’s picture

Sorry for that. I'll look into it right now.

Personally I see the 2.x branch as the "recommended" release. I just haven found the time to test/fix the upgrade path properly, hence the 1.x is marked as recommended.

cableman0408’s picture

A new 7.x-1.11 release have been added to the build queue and should be ready for download soon.