Comment #3 on issue 3386 by pvals...@gmail.com: Comments on PNG images don't show the image.
http://code.google.com/p/reviewboard/issues/detail?id=3386

The server logs were showing no error.
My media directory was looking like that:
# ls -la htdocs/media
total 20
drwxr-xr-x 4 root     root 4096 Feb  5 11:21 .
drwxr-xr-x 4 root     root 4096 May 27 08:52 ..
-rw-r--r-- 1 root     root  522 May 27 08:52 .htaccess
drwxr-xr-x 2 www-data root 4096 Feb  5 11:21 ext
drwxr-xr-x 4 www-data root 4096 Feb  6 16:00 uploaded

Can it be a migration issue (I upgraded from 1.7)?

I do have a weird error messages in apache's logs:
Traceback (most recent call last):
  File "/usr/lib/python2.7/logging/__init__.py", line 851, in emit
    msg = self.format(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 724, in format
    return fmt.format(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 467, in format
    s = self._fmt % record.__dict__
KeyError: u'request_info'
Logged from file djblets_images.py, line 125

Which is the place where it tries to log an error when building the thumbnail.

I guess the logging is having setup problems...

I'll continue investigating how to fix that.



--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.

Reply via email to