Hi!
I haven't worked with EVO since 2010, but I have an old project that I need to dust off and I wanted to use phpthumb. I use phpthumbof in every REVO project, so I know how to use it... but for some reason in my EVO project it does not work. The GD Library is installed and working on the server.
I have installed the following version of phpthumbof
http://modx.com/extras/package/phpthumbpackage
Version 0.3.2
I have the images.php in my root website folder, and I am using Ditto to loop through a group of resources to print to the page a set of items.
In my chunk I have a placeholder to my image TV like this:
[+myimage:phpthumb=`w=90`+]
The placeholder myimage comes from an image TV and processes properly when I do not use the phpthumb of output filter.
I am using the default phpthumb config file and have installed the px:phpthumb snippet. I can't see what is going wrong. The path that is written by the above chunk is:
http://subdomain.mydomain.com/assets/images/cache/nameofimage.jpg&w=90--150-150.pageCache.jpg&w=90
Not sure why it is calling the page cache here in the path?
Anyone have a clue?