help! anyone successfully have phpThumb working?
Posted by: eidolon
Posted on: 2006-10-24 16:15:00
http://phpthumb.sourceforge.net/
i have the following values set in config:
$PHPTHUMB_CONFIG['document_root'] = '/home/eidolon/eidolongroup.com'; (my username + the domain it's on; because when it tries to autodetect, it gets the file blob included: /home/.goof/eidolon/eidolongroup.com)...
$PHPTHUMB_CONFIG['cache_directory'] = $PHPTHUMB_CONFIG['document_root'].'/_phpThumb/cache/'; // set the cache directory to an absolute directory for all source images
You can see the results here: http://www.eidolongroup.com/_phpThumb/demo/phpThumb.demo.demo.php
All i get is a bunch of usage notices, and i have NO idea how to deal with them.
Thanks in advance!
--Adrienne