07/10/2013 at 8:44 pm
#264657
Keymaster
@ michaela
Ok, It’s working now. I had o change the timthumb-config.php file to this:
<?php
define ('ALLOW_EXTERNAL', TRUE);
define ('FILE_CACHE_DIRECTORY', '../../cache');
define ('MAX_WIDTH', 1500);
define ('MAX_HEIGHT', 1500);
define ('FILE_CACHE_MAX_FILE_AGE', 604800);
define ('MEMORY_LIMIT', '128M');
//define ('DEBUG_ON', true);
$ALLOWED_SITES = array (
'stateofwellness.org'
);
Keep this code handy, because after upgrading Connections, you need to paste this back into the file to get it working again.
