Post by The Witcher is ignored |
Aw: FUD 3.0.2 |
Fri, 19 August 2011 06:57 |
|
I don't think the tags are missing. If you right click the address in the preview you will notice that it is actually an image.
The bug is that the forum fails to deliver the content of the image to browser. Because of this the address is shown as alternative text.
|
|
Post by The Witcher is ignored |
Aw: Re: Aw: Re: Aw: Re: FUD 3.0.2 |
Thu, 18 August 2011 21:08 |
|
I am not sure what tags you are referring to. In the text box you should see something like [img]index.php?t=getfile&id=6082&private=0[/img]. In the preview and the actual post you should see the uploaded image instead.
|
|
Post by The Witcher is ignored |
Aw: Re: Aw: Re: FUD 3.0.2 |
Thu, 18 August 2011 19:52 |
|
Image preview should be fixed in 3.0.3RC1. If you have installed it you could try it there. I could not reproduce it.
This forum here is still running version 3.0.2 that suffers from this bug.
|
|
Post by The Witcher is ignored |
|
Re: Aw: Re: FUD 3.0.2 |
Mon, 22 November 2010 09:02 |
|
A quick fix is to edit src/attach.inc.t, change to and rebuild your themes.
PS: This will not work for Oracle where '' is considered NULL (location is a NOT NULL col). I'll submit a proper patch later.
|
|
Aw: Re: FUD 3.0.2 |
Mon, 22 November 2010 05:34 |
|
yes it was working fine with 3.0.1.
You can reproduce the issue. You will need a mysql tool and FUDForum 3.0.2.
Create a new message, chose a file (picture), upload it to forum and insert it to the message.
Now you will see in the fut_attch table a new entry and "location" is filled with "placeholder"
If you click on preview message, you will see the missing picture error.
If you click create message, the message was created and in the table the "placeholder" was replaced with the correct location.
|
|
Re: FUD 3.0.2 |
Sun, 21 November 2010 21:36 |
|
Definitely a bug!
Do you perhaps know if it was working in 3.0.1?
|
|
FUD 3.0.2 |
Sun, 21 November 2010 10:40 |
|
After upgrade to current version 3.0.2 it is not able to make a preview of the image, which was upload by forum itself.
If you look into fud_attach table you will see not the location of file is "placeholder" until the message will saved.
|
|