Don't know how useful it is, but I'll share it anyways...
I'm on Revo 2.2.1pl and phpThumbOf 1.3.2 and also have a multi context (multidomain) site with different media sources for each context (because the assets/media/ folder is different) where I pull images from to use them with phpthumbof. I first had the wrong cache path problem and found this thread. Some of the suggestions were good, but I didn't need all of them.
So here's what I needed to do to make phpthumbof work:
Set 2 context settings
phpthumbof.assets_url = assets/cache/phpthumbof/
I have an "assets" folder in each domain folder, in there is a "cache" folder which should be the target folder for phpthumbof.
phpthumbof.cache_path = /home/accountname/public_html/mainsitename/addomains/othercontextfolder/assets/cache/phpthumbof/cache/
absolute path to the desired cache folder
that's it, seems to work^^
somewhere a "cache/" gets added to the path, but I don't know where it's coming from, so I hava a bit of redundancy in my folder structure because of that...it would be perfect if the cached thumbs would be saved in the folder "cache/phpthumbof/" and not "cache/phpthumbof/cache", but the last cache folder get's created anyways, so I had the choice of having a ton of cryptic files (the converted thumbs) in the main "cache/" folder or I would do the "cache/phpthumbof/" thing and have a cache folder in there again...I did the second =)
[ed. note: last edited this post 14 years, 4 months ago.]