This content has been marked as final.
Show 5 replies
-
1. Re: Help - I Get "Image not Found" error with Show Thumbnails and Repeat Regions
Günter Schenk Jul 21, 2007 9:11 AM (in response to oicram)Hi,
have the related thumbnail pictures actually been created ? it seems like they are missing...
Günter Schenk
Adobe Community Expert, Dreamweaver -
2. Re: Help - I Get "Image not Found" error with Show Thumbnails and Repeat Regions
oicram Jul 21, 2007 10:10 AM (in response to oicram)Hi Günter,
Yes they have been created. Because when I click go to the detail record, I'm able to see them.
And If I change the "File List Recordset" to get images subfolders related to a rename rule, {dogs_images_recordset.id_dog) I get an image displayed, but its always the same image and corresponds only to one record (the first of the display list).
Hope you can help me, I'm really stuck here. -
3. Re: Help - I Get "Image not Found" error with Show Thumbnails and Repeat Regions
Günter Schenk Jul 21, 2007 11:55 AM (in response to oicram)>>
And If I change the "File List Recordset" to get images subfolders related to a rename rule, {dogs_images_recordset.id_dog) I get an image displayed, but its always the same image and corresponds only to one record (the first of the display list)
>>
I´m now trying to understand your scenario -- so if I get it right, the file list recordset retrieves the correct image folder (assuming you´re passing the dynamic folder name from e.g. an URL variable "id_dog"), but just displays one image rather than looping through all images in that directory ? However, can you please post the code of the page containing the file list recordset ?
Günter Schenk
Adobe Community Expert, Dreamweaver -
4. Re: Help - I Get "Image not Found" error with Show Thumbnails and Repeat Regions
oicram Jul 21, 2007 12:13 PM (in response to oicram)You are right Günter,
I have find the issue.
It was hidden in the Interakt Forums. Anyway, I think this is a issue that can be treated by Adobe.
To solve this, we need to find the "File List Recordset" in our code.
Something like:
// Begin File List Recordset
$listFolder_rs_immagini_macchine = .......
$listFolder_rs_immagini_macchine->........
.....
// Create the fake recordset
$rs_immagini_macchine = .....
$totalRows_rs_immagini_macchine = .....
// End File List Recordset
Then we must cut and paste inside the "Repeat Region" - after something like:
-
5. Re: Help - I Get "Image not Found" error with Show Thumbnails and Repeat Regions
Günter Schenk Jul 21, 2007 12:37 PM (in response to oicram)Hi Marcio,
yeah what a coincidence -- I was about to point you to the same thread at the Interakt forum ;-)
Glad you´ve got it solved !
Günter Schenk
Adobe Community Expert, Dreamweaver


