Cannot change background image on content block

Permalink
Not sure if this is a 5.7.5.3 issue but if you assign a background image to a content block you cannot clear and change it once saved.

Is anyone else experiencing this?

UPDATE:
Just tested this on another updated site and had the same problem.

studio108
 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi studio108,

I can confirm this in 5.7.5.3.

Have you checked the bug tracker to see if others are experiencing this issue? If no one has reported this issue, I recommend reporting it and including the steps required to repeat the error.

concrete5 bug tracker
https://www.concrete5.org/developers/bugs...
Steevb replied on at Permalink Reply
Steevb
Not seeing this issue, all works as it should.

How did you apply bg image?
MrKDilkington replied on at Permalink Reply
MrKDilkington
@Steevb

Here is an example:
http://www.screencast.com/t/Wfye1sQT...

I am unable to clear or change background images on blocks, areas, or layouts.
Steevb replied on at Permalink Reply 1 Attachment
Steevb
Sorry, tried several scenarios, all work for me. See attached.
MrKDilkington replied on at Permalink Reply
MrKDilkington
I tried on a site running 5.7.5 and it works as expected.
Steevb replied on at Permalink Reply
Steevb
R u running 5.7.5.3 through the updates folder?
MrKDilkington replied on at Permalink Reply
MrKDilkington
I upgrade manually by deleting the concrete folder and replacing it with the new version.
Steevb replied on at Permalink Reply
Steevb
Okay, fine. I never run through updates.
Steevb replied on at Permalink Reply
Steevb
Set up a demo for you to play with: http://lazy.55websolutions.uk/

U: tester
P: 123456
lwduk replied on at Permalink Reply
Just ran a test and the error occurred on your test site. It is a background image not a colored background where the problem occurs.
Steevb replied on at Permalink Reply
Steevb
Okay, that is strange, it works for me with a local set up?
lwduk replied on at Permalink Reply
This error occurred both on my mamp server and on the clients live server.

I think this should go up on the bug tracker.
Currently I am struggling to get the environment data to show in the dashboard for some reason but hope to post this up.
lwduk replied on at Permalink Reply
Studio 108 here,

not at work now, but can confirm I manually upgraded rather than run it through the dashboard.

Regards
Luke
Steevb replied on at Permalink Reply
Steevb
Further testing shows different results, will look at more!!
lwduk replied on at Permalink Reply
It was put up in the bugs area and Andrew confirmed it has now been fixed for the next release of 5.7
tmhirst replied on at Permalink Reply
When is the next revision due? I have just started a new site for a client and this issue has caused us a major problem as we can't change any of the background images. Can't even delete them to replace with alternatives.
MrKDilkington replied on at Permalink Reply
MrKDilkington
@tmhirst

It is hard to gauge when the next version will be released.

Another option is to find the code used to fix the bug, then apply it to your install in the meantime.

I tried looking for the code, but didn't find it.
https://github.com/concrete5/concrete5...
lwduk replied on at Permalink Reply
The only way I found is to delete the content block and apply a new one with the new desired background image.
Steevb replied on at Permalink Reply
Steevb
Another way (not great) is to right click to view source code and look for ‘data-style-set=number' in header referring to the image.

Get into your database and look for table: ‘StyleCustomizerInlineStyleSets’.

Under 'issID' delete the row with same 'number' (row will show lots of ’NULL’ ?)
tmhirst replied on at Permalink Reply
I reverted back to version 5.7.5.2 and it is now working again.
Just comment out the line that defines the update version in /application/config/update.php

return array(
   // 'core' => 'concrete5.7.5.3_remote_updater',
);


I will avoid updating to the latest version quite so quickly in future.
Responsive replied on at Permalink Reply
Responsive
Hi
I had this problem in version 5.7.5.3 on background layouts and just upgraded to 5.7.5.4 but has not made any difference. Any suggestions please.
studio108 replied on at Permalink Reply
studio108
Have you cleared the cache because i found the same issue and that fixed it.
Responsive replied on at Permalink Reply
Responsive
thanks , yes had to clear Chrome cache to get to work.