Gettext Fatal error
Brought to you by:
flaimo
Hi.
First of all: GREAT PROJECT! :-D
But: i set in the i18n_settings.ini the "mode"-var to:
mode = "Gettext"
If i start your example
(http://localhost/nwc/www_root/i18n_example_script.php)
i get this error:
Fatal error: Default value for parameters with a class
type hint can only be NULL in
c:\Inetpub\wwwroot\nwc\i18n\inc\class.I18NtranslatorGettext.inc.php
on line 158
Webserver: IIS (on WinXP)
Version: PHP5
This is your function:
158 public function changeLocale(I18Nlocale &$locale =
FALSE) {
159 return (boolean) FALSE;
160 } // end function
I think its a class-problem of PHP5... or my mistake?
Thanks for solution,
bye Basty