[TYPO3] sr_feuser_register: default country and country names in site language
Ian Solo
ian at webian.it
Sun Apr 20 15:56:08 CEST 2008
Hello,
after updating some extensions, my sites doesn't show anymore the right
default country in the registration. Before update those extension the
default country was right.
I tried to debug sr_feuser_register to catch the problem, but it's too
complicate.
I can say that when it's executed the line 446 of
class.tx_srfeuserregister_marker.php:
$selected = (is_array($row)?$row['static_info_country']:'');
in the array $row there's not a 'static_info_country' field, so
$selected is NULL.
If I force $selected to the value 'ITA' it works.
I'm using:
TYPO3 4.1.6
PHP 5.2.1
MYSQL 5.0.27
sr_feuser_register 2.5.9
div2007 0.1.4
static_info_tables 2.0.6
static_info_tables_it 2.0.1
My configuration seems right. But maybe I'm missing something.
I did set:
config {
sys_language_uid = 0
language = it
locale_all = it_IT
}
In constant editor I set:
plugin.tx_staticinfotables_pi1.languageCode = IT
plugin.tx_staticinfotables_pi1.countryCode = ITA
Is there something else that I should check?
Thank you in advance!
ian
More information about the TYPO3-english
mailing list