Hi There, Hope someone can help here as I am completely lost. I am having troubles with ( I think ) phpthumb ...
If I use the
extract from main text option, and set the image dimensions for a blog category view, I am not getting any thumbnail/image displayed... But they ARE being generated.
I have searched the forum and the FAQ and tried a few things, and I have set the
phpthumb/cache directory permissions to 777, and still not getting anything. I looked inside the cache directory and the thumbnail image
IS being created with the dimensions that I set... but I still can’t get anything to display.
I have also checked the
stories/flexicontent directory is also 777.
I have read a post about hacking/modifying the
phpThumb.config.php file but I have had a look and really have no idea what I am looking at, but I don't think that is the issue as the thumbs are actually being created, and I don't seem to be getting errors in my error log..
The URL that is being generated is in the rendered page is:
dev.jhc.org.au/components/com_flexiconte...180&h=180&aoe=1&q=95
If I activate the URL in a browser, I get an error:
Code:
Notice: Undefined offset: 0 in /home/jhc31704/public_html/components/com_flexicontent/librairies/phpthumb/phpthumb.class.php on line 1160
**Headers already sent in file "/home/jhc31704/public_html/components/com_flexicontent/librairies/phpthumb/phpthumb.class.php" on line "1160", dumping error message as text:**
phpThumb() v1.7.9-200805132119
Headers already sent (phpThumb.php line 446)
If I activate the URL :
dev.jhc.org.au/components/com_flexiconte.../monash-research.jpg
, I get the original image..
If I add any parameters to the plain image, I get the error above.
So.. the url to the image is correct, and the URL to phpthumb.php is also correct..
I have tried everything I can think of.. Anyone?
Can anyone give me any idea/hint/thoughts on what might be going on here? And what changes I might need to make to get thumbnails working? ... Or more to the point, displaying!
Any pointers would be greatly appreciated.