I can upload user images fine - but the don't display. I checked the source HTML and the path is correct to the image. I confirmed upload by opening FTP client and checking the upload folder on the server. It is there - the path is correct but the image isn't showing - strange.

When you browse to the image you get 'page not found':

http://www.krishnafarm.com/sites/default/files/user_pictures/picture-1.gif

Comments

vertazzar’s picture

htaccess problem

change the file system settings from private to public

ekendra’s picture

Thanks. Not sure how to do that though.

Here's part of the htaccess that comes default with Drupal (haven't changed a thing)

# Protect files and directories from prying eyes.
<FilesMatch "\.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl|svn-base)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format)$">
  Order allow,deny
</FilesMatch>

Why should I need to change anything. User pictures comes with Drupal 6 Core. Why should I then have to hack the htaccess that comes with D6 to make it work?

Something tells me this isn't quite right.

ekendra’s picture

bump

WorldFallz’s picture

Are you using the public or private file system setting?

ekendra’s picture

not sure - how do i determine that?

WorldFallz’s picture

See what is says at admin/settings/file-system.

erik’s picture

the settings for that are at: /admin/settings/file-system