small bug in nl_NL.php

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
Pj

small bug in nl_NL.php

Post 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
westis

Re: small bug in nl_NL.php

Post by westis »

This has been fixed in svn and will be in 0.11.1 to be released very soon.
Pj

Re: small bug in nl_NL.php

Post by Pj »

Ok,

Was this the right place to report a bug?


Pj
User avatar
petert
Power Poster
Power Poster
Posts: 282
Joined: Wed Feb 09, 2005 9:30 pm
Location: behind my desk

Re: small bug in nl_NL.php

Post 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
Mambo sucks, that's why I am here.
Now they call it Joomla, but it still sucks!

CMSMS rules!
westis

Re: small bug in nl_NL.php

Post 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... ;-)
Post Reply

Return to “Developers Discussion”