Yes, the ASKBOT_UPLOADED_FILES_URL was wrong, thanks Evgeny. Btw there is still a bug in serving uploaded files (unrelated to this question): https://github.com/piskvorky/askbot-devel/commit/dc018de842a019caf40e044291cc69b44b547540
It simply displays an empty image spot, so it's clear that there is supposed to be an image there... but the image is not shown. I've tried with .jpg and .gif. In fact, I've tried downloading the askbot logo, and uploading it again on that setting, to have the closest thing to the original set up. Still no logo displayed.
Works on my development machine, I think you must have issues the deployment, probably one of the settings in your settings.py:
CSRF_COOKIE_DOMAIN setting valueFILE_UPLOAD_TEMP_DIR - either setting value or permissionsASKBOT_FILE_UPLOAD_DIRASKBOT_UPLOADED_FILES_URLYes, the ASKBOT_UPLOADED_FILES_URL was wrong, thanks Evgeny. Btw there is still a bug in serving uploaded files (unrelated to this question): https://github.com/piskvorky/askbot-devel/commit/dc018de842a019caf40e044291cc69b44b547540
Asked: Dec 11 '11
Seen: 25 times
Last updated: Dec 11 '11
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.