Paul Robinson | 11 Oct 22:09
Gravatar

Thumbnails Not Being Created

Hi,

Is it me or has Wordpress stopped creating thumbnails since the last
revision? I've already re-installed just in case it was me, but that didn't
help any.
Brent Logan | 13 Oct 03:48
Gravatar

Re: Thumbnails Not Being Created

I appear to have the same issue.

On Sat, Oct 11, 2008 at 1:12 PM, Paul Robinson <pablorobinson@...>wrote:

> Hi,
>
> Is it me or has Wordpress stopped creating thumbnails since the last
> revision? I've already re-installed just in case it was me, but that didn't
> help any.
> _______________________________________________
> wp-testers mailing list
> wp-testers@...
> http://lists.automattic.com/mailman/listinfo/wp-testers
>
DD32 | 13 Oct 03:53
Gravatar

Re: Thumbnails Not Being Created

It is indeed an issue since http://trac.wordpress.org/changeset/9116 3  
days ago. Patch fixed one vector, Completely missed the fact it'd break  
another..
Any images uploaded between then and whenever teh fix is commited on trunk  
will not have had thumbnails created, And AFAIK, will require the mages to  
be re-uploaded in order to be created
The fix is in: http://trac.wordpress.org/ticket/7871 but some better  
solutions have been talked about on #wordpres-dev on IRC.. Still the fix  
hasnt been commited though while seemindly deciding which option to take.

On Mon, 13 Oct 2008 12:48:08 +1100, Brent Logan
<gbrentlogan@...>  
wrote:

> I appear to have the same issue.
>
> On Sat, Oct 11, 2008 at 1:12 PM, Paul Robinson  
> <pablorobinson@...>wrote:
>
>> Hi,
>>
>> Is it me or has Wordpress stopped creating thumbnails since the last
>> revision? I've already re-installed just in case it was me, but that  
>> didn't
>> help any.
>> _______________________________________________
>> wp-testers mailing list
>> wp-testers@...
>> http://lists.automattic.com/mailman/listinfo/wp-testers
>>
(Continue reading)

Brent Logan | 13 Oct 04:02
Gravatar

Re: Thumbnails Not Being Created

So, I just went and checked. The thumbnails and medium sized pictures for
pictures I uploaded today are there. But the [gallery] short code isn't
showing the thumbnails. I checked an older post with a gallery to see if
gallery was broken there, and it's not.

On Sun, Oct 12, 2008 at 6:53 PM, DD32 <wordpress@...> wrote:

> It is indeed an issue since http://trac.wordpress.org/changeset/9116 3
> days ago. Patch fixed one vector, Completely missed the fact it'd break
> another..
> Any images uploaded between then and whenever teh fix is commited on trunk
> will not have had thumbnails created, And AFAIK, will require the mages to
> be re-uploaded in order to be created
> The fix is in: http://trac.wordpress.org/ticket/7871 but some better
> solutions have been talked about on #wordpres-dev on IRC.. Still the fix
> hasnt been commited though while seemindly deciding which option to take.
>
> On Mon, 13 Oct 2008 12:48:08 +1100, Brent Logan <gbrentlogan@...>
> wrote:
>
>  I appear to have the same issue.
>>
>> On Sat, Oct 11, 2008 at 1:12 PM, Paul Robinson <pablorobinson@...
>> >wrote:
>>
>>
>>  Hi,
>>>
>>> Is it me or has Wordpress stopped creating thumbnails since the last
>>> revision? I've already re-installed just in case it was me, but that
(Continue reading)

DD32 | 13 Oct 04:28
Gravatar

Re: Thumbnails Not Being Created

Ah right. My mistake.
The files are created, But the Post meta array which contains the  
filenames of the thumbnails isnt correctly stored, So while the thumbnails  
are created, WordPress doesnt know anything about them.

On Mon, 13 Oct 2008 13:02:55 +1100, Brent Logan
<gbrentlogan@...>  
wrote:

> So, I just went and checked. The thumbnails and medium sized pictures for
> pictures I uploaded today are there. But the [gallery] short code isn't
> showing the thumbnails. I checked an older post with a gallery to see if
> gallery was broken there, and it's not.
>
> On Sun, Oct 12, 2008 at 6:53 PM, DD32 <wordpress@...> wrote:
>
>> It is indeed an issue since http://trac.wordpress.org/changeset/9116 3
>> days ago. Patch fixed one vector, Completely missed the fact it'd break
>> another..
>> Any images uploaded between then and whenever teh fix is commited on  
>> trunk
>> will not have had thumbnails created, And AFAIK, will require the mages  
>> to
>> be re-uploaded in order to be created
>> The fix is in: http://trac.wordpress.org/ticket/7871 but some better
>> solutions have been talked about on #wordpres-dev on IRC.. Still the fix
>> hasnt been commited though while seemindly deciding which option to  
>> take.
>>
>> On Mon, 13 Oct 2008 12:48:08 +1100, Brent Logan <gbrentlogan@...>
(Continue reading)

Brent Logan | 13 Oct 04:33
Gravatar

Re: Thumbnails Not Being Created

Yeah, I went and read the trac and figured that out. Looking forward to the
solution. Thanks! :-)

On Sun, Oct 12, 2008 at 7:28 PM, DD32 <wordpress@...> wrote:

> Ah right. My mistake.
> The files are created, But the Post meta array which contains the filenames
> of the thumbnails isnt correctly stored, So while the thumbnails are
> created, WordPress doesnt know anything about them.
>
>
> On Mon, 13 Oct 2008 13:02:55 +1100, Brent Logan <gbrentlogan@...>
> wrote:
>
>  So, I just went and checked. The thumbnails and medium sized pictures for
>> pictures I uploaded today are there. But the [gallery] short code isn't
>> showing the thumbnails. I checked an older post with a gallery to see if
>> gallery was broken there, and it's not.
>>
>> On Sun, Oct 12, 2008 at 6:53 PM, DD32 <wordpress@...> wrote:
>>
>>  It is indeed an issue since http://trac.wordpress.org/changeset/9116 3
>>> days ago. Patch fixed one vector, Completely missed the fact it'd break
>>> another..
>>> Any images uploaded between then and whenever teh fix is commited on
>>> trunk
>>> will not have had thumbnails created, And AFAIK, will require the mages
>>> to
>>> be re-uploaded in order to be created
>>> The fix is in: http://trac.wordpress.org/ticket/7871 but some better
(Continue reading)

Andrew Ozz | 13 Oct 04:52
Favicon
Gravatar

Re: Thumbnails Not Being Created

Changeset 9129 should fix this, can you see if it works well?
Brent Logan | 13 Oct 05:05
Gravatar

Re: Thumbnails Not Being Created

Looks like it does. I haven't published the post yet, but the preview looks
right. Thanks!

On Sun, Oct 12, 2008 at 7:52 PM, Andrew Ozz <admin@...> wrote:

> Changeset 9129 should fix this, can you see if it works well?
>
> _______________________________________________
> wp-testers mailing list
> wp-testers@...
> http://lists.automattic.com/mailman/listinfo/wp-testers
>
Paul Robinson | 13 Oct 13:15
Gravatar

Re: Thumbnails Not Being Created

Hi,

Great job guys, You really do work quick. :)

Thanks.

2008/10/13 Brent Logan <gbrentlogan@...>

> Looks like it does. I haven't published the post yet, but the preview looks
> right. Thanks!
>
> On Sun, Oct 12, 2008 at 7:52 PM, Andrew Ozz <admin@...> wrote:
>
> > Changeset 9129 should fix this, can you see if it works well?
> >
> > _______________________________________________
> > wp-testers mailing list
> > wp-testers@...
> > http://lists.automattic.com/mailman/listinfo/wp-testers
> >
> _______________________________________________
> wp-testers mailing list
> wp-testers@...
> http://lists.automattic.com/mailman/listinfo/wp-testers
>

Gmane