Create a phpinfo.php file and save it in your image directory: <?php phpinfo(INFO_VARIABLES); ?>
Access the phpinfo.php using your web brower (disable .htaccess protection for the directory if you have implemented it), and look for the _SERVER[”PATH_TRANSLATED”] variable, it should give you the path to your image directory (remember to remove phpinfo.php from the path).
Don’t forget to remove the phpinfo.php file after you’ve found the path.
Re: Problem getting ImageManager to work.
Re: Problem getting ImageManager to work.