pictures on community with Tiki 4 - new IMG plugin issue?

View: New views
9 Messages — Rating Filter:   Alert me  

pictures on community with Tiki 4 - new IMG plugin issue?

by gezza nagy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi

community site now on Tiki 4 and images disappeared from some pages like here http://tikiwiki.org/InfoTikiWikiOrgDev&bl=n

I guess it is beacuse of the new IMG plugin, does someone know how to fix this in bulk? I have fixed a few links manually but is it the only way? I have to update the images one-by-one? hope not, would take quite a time on the pages I have with lots of sceenshots. Tried to read about it in the release notes for Tiki4 but did not find any info, if someone has idea, please let me know

Thanks&cheers,
gezza


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tikiwiki-devel mailing list
Tikiwiki-devel@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel

Re: pictures on community with Tiki 4 - new IMG plugin issue?

by lindon-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

How are you fixing them, by replacing the src with fileID? If so, it could be a bug with IMG - I'll look at it. Should be able to leave src as is.

lindon

On Sun, 8 Nov 2009 07:14:30 -0800 (PST), gezza nagy <gezzzan@...> wrote:

Hi

community site now on Tiki 4 and images disappeared from some pages like here http://tikiwiki.org/InfoTikiWikiOrgDev&bl=n

I guess it is beacuse of the new IMG plugin, does someone know how to fix this in bulk? I have fixed a few links manually but is it the only way? I have to update the images one-by-one? hope not, would take quite a time on the pages I have with lots of sceenshots. Tried to read about it in the release notes for Tiki4 but did not find any info, if someone has idea, please let me know

Thanks&cheers,
gezza

 


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tikiwiki-devel mailing list
Tikiwiki-devel@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel

Re: pictures on community with Tiki 4 - new IMG plugin issue?

by gezza nagy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
hi lindon

yes, the original link is in "Image source", I deleted it and added the id of the pic from file gallery to "File ID" field, than it became visible again.

one more note: the i18n of the plugin is a bit messy, I have the site running on hungarian, the description of the plugin is half english-half german, see attached screen. I am not sure if it is the plugin, I seem to remember having some plugins half spanish-half english :)

thanks for taking a look,
cheers,
gezza


From: lindon <lindon2@...>
To: Tikiwiki developers <tikiwiki-devel@...>
Sent: Sun, November 8, 2009 5:20:50 PM
Subject: Re: [Tikiwiki-devel] pictures on community with Tiki 4 - new IMG plugin issue?

How are you fixing them, by replacing the src with fileID? If so, it could be a bug with IMG - I'll look at it. Should be able to leave src as is.

lindon

On Sun, 8 Nov 2009 07:14:30 -0800 (PST), gezza nagy <gezzzan@...> wrote:

Hi

community site now on Tiki 4 and images disappeared from some pages like here http://tikiwiki.org/InfoTikiWikiOrgDev&bl=n

I guess it is beacuse of the new IMG plugin, does someone know how to fix this in bulk? I have fixed a few links manually but is it the only way? I have to update the images one-by-one? hope not, would take quite a time on the pages I have with lots of sceenshots. Tried to read about it in the release notes for Tiki4 but did not find any info, if someone has idea, please let me know

Thanks&cheers,
gezza

 




------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tikiwiki-devel mailing list
Tikiwiki-devel@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel

tiki4_imgplugin_i18n_error.png (60K) Download Attachment

Re: pictures on community with Tiki 4 - new IMG plugin issue?

by lindon-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I can't recreate this error on my own 4.x or trunk installation. When I use {img src="tiki-download_file.php?fileId=xxx&display"} (which is mostly what is used on the tw.o page referenced below), the image shows fine. I notice that the doc.tw.o site has similar links to images and the ones I've seen seem okay.

But when I try to add an img plugin to tw.o (whether that page, an existing or new page), it doesn't work with the relative path for a file gallery image. It works fine with just fileId ({img fileId=xxx}), but image gallery images don't seem to work at all (can't recreate the image gallery problem on my own installations either).

Not sure how to debug this one - could be a site problem? Please let me know if anyone is having this issue on other sites.

Thanks,

lindon

 

On Sun, 8 Nov 2009 08:39:47 -0800 (PST), gezza nagy <gezzzan@...> wrote:

hi lindon

yes, the original link is in "Image source", I deleted it and added the id of the pic from file gallery to "File ID" field, than it became visible again.

one more note: the i18n of the plugin is a bit messy, I have the site running on hungarian, the description of the plugin is half english-half german, see attached screen. I am not sure if it is the plugin, I seem to remember having some plugins half spanish-half english :)

thanks for taking a look,
cheers,
gezza


From: lindon
To: Tikiwiki developers
Sent: Sun, November 8, 2009 5:20:50 PM
Subject: Re: [Tikiwiki-devel] pictures on community with Tiki 4 - new IMG plugin issue?

How are you fixing them, by replacing the src with fileID? If so, it could be a bug with IMG - I'll look at it. Should be able to leave src as is.

lindon

On Sun, 8 Nov 2009 07:14:30 -0800 (PST), gezza nagy wrote:

Hi

community site now on Tiki 4 and images disappeared from some pages like here http://tikiwiki.org/InfoTikiWikiOrgDev&bl=n

I guess it is beacuse of the new IMG plugin, does someone know how to fix this in bulk? I have fixed a few links manually but is it the only way? I have to update the images one-by-one? hope not, would take quite a time on the pages I have with lots of sceenshots. Tried to read about it in the release notes for Tiki4 but did not find any info, if someone has idea, please let me know

Thanks&cheers,
gezza

 


 


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tikiwiki-devel mailing list
Tikiwiki-devel@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel

Re: pictures on community with Tiki 4 - new IMG plugin issue?

by Jonny Bradley-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 8 Nov 2009, at 13:52, lindon wrote:

> I can't recreate this error on my own 4.x or trunk installation.  
> When I use {img src="tiki-download_file.php?fileId=xxx&display"}  
> (which is mostly what is used on the tw.o page referenced below),  
> the image shows fine. I notice that the doc.tw.o site has similar  
> links to images and the ones I've seen seem okay.
>
Me too - can you post some examples of the exact syntax that was  
failing pls?
> But when I try to add an img plugin to tw.o (whether that page, an  
> existing or new page), it doesn't work with the relative path for a  
> file gallery image. It works fine with just fileId ({img  
> fileId=xxx}), but image gallery images don't seem to work at all  
> (can't recreate the image gallery problem on my own installations  
> either).
>
Sorry - i don't follow - please post a "this works" exmaple and a  
"this doesn't work" one (or is it a server specific thing?)
> Not sure how to debug this one - could be a site problem? Please let  
> me know if anyone is having this issue on other sites.
>

Exactly - more info please ;)
> Thanks,
>
> lindon
>
[snip]

> one more note: the i18n of the plugin is a bit messy, I have the  
> site running on hungarian, the description of the plugin is half  
> english-half german, see attached screen. I am not sure if it is the  
> plugin, I seem to remember having some plugins half spanish-half  
> english :)

Thanks probably due to it picking up previously translated strings  
(like "Thumb" and "File-Id" etc)

So the other new strings in the plugins parameters need translating  
now... something to do with "get_strings, afaik)

jb

> thanks for taking a look,
> cheers,
> gezza
>
> From: lindon
> To: Tikiwiki developers
> Sent: Sun, November 8, 2009 5:20:50 PM
> Subject: Re: [Tikiwiki-devel] pictures on community with Tiki 4 -  
> new IMG plugin issue?
>
> How are you fixing them, by replacing the src with fileID? If so, it  
> could be a bug with IMG - I'll look at it. Should be able to leave  
> src as is.
>
> lindon
>
> On Sun, 8 Nov 2009 07:14:30 -0800 (PST), gezza nagy wrote:
>
> Hi
>
> community site now on Tiki 4 and images disappeared from some pages  
> like here http://tikiwiki.org/InfoTikiWikiOrgDev&bl=n
>
> I guess it is beacuse of the new IMG plugin, does someone know how  
> to fix this in bulk? I have fixed a few links manually but is it the  
> only way? I have to update the images one-by-one? hope not, would  
> take quite a time on the pages I have with lots of sceenshots. Tried  
> to read about it in the release notes for Tiki4 but did not find any  
> info, if someone has idea, please let me know
>
> Thanks&cheers,
> gezza
>
>
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008  
> 30-Day
> trial. Simplify your report design, integration and deployment - and  
> focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july_______________________________________________
> Tikiwiki-devel mailing list
> Tikiwiki-devel@...
> https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tikiwiki-devel mailing list
Tikiwiki-devel@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel

Re: pictures on community with Tiki 4 - new IMG plugin issue?

by gezza nagy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
hi Jonny

one example here: http://tikiwiki.org/InfoTikiWikiOrgDev&bl=n?tikiversion=Features
all the images are gone, syntax used "Image source" field: tiki-download_file.php?fileId=102&display

another example on the same page but on the Welcome! tab: there is a listing (websites, portals, etc), where the image source is: http://tikiwiki.org/img/wiki_up/TikiLiveCd_cover_0.4_400px.png

thanks&cheers,
gezza






From: Jonny Bradley <tw@...>
To: lindon2@...; Tikiwiki developers <tikiwiki-devel@...>
Sent: Mon, November 9, 2009 9:48:35 PM
Subject: Re: [Tikiwiki-devel] pictures on community with Tiki 4 - new IMG plugin issue?


On 8 Nov 2009, at 13:52, lindon wrote:

> I can't recreate this error on my own 4.x or trunk installation. 
> When I use {img src="tiki-download_file.php?fileId=xxx&display"} 
> (which is mostly what is used on the tw.o page referenced below), 
> the image shows fine. I notice that the doc.tw.o site has similar 
> links to images and the ones I've seen seem okay.
>
Me too - can you post some examples of the exact syntax that was 
failing pls?
> But when I try to add an img plugin to tw.o (whether that page, an 
> existing or new page), it doesn't work with the relative path for a 
> file gallery image. It works fine with just fileId ({img 
> fileId=xxx}), but image gallery images don't seem to work at all 
> (can't recreate the image gallery problem on my own installations 
> either).
>
Sorry - i don't follow - please post a "this works" exmaple and a 
"this doesn't work" one (or is it a server specific thing?)
> Not sure how to debug this one - could be a site problem? Please let 
> me know if anyone is having this issue on other sites.
>

Exactly - more info please ;)
> Thanks,
>
> lindon
>
[snip]

> one more note: the i18n of the plugin is a bit messy, I have the 
> site running on hungarian, the description of the plugin is half 
> english-half german, see attached screen. I am not sure if it is the 
> plugin, I seem to remember having some plugins half spanish-half 
> english :)

Thanks probably due to it picking up previously translated strings 
(like "Thumb" and "File-Id" etc)

So the other new strings in the plugins parameters need translating 
now... something to do with "get_strings, afaik)

jb

> thanks for taking a look,
> cheers,
> gezza
>
> From: lindon
> To: Tikiwiki developers
> Sent: Sun, November 8, 2009 5:20:50 PM
> Subject: Re: [Tikiwiki-devel] pictures on community with Tiki 4 - 
> new IMG plugin issue?
>
> How are you fixing them, by replacing the src with fileID? If so, it 
> could be a bug with IMG - I'll look at it. Should be able to leave 
> src as is.
>
> lindon
>
> On Sun, 8 Nov 2009 07:14:30 -0800 (PST), gezza nagy wrote:
>
> Hi
>
> community site now on Tiki 4 and images disappeared from some pages 
> like here http://tikiwiki.org/InfoTikiWikiOrgDev&bl=n

>
> I guess it is beacuse of the new IMG plugin, does someone know how 
> to fix this in bulk? I have fixed a few links manually but is it the 
> only way? I have to update the images one-by-one? hope not, would 
> take quite a time on the pages I have with lots of sceenshots. Tried 
> to read about it in the release notes for Tiki4 but did not find any 
> info, if someone has idea, please let me know
>
> Thanks&cheers,
> gezza
>
>
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
> 30-Day
> trial. Simplify your report design, integration and deployment - and 
> focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july_______________________________________________
> Tikiwiki-devel mailing list
> Tikiwiki-devel@...
> https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tikiwiki-devel mailing list
Tikiwiki-devel@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tikiwiki-devel mailing list
Tikiwiki-devel@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel

Re: pictures on community with Tiki 4 - new IMG plugin issue?

by gezza nagy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
hehe, this last link I put in my previous mail is funny, it is before "websites" in the listing, have no idea how it got there..
for "portals" the image source is: http://tikiwiki.org/img/wiki_up/strasa_start_00.png, also no idea how it got replaced

it should be "tiki-download_file.php?fileId=102&display" for all the items in the listing


From: gezza nagy <gezzzan@...>
To: Tikiwiki developers <tikiwiki-devel@...>
Sent: Mon, November 9, 2009 10:59:40 PM
Subject: Re: [Tikiwiki-devel] pictures on community with Tiki 4 - new IMG plugin issue?

hi Jonny

one example here: http://tikiwiki.org/InfoTikiWikiOrgDev&bl=n?tikiversion=Features
all the images are gone, syntax used "Image source" field: tiki-download_file.php?fileId=102&display

another example on the same page but on the Welcome! tab: there is a listing (websites, portals, etc), where the image source is: http://tikiwiki.org/img/wiki_up/TikiLiveCd_cover_0.4_400px.png

thanks&cheers,
gezza






From: Jonny Bradley <tw@...>
To: lindon2@...; Tikiwiki developers <tikiwiki-devel@...>
Sent: Mon, November 9, 2009 9:48:35 PM
Subject: Re: [Tikiwiki-devel] pictures on community with Tiki 4 - new IMG plugin issue?


On 8 Nov 2009, at 13:52, lindon wrote:

> I can't recreate this error on my own 4.x or trunk installation. 
> When I use {img src="tiki-download_file.php?fileId=xxx&display"} 
> (which is mostly what is used on the tw.o page referenced below), 
> the image shows fine. I notice that the doc.tw.o site has similar 
> links to images and the ones I've seen seem okay.
>
Me too - can you post some examples of the exact syntax that was 
failing pls?
> But when I try to add an img plugin to tw.o (whether that page, an 
> existing or new page), it doesn't work with the relative path for a 
> file gallery image. It works fine with just fileId ({img 
> fileId=xxx}), but image gallery images don't seem to work at all 
> (can't recreate the image gallery problem on my own installations 
> either).
>
Sorry - i don't follow - please post a "this works" exmaple and a 
"this doesn't work" one (or is it a server specific thing?)
> Not sure how to debug this one - could be a site problem? Please let 
> me know if anyone is having this issue on other sites.
>

Exactly - more info please ;)
> Thanks,
>
> lindon
>
[snip]

> one more note: the i18n of the plugin is a bit messy, I have the 
> site running on hungarian, the description of the plugin is half 
> english-half german, see attached screen. I am not sure if it is the 
> plugin, I seem to remember having some plugins half spanish-half 
> english :)

Thanks probably due to it picking up previously translated strings 
(like "Thumb" and "File-Id" etc)

So the other new strings in the plugins parameters need translating 
now... something to do with "get_strings, afaik)

jb

> thanks for taking a look,
> cheers,
> gezza
>
> From: lindon
> To: Tikiwiki developers
> Sent: Sun, November 8, 2009 5:20:50 PM
> Subject: Re: [Tikiwiki-devel] pictures on community with Tiki 4 - 
> new IMG plugin issue?
>
> How are you fixing them, by replacing the src with fileID? If so, it 
> could be a bug with IMG - I'll look at it. Should be able to leave 
> src as is.
>
> lindon
>
> On Sun, 8 Nov 2009 07:14:30 -0800 (PST), gezza nagy wrote:
>
> Hi
>
> community site now on Tiki 4 and images disappeared from some pages 
> like here http://tikiwiki.org/InfoTikiWikiOrgDev&bl=n

>
> I guess it is beacuse of the new IMG plugin, does someone know how 
> to fix this in bulk? I have fixed a few links manually but is it the 
> only way? I have to update the images one-by-one? hope not, would 
> take quite a time on the pages I have with lots of sceenshots. Tried 
> to read about it in the release notes for Tiki4 but did not find any 
> info, if someone has idea, please let me know
>
> Thanks&cheers,
> gezza
>
>
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
> 30-Day
> trial. Simplify your report design, integration and deployment - and 
> focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july_______________________________________________
> Tikiwiki-devel mailing list
> Tikiwiki-devel@...
> https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tikiwiki-devel mailing list
Tikiwiki-devel@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tikiwiki-devel mailing list
Tikiwiki-devel@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel

Re: pictures on community with Tiki 4 - new IMG plugin issue?

by Jonny Bradley-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Thanks gezza - info is good! :)

Ok, yes - definitely all gone. Initially i suspected the versions  
plugin, or split or something, but i added another one at the bottom  
of the page and that was also broken. The URL is fine (green checkbox  
image), and the same syntax on my (and others') servers works fine.  
After some experimentation on http://tikiwiki.org/Test [snip...]

Aha!!! Got it - .htaccess must be out of date and SefURL enabled (if  
you look at the HTML it's making it sets the src of the img to  
display102, which is not found.

Solution: delete existing .htaccess and rename _htaccess to .htaccess

This possibly needs doing on all upgraded servers.

jb



On 9 Nov 2009, at 16:59, gezza nagy wrote:

> hi Jonny
>
> one example here: http://tikiwiki.org/InfoTikiWikiOrgDev&bl=n?tikiversion=Features
> all the images are gone, syntax used "Image source" field: tiki-
> download_file.php?fileId=102&display
>
> another example on the same page but on the Welcome! tab: there is a  
> listing (websites, portals, etc), where the image source is:http://tikiwiki.org/img/wiki_up/TikiLiveCd_cover_0.4_400px.png
>
> thanks&cheers,
> gezza
>
>
>
>
>
> From: Jonny Bradley <tw@...>
> To: lindon2@...; Tikiwiki developers <tikiwiki-devel@...
> >
> Sent: Mon, November 9, 2009 9:48:35 PM
> Subject: Re: [Tikiwiki-devel] pictures on community with Tiki 4 -  
> new IMG plugin issue?
>
>
> On 8 Nov 2009, at 13:52, lindon wrote:
>
> > I can't recreate this error on my own 4.x or trunk installation.
> > When I use {img src="tiki-download_file.php?fileId=xxx&display"}
> > (which is mostly what is used on the tw.o page referenced below),
> > the image shows fine. I notice that the doc.tw.o site has similar
> > links to images and the ones I've seen seem okay.
> >
> Me too - can you post some examples of the exact syntax that was
> failing pls?
> > But when I try to add an img plugin to tw.o (whether that page, an
> > existing or new page), it doesn't work with the relative path for a
> > file gallery image. It works fine with just fileId ({img
> > fileId=xxx}), but image gallery images don't seem to work at all
> > (can't recreate the image gallery problem on my own installations
> > either).
> >
> Sorry - i don't follow - please post a "this works" exmaple and a
> "this doesn't work" one (or is it a server specific thing?)
> > Not sure how to debug this one - could be a site problem? Please let
> > me know if anyone is having this issue on other sites.
> >
>
> Exactly - more info please ;)
> > Thanks,
> >
> > lindon
> >
> [snip]
>
> > one more note: the i18n of the plugin is a bit messy, I have the
> > site running on hungarian, the description of the plugin is half
> > english-half german, see attached screen. I am not sure if it is the
> > plugin, I seem to remember having some plugins half spanish-half
> > english :)
>
> Thanks probably due to it picking up previously translated strings
> (like "Thumb" and "File-Id" etc)
>
> So the other new strings in the plugins parameters need translating
> now... something to do with "get_strings, afaik)
>
> jb
>
> > thanks for taking a look,
> > cheers,
> > gezza
> >
> > From: lindon
> > To: Tikiwiki developers
> > Sent: Sun, November 8, 2009 5:20:50 PM
> > Subject: Re: [Tikiwiki-devel] pictures on community with Tiki 4 -
> > new IMG plugin issue?
> >
> > How are you fixing them, by replacing the src with fileID? If so, it
> > could be a bug with IMG - I'll look at it. Should be able to leave
> > src as is.
> >
> > lindon
> >
> > On Sun, 8 Nov 2009 07:14:30 -0800 (PST), gezza nagy wrote:
> >
> > Hi
> >
> > community site now on Tiki 4 and images disappeared from some pages
> > like here http://tikiwiki.org/InfoTikiWikiOrgDev&bl=n
> >
> > I guess it is beacuse of the new IMG plugin, does someone know how
> > to fix this in bulk? I have fixed a few links manually but is it the
> > only way? I have to update the images one-by-one? hope not, would
> > take quite a time on the pages I have with lots of sceenshots. Tried
> > to read about it in the release notes for Tiki4 but did not find any
> > info, if someone has idea, please let me know
> >
> > Thanks&cheers,
> > gezza
> >
> >
> >
> >
> >  
> ------------------------------------------------------------------------------
> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> > 30-Day
> > trial. Simplify your report design, integration and deployment - and
> > focus on
> > what you do best, core application coding. Discover what's new with
> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july_______________________________________________
> > Tikiwiki-devel mailing list
> > Tikiwiki-devel@...
> > https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008  
> 30-Day
> trial. Simplify your report design, integration and deployment - and  
> focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Tikiwiki-devel mailing list
> Tikiwiki-devel@...
> https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008  
> 30-Day
> trial. Simplify your report design, integration and deployment - and  
> focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july_______________________________________________
> Tikiwiki-devel mailing list
> Tikiwiki-devel@...
> https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tikiwiki-devel mailing list
Tikiwiki-devel@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel

Re: pictures on community with Tiki 4 - new IMG plugin issue?

by gezza nagy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
solution is good too :) I added a note on doc.two to the Tiki4 page:

http://doc.tikiwiki.org/tiki-index.php?page_ref_id=3311&bl=n#Broken_image_links_.htaccess_file_needs_update

maybe I did not phrase it clear, please take a quick look & update if necessary

thanks for debugging!

cheers,
gezza


From: Jonny Bradley <tw@...>
To: Tikiwiki developers <tikiwiki-devel@...>
Sent: Mon, November 9, 2009 11:36:57 PM
Subject: Re: [Tikiwiki-devel] pictures on community with Tiki 4 - new IMG plugin issue?


Thanks gezza - info is good! :)

Ok, yes - definitely all gone. Initially i suspected the versions 
plugin, or split or something, but i added another one at the bottom 
of the page and that was also broken. The URL is fine (green checkbox 
image), and the same syntax on my (and others') servers works fine. 
After some experimentation on http://tikiwiki.org/Test [snip...]

Aha!!! Got it - .htaccess must be out of date and SefURL enabled (if 
you look at the HTML it's making it sets the src of the img to 
display102, which is not found.

Solution: delete existing .htaccess and rename _htaccess to .htaccess

This possibly needs doing on all upgraded servers.

jb



On 9 Nov 2009, at 16:59, gezza nagy wrote:

> hi Jonny
>
> one example here: http://tikiwiki.org/InfoTikiWikiOrgDev&bl=n?tikiversion=Features
> all the images are gone, syntax used "Image source" field: tiki-
> download_file.php?fileId=102&display
>
> another example on the same page but on the Welcome! tab: there is a 
> listing (websites, portals, etc), where the image source is:http://tikiwiki.org/img/wiki_up/TikiLiveCd_cover_0.4_400px.png

>
> thanks&cheers,
> gezza
>
>
>
>
>
> From: Jonny Bradley <tw@...>
> To: lindon2@...; Tikiwiki developers <tikiwiki-devel@...
> >
> Sent: Mon, November 9, 2009 9:48:35 PM
> Subject: Re: [Tikiwiki-devel] pictures on community with Tiki 4 - 
> new IMG plugin issue?
>
>
> On 8 Nov 2009, at 13:52, lindon wrote:
>
> > I can't recreate this error on my own 4.x or trunk installation.
> > When I use {img src="tiki-download_file.php?fileId=xxx&display"}
> > (which is mostly what is used on the tw.o page referenced below),
> > the image shows fine. I notice that the doc.tw.o site has similar
> > links to images and the ones I've seen seem okay.
> >
> Me too - can you post some examples of the exact syntax that was
> failing pls?
> > But when I try to add an img plugin to tw.o (whether that page, an
> > existing or new page), it doesn't work with the relative path for a
> > file gallery image. It works fine with just fileId ({img
> > fileId=xxx}), but image gallery images don't seem to work at all
> > (can't recreate the image gallery problem on my own installations
> > either).
> >
> Sorry - i don't follow - please post a "this works" exmaple and a
> "this doesn't work" one (or is it a server specific thing?)
> > Not sure how to debug this one - could be a site problem? Please let
> > me know if anyone is having this issue on other sites.
> >
>
> Exactly - more info please ;)
> > Thanks,
> >
> > lindon
> >
> [snip]
>
> > one more note: the i18n of the plugin is a bit messy, I have the
> > site running on hungarian, the description of the plugin is half
> > english-half german, see attached screen. I am not sure if it is the
> > plugin, I seem to remember having some plugins half spanish-half
> > english :)
>
> Thanks probably due to it picking up previously translated strings
> (like "Thumb" and "File-Id" etc)
>
> So the other new strings in the plugins parameters need translating
> now... something to do with "get_strings, afaik)
>
> jb
>
> > thanks for taking a look,
> > cheers,
> > gezza
> >
> > From: lindon
> > To: Tikiwiki developers
> > Sent: Sun, November 8, 2009 5:20:50 PM
> > Subject: Re: [Tikiwiki-devel] pictures on community with Tiki 4 -
> > new IMG plugin issue?
> >
> > How are you fixing them, by replacing the src with fileID? If so, it
> > could be a bug with IMG - I'll look at it. Should be able to leave
> > src as is.
> >
> > lindon
> >
> > On Sun, 8 Nov 2009 07:14:30 -0800 (PST), gezza nagy wrote:
> >
> > Hi
> >
> > community site now on Tiki 4 and images disappeared from some pages
> > like here http://tikiwiki.org/InfoTikiWikiOrgDev&bl=n

> >
> > I guess it is beacuse of the new IMG plugin, does someone know how
> > to fix this in bulk? I have fixed a few links manually but is it the
> > only way? I have to update the images one-by-one? hope not, would
> > take quite a time on the pages I have with lots of sceenshots. Tried
> > to read about it in the release notes for Tiki4 but did not find any
> > info, if someone has idea, please let me know
> >
> > Thanks&cheers,
> > gezza
> >
> >
> >
> >
> > 
> ------------------------------------------------------------------------------
> > Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> > 30-Day
> > trial. Simplify your report design, integration and deployment - and
> > focus on
> > what you do best, core application coding. Discover what's new with
> > Crystal Reports now.  http://p.sf.net/sfu/bobj-july_______________________________________________

> > Tikiwiki-devel mailing list
> > Tikiwiki-devel@...
> > https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
> 30-Day
> trial. Simplify your report design, integration and deployment - and 
> focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july

> _______________________________________________
> Tikiwiki-devel mailing list
> Tikiwiki-devel@...
> https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 
> 30-Day
> trial. Simplify your report design, integration and deployment - and 
> focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july_______________________________________________
> Tikiwiki-devel mailing list
> Tikiwiki-devel@...
> https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tikiwiki-devel mailing list
Tikiwiki-devel@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tikiwiki-devel mailing list
Tikiwiki-devel@...
https://lists.sourceforge.net/lists/listinfo/tikiwiki-devel