- Messaggi: 20
- Ringraziamenti ricevuti 1
Images Moved To Amazon S3 - Now No Thumbnails
- philraymond
- Autore della discussione
- Offline
- Giovane Utente
Less
Di più
11 Anni 9 Mesi fa #1222
da philraymond
Images Moved To Amazon S3 - Now No Thumbnails è stato creato da philraymond
I moved all of my article images up to amazon s3, and now the thumbnails don't show up in the search results. Can this be fixed?
www.healthyeatingstartshere.com (search module is in right sidebar)
Thanks,
Phil
www.healthyeatingstartshere.com (search module is in right sidebar)
Thanks,
Phil
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
11 Anni 9 Mesi fa - 11 Anni 9 Mesi fa #1223
da andrea_4g
Risposta da andrea_4g al topic Images Moved To Amazon S3 - Now No Thumbnails
Could you please turn on 'Show debug messages:" in Custom Properties > Config > Thumbnails, and let us know the error messages (if any)?
Ultima Modifica 11 Anni 9 Mesi fa da andrea_4g. Motivo: spelling
Si prega Accesso o Crea un account a partecipare alla conversazione.
- audiadmin
- Offline
- Nuovo Utente
Less
Di più
- Messaggi: 5
- Ringraziamenti ricevuti 1
11 Anni 9 Mesi fa #1224
da audiadmin
Risposta da audiadmin al topic Images Moved To Amazon S3 - Now No Thumbnails
Hello,
We are having similar problems. Turning on the debug this shows up: Remote resource audimedia.iconicweb.com//mediasite/teaserImages/RS5teaser.jpg is not readable.
notice the double slash after domain.
The original url is audimedia.iconicweb.com/mediasite/teaserImages/RS5teaser.jpg (notice the single slash after domain)
Now, on a regular linux server, a double slash path would work in getting the image. But inspecting the audimedia image header, it turns out that it is hosted in Amazon S3 (hence i'm posting here). Testing the double slash in a browser generated an error.
It may be related, but may be not (assuming the double slash issue is solved), when accessing that audimedia image by pasting the correct url in the browser, the response was a dialogue window asking for us to either open or save the file. This differs from a regular server where it would just open the image in the window.
We are having similar problems. Turning on the debug this shows up: Remote resource audimedia.iconicweb.com//mediasite/teaserImages/RS5teaser.jpg is not readable.
notice the double slash after domain.
The original url is audimedia.iconicweb.com/mediasite/teaserImages/RS5teaser.jpg (notice the single slash after domain)
Now, on a regular linux server, a double slash path would work in getting the image. But inspecting the audimedia image header, it turns out that it is hosted in Amazon S3 (hence i'm posting here). Testing the double slash in a browser generated an error.
It may be related, but may be not (assuming the double slash issue is solved), when accessing that audimedia image by pasting the correct url in the browser, the response was a dialogue window asking for us to either open or save the file. This differs from a regular server where it would just open the image in the window.
I seguenti utenti hanno detto grazie : andrea_4g
Si prega Accesso o Crea un account a partecipare alla conversazione.
- audiadmin
- Offline
- Nuovo Utente
Less
Di più
- Messaggi: 5
- Ringraziamenti ricevuti 1
11 Anni 9 Mesi fa #1225
da audiadmin
Risposta da audiadmin al topic Images Moved To Amazon S3 - Now No Thumbnails
the links I pasted are prefixed by http : // (the regular protocol text) but was edited/changed to a link by the wysiwyg editor.
Si prega Accesso o Crea un account a partecipare alla conversazione.
- andrea_4g
- Offline
- Amministratore
Less
Di più
- Messaggi: 1122
- Ringraziamenti ricevuti 163
11 Anni 9 Mesi fa #1226
da andrea_4g
Risposta da andrea_4g al topic Images Moved To Amazon S3 - Now No Thumbnails
Thanks for the feedback.
According to our preliminary tests is that double slash that does the damage.
Try editing file components/com_customproperties/helper.php, line 911, from
to
We're going to make this modification part of the next release, if that fixes the issue.
According to our preliminary tests is that double slash that does the damage.
Try editing file components/com_customproperties/helper.php, line 911, from
Code:
$file = $theURL['scheme'] . '://' . $theURL['host']. '/'. $theEscapedPath;
Code:
$file = $theURL['scheme'] . '://' . $theURL['host']. $theEscapedPath;
We're going to make this modification part of the next release, if that fixes the issue.
I seguenti utenti hanno detto grazie : philraymond
Si prega Accesso o Crea un account a partecipare alla conversazione.
- philraymond
- Autore della discussione
- Offline
- Giovane Utente
Less
Di più
- Messaggi: 20
- Ringraziamenti ricevuti 1
11 Anni 9 Mesi fa #1235
da philraymond
Risposta da philraymond al topic Images Moved To Amazon S3 - Now No Thumbnails
Sorry, it seems I don't get email notifications on responses from this forum (even when checking the checkbox).
Turning on debug doesn't give me anything different (is it in the source code or something?), but your fix did work. It's all good now. Thanks!
Phil
Turning on debug doesn't give me anything different (is it in the source code or something?), but your fix did work. It's all good now. Thanks!
Phil
Si prega Accesso o Crea un account a partecipare alla conversazione.
Tempo creazione pagina: 0.185 secondi