hello,
first of all I would like to thank you for this module.
I have found a problem with it though. All users (except for admin) won't see any css rendering (no images/borders) and the javascript part won't even load (no conversion). The problem shows up when i enable caching (just the default drupal caching.. no boost or memcache). So what I did was to change line 32 in currency_converter.module from:
$block[0]['cache'] = BLOCK_CACHE_GLOBAL;
to
$block[0]['cache'] = BLOCK_NO_CACHE;
After that I had to change the currency converter block cache table in mysql to -1 (I think it was 8 or something) and then it worked fine.
Of course that's not the proper solution, but it works for now.
--
Ioannis Panteleakis
Trinity Networks
Comments
Comment #1
spleshkaThanx for your issue. But may be you should try to flush cache after module installation? I think that's better solution :)
Comment #2
kmare commentedThanx for the response Spleshka,
before messing with the code, I flushed cache, removed any tmp files, cleared php session cookies, etc but nothing seemed to work. Anyway might have been just my installation, really don't know what else..
--
Ioannis Panteleakis
Trinity Networks