nflsfrankjohnray
Member
Posted 2 years ago #
I downloaded Magazeen theme and edited my website http://www.jryp.net
But the timthumb image never worked, it only shows the title of article rather than resized image.
So I searched on Google, and found this article to use smart image resizer to replace timthumb
When I correctly replace all the required file and code, it's still not working. Thus I checked the replies to this post and I noticed that I have to install gd library.
I have no clue how to install although I searched on google, and I am not sure whether the timthumb doesnt work is due to this GD library.
Anybody help please, really really appreciated
nflsfrankjohnray
Member
Posted 2 years ago #
nflsfrankjohnray
Member
Posted 2 years ago #
I have the same issue.
I can't found a solution yet. Ouch.
idographics
Member
Posted 2 years ago #
The images were not being generated for me, also. I had an issue because of my host's permissions. Timthumb script needs permissions of 777 for image cache directory, and for the directory that holds the script. The host does not allow this permission, but suggested that I change it to 755, which solved the issue. Hope this may also be your issue. Best of luck!
john268
Member
Posted 2 years ago #
awkwardmemories
Member
Posted 2 years ago #
idographics, how do you give it permissions?
nayongbin
Member
Posted 2 years ago #
Login into your control panel and go to the PHP Scripting section:
http://ops.powweb.com/member/cgiManagement/PHPplus.bml
Here, scroll down your php.ini file and you have to un-comment the GD Library extension by removing the ; in front of it. Go the page and do a cntl-f (find) for GD and it will take you right to that line.
;extension=php_filepro.dll
extension=php_gd2.dll
;extension=php_gettext.dll