I just installed the Smileys for drupal v6.2 and see this problem:

the paths for the images in the database say:
sites/all/modules/smileys/packs/example/...

but the directory in the file system is:
sites/all/modules/smileys/packs/Example/

Note the difference: example vs Example

Comments

micksmothers’s picture

I also have this problem - Unix derivatives all have case sensitive file and path names, so these two should agree exactly. I just renamed the directory on the filesystem to match the setting (Example to example) - was faster.

Gurpartap Singh’s picture

Did you upgrade from Drupal 5?

You need to run update.php if so, to change example to Example.

Please update me with the situation, why it won't work, since I have changed all instances of example to Example.

Gurpartap Singh’s picture

I missed the point that example is not changed to Example in the "path" of smiley images! Kind of critical for those upgrading from Drupal 5.

Gurpartap Singh’s picture

Assigned: Unassigned » Gurpartap Singh
Status: Active » Fixed
Gurpartap Singh’s picture

Version: 6.x-1.x-dev » 6.x-1.0-alpha1
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.