2010-09-03, 17:43:10
Hello,
you can try to change the following in contactform.php:
comment include_once... and add include...
I remember something similar happening to me....
Regards.
you can try to change the following in contactform.php:
Code:
//set internationalization
if($LANG != '') {
//include_once('admin/lang/'.$LANG.'.php');
include('admin/lang/'.$LANG.'.php');
//echo 'admin/lang/'.$LANG.'.php';
} else {
//include_once('admin/lang/en_US.php');
include('admin/lang/en_US.php');
}
comment include_once... and add include...
I remember something similar happening to me....
Regards.