Page 2 of 2

Re: Thumbnails - bludit3

Posted: Tue Sep 18, 2018 12:49 am
by bayerberg
installed new bludt pro instance - error logs didnt say anything apart from screaming about missing image.

created new post on the offending instance - all good ...

Code: Select all

string(63) "http:// localhost: 8888/bluditrc3/bl-content/uploads/homefeed.jpg" 
string(12) "homefeed.jpg" 
string(74) "http:// localhost: 8888/bluditrc3/bl-content/uploads/thumbnails/homefeed.jpg"


checked pages.php - Houston, we have found a problem
new post was saved with "coverImage": as filename only
old posts were saved with "coverImage": as full path and flename.
thats why I got those issues.

now I need to figure out how that happened ;)

Re: Thumbnails - bludit3

Posted: Wed Sep 19, 2018 12:36 pm
by bayerberg
Looks like the switch from filename to url + filename happens when content is edited.

@Diego , can you inspect this?

Re: Thumbnails - bludit3

Posted: Wed Sep 19, 2018 1:20 pm
by diego
Ok, good I going to check at night, if you can create an issue in Github to remember, thanks

Re: Thumbnails - bludit3

Posted: Wed Sep 19, 2018 7:02 pm
by diego
I fixed, I just uploaded the changes, you can download all files from Github.

Re: Thumbnails - bludit3

Posted: Wed Sep 19, 2018 7:11 pm
by bayerberg
yesss! thanks!
I'm off to find other bugs :)