quote author=lukacsp link=topic=3857.msg14286#msg14286 date=1268127318]
Put these lines to the config/config.php:
define('SWIFT_AUTHENTICATOR', 'PLAIN');
define('DEFAULT_SWIFT_AUTHENTICATOR', 'PLAIN');
I hope it helps, if i remember correctly i had the same error and that was the cure

[/quote]
You mean in the: <rootfile>/config/config.php
Or, in the databsae side...?
config/config.php looks like this:
<?php
define('DB_ADAPTER', 'mysql');
define('DB_HOST', 'palm555.db.5749792.hostedresource.com');
define('DB_USER', '**me**');
define('DB_PASS', '**nevertell**');
define('DB_NAME', '**isaSecret**');
define('DB_PERSIST', true);
define('TABLE_PREFIX', 'og_');
define('DB_ENGINE', 'InnoDB');
define('ROOT_URL', '
http://aviation.com/foe'); define('DEFAULT_LOCALIZATION', 'en_us');
define('COOKIE_PATH', '/');
define('DEBUG', false);
define('SEED', 'fe9b4d81b8b33de7851e3aagga3c768c');
define('DB_CHARSET', 'utf8');
return true;
?>
Do I just drop it in somewhere???
thnks in advance!
J