Closed GoogleCodeExporter closed 8 years ago
Fixed with
/opt/bitnami/apps/wordpress/htdocs/wp-content/themes/striking/cache/images$
chmod 777 index.html
Original comment by paul.sea...@rightsize.co.uk
on 31 Dec 2011 at 1:02
glad you worked it out
Original comment by BinaryMoon
on 4 Jan 2012 at 7:37
@paul
is it really the only permission you changed?
i am having the same issue after moving a wordpress install, all works except
for the timtumb.php?src= part
Any tips?
Original comment by wesweaty...@gmail.com
on 16 Feb 2012 at 7:36
http://www.binarymoon.co.uk/2010/11/timthumb-hints-tips/
http://kaptinlin.com/support/discussion/comment/13658
I had to change timthumb-config.php to support getting images from Amazon
(external source).
bitnami@ip-10-58-163-12:/opt/bitnami/apps/wordpress/htdocs/wp-content/themes/str
iking/includes$ vi timthumb-config.php
<?php
define ('ALLOW_EXTERNAL', TRUE);
define ('FILE_CACHE_DIRECTORY', '../cache/images');
define ('MAX_WIDTH', 1500);
define ('MAX_HEIGHT', 1500);
Original comment by paulseat...@gmail.com
on 16 Feb 2012 at 8:54
Original issue reported on code.google.com by
paul.sea...@rightsize.co.uk
on 30 Dec 2011 at 6:25