Closed (fixed)
Project:
Dynamic Background
Version:
7.x-2.0-rc2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
4 Mar 2013 at 18:53 UTC
Updated:
16 May 2013 at 20:03 UTC
Jump to comment: Most recent
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
Comment #1
cableman0408 commentedYou 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.
Comment #2
cableman0408 commentedI have updated the development branch with a fix for the new image styles.
Comment #3
Anonymous (not verified) commentedI 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
Comment #4
cableman0408 commentedYes, sorry for that one :-| a rc3 have been released that fixes that.
Comment #6
letrotteur commentedAny chance of getting this fix for the 1.0 branch? since it is still the recommended release. And seems like a major issue.
Comment #7
cableman0408 commentedSorry 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.
Comment #8
cableman0408 commentedA new 7.x-1.11 release have been added to the build queue and should be ready for download soon.