OK, I did fix the problem but uncovered 2 more issues.
1 - I updated to v1.5.6 RC8 r1465
2 - I checked, double and triple checked permissions - that was NOT this issue.
3 - I did notice in the error message something about "above docroot"
4 - I changed line 142 in file phpthumb.class.php
Code:
var $config_allow_src_above_docroot = false;
to
Code:
var $config_allow_src_above_docroot = true;
That immediately fixed the problem.
I've uncovered 2 more bugs though:
1 - when an image is deleted from an item for which thumbnails are created, the
"backed" or "b_image.jpg" image is not deleted from the thumb folder. All other thumbs are deleted though "s_, m_, l_"
2 - mod_flexicontent
in - Display parameters for ITEMs
Image parameters -> Image Source
When I select my image field to display, an error is thrown up on the front end.
See example here:
97.65.137.200/~henderso/
Any help fixing he mod image parameter error would be great! Thank for your responsiveness through this point!!!