incorrect path to smiley images (case-sensitivity problem)
jswap - April 17, 2008 - 20:39
| Project: | Smileys |
| Version: | 6.x-1.0-alpha1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Gurpartap Singh |
| Status: | closed |
Jump to:
Description
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

#1
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.
#2
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.
#3
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.
#4
#5
#6
Automatically closed -- issue fixed for two weeks with no activity.