What are the installation instructions for this component? Adding imagecache_image.module to imagecache directory did not show the presets in image.
Appending new functions to imagecache.module showed the imagecache presets in image.
What are the installation instructions for this component? Adding imagecache_image.module to imagecache directory did not show the presets in image.
Appending new functions to imagecache.module showed the imagecache presets in image.
Comments
Comment #1
B747 commentedDid you run update.php?
Comment #2
sgriffin commentedThe new functions do not require a db update. And yes I also tried it.
Comment #3
drewish commentedI'd say the current README.txt is pretty good. And since you've been posting other issues since this I'm assuming you got it working. Going to mark this as fixed. Please feel free to re-open if you've got some specific suggestions for improvement now that you're a more advanced user.
Comment #4
sgriffin commentedQuite right, it was update.php. I was under the wrong assumption that update.php was only for altering db data and tabular structures etc, and changes in functions wouldn't an update. Now I know there's plenty of caching going on and I can also program my way out of a wet paper sack finally.