Custom Query (1173 matches)
Results (91 - 93 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#865 | fixed | creation date in exif data breaks image display | ||
Description |
When an image with a creation date in its exif data is requested it fails with the following error: AttributeError: type object 'datetime.datetime' has no attribute 'datetime'
This is the result of removing
In the parent commit |
|||
#5312 | duplicate | Install Scripts Shebang on Freebsd | ||
Description |
The following files, used in the installation process, fail on FreeBSD (10.1):
Reason for this is the shebang line in all three: #!/bin/bash I replaced it with #!/usr/bin/env sh which works fine for me. Is there a specific reason for using bash here? If yes, could it be changed to use the env command? I can't symlink FreeBSDs default bash path (/usr/local/bin/bash) to /bin/bash from inside my jails as /bin is mounted readonly. |
|||
#943 | cant-reproduce | hang at "Starting server in PID #####" | ||
Description |
I have rebuilt and recompiled multiple times, getting the same result. At the current installation, I compiled using the mediagoblin_easy_install script found [here](https://pypi.python.org/pypi/mediagoblin_easy_install) to save time. Using Debian 7.5 with Nginx on Linode. Let me know what logs/files you'd like to see. Thanks, Chris |