# Nossas imagens de discurso não são exibidas em lightbox

**URL:** https://meta.discourse.org/t/our-discourse-images-are-not-lightboxed/84004
**Category:** Support
**Created:** [27 Março , 2018 23:47 UTC](https://meta.discourse.org/t/our-discourse-images-are-not-lightboxed/84004 "2018-03-27T23:47:09Z")
**Posts on this page:** 1
**Showing post:** 27

<div class="post-metadata">

### Author: ![Michael\_Uray](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/michael_uray/32/183119_2.png) [@Michael\_Uray](https://meta.discourse.org/u/Michael_Uray)
#### Post date: [6 Julho , 2020 23:12 UTC](https://meta.discourse.org/t/our-discourse-images-are-not-lightboxed/84004/27 "2020-07-06T23:12:53Z")

</div>

> [@eherman](#):
>
> De qual arquivo de log se trata?

```plaintext
cd /var/discourse
./launcher enter app
tail -f /shared/log/rails/production.log

```

Veja também este artigo sobre os logs do Discourse.

> [@Where does Discourse store and show logs?](https://meta.discourse.org/t/where-does-discourse-store-and-show-logs/58022):
>
> When troubleshooting issues or errors with Discourse it is important you look at your logs. Here’s a listing of where they are and what’s in there. Your site domain Administration logs shown in the UI The Discourse admin panel contains several forms of logging: Emails that are sent, skipped, bounced, received and rejected are logged at https://=DOMAIN=/admin/email-logs and the neighboring tabs. Staff actions are logged at https://=DOMAIN=/admin/logs/staff\_action\_logs Email addresses an…

Se isso acontecer apenas com as postagens existentes, mas as imagens postadas recentemente estiverem corretas, pode ajudar executar:

```plaintext
rake uploads:recover_from_tombstone
rake posts:rebake

```

Veja também lá.

> [@Old image uploads become broken images](https://meta.discourse.org/t/old-image-uploads-become-broken-images/47236/2):
>
> Lest anyone thinks that this query went unanswered, many thanks to @zogstrip for solving this. It seems that Discourse got confused about whether those uploaded images were being used and moved them for subsequent deletion. Though you will probably never need it, the fix went something like this: # copy the "deleted" images from their to-be-deleted staging area cd /var/discourse ./launcher enter app rake uploads:recover\_from\_tombstone # rebake to see that it doesn't happen again rake posts:re…

---

_[View the full topic](https://meta.discourse.org/t/our-discourse-images-are-not-lightboxed/84004)._
