Ask Your Question
0

changing the logo on settings/GENERAL_SKIN_SETTINGS/ doesn't work

asked Dec 11 '11

quesada gravatar image quesada
55 2 7

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.

1 Answer

Sort by ยป oldest newest most voted
1
quesada has selected this answer as correct

answered Dec 11 '11

Evgeny gravatar image Evgeny flag of Chile
6715 31 49 96
http://askbot.org/

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 value
  • FILE_UPLOAD_TEMP_DIR - either setting value or permissions
  • ASKBOT_FILE_UPLOAD_DIR
  • ASKBOT_UPLOADED_FILES_URL
link

Comments

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

piskvorky (Dec 12 '11)

@Evgeny: and btw what's the point of these askbot-specific settings vs. standard MEDIA_ROOT and MEDIA_URL?

piskvorky (Dec 12 '11)

@piskvorky, we should remove the unnecessary custom variables, I agree with you.

Evgeny (Dec 15 '11)

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
[hide preview]

Question tools

Follow

subscribe to rss feed

Stats

Asked: Dec 11 '11

Seen: 25 times

Last updated: Dec 11 '11