Page 1 of 1

small bug in nl_NL.php

Posted: Mon Dec 05, 2005 1:40 pm
by Pj
Hi,

when trying a new install, fresh database.

I get this error when trying to get to the adminpanel :
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in modules/CSSMenu/lang/nl_NL/nl_NL.php on line 6

Parse error: parse error, unexpected T_STRING in
modules/CSSMenu/lang/nl_NL/nl_NL.php on line 6

I found in nl_NL.php:
$lang['helprelative'] = '1/0, als ingevuld worden alleen de de \'kinderen'\ van de huidige pagina aangemaakt. Dit is handig als je zogeheten context sensitive menus wilt gebruiken.';

where \'kinderen'\  is wrong. when edited to \'kinderen\' all worked.


ciao
Pj

Re: small bug in nl_NL.php

Posted: Mon Dec 05, 2005 1:43 pm
by westis
This has been fixed in svn and will be in 0.11.1 to be released very soon.

Re: small bug in nl_NL.php

Posted: Mon Dec 05, 2005 1:44 pm
by Pj
Ok,

Was this the right place to report a bug?


Pj

Re: small bug in nl_NL.php

Posted: Mon Dec 05, 2005 1:48 pm
by petert
Pj wrote: Warning: Unexpected character in input: '\' (ASCII=92) state=1 in modules/CSSMenu/lang/nl_NL/nl_NL.php on line 6

Parse error: parse error, unexpected T_STRING in
modules/CSSMenu/lang/nl_NL/nl_NL.php on line 6
It's fixed, my fault, sorry
http://viewsvn.cmsmadesimple.org/viewsv ... iew=markup

Re: small bug in nl_NL.php

Posted: Mon Dec 05, 2005 1:58 pm
by westis
Pj wrote: Ok,

Was this the right place to report a bug?


Pj
well, you could either file a bug report in the tracker for the project (if you are registered in the CMSMS Forge, in this case the CMS Made Simple Core project at http://dev.cmsmadesimple.org/tracker/?group_id=6). Or you could post it in the Quality Assurance forum and we'll open a bug report in the forge if necessary.

In this case, however, it was discussed on IRC and fixed before even a bug report was submitted or a forum post posted... ;-)