TinyPortal

Development => Support => Topic started by: Nolt on April 02, 2010, 10:16:23 AM

Title: TPShout.lang.php file error
Post by: Nolt on April 02, 2010, 10:16:23 AM
Hi, I got a little troubles with TPShout.polish.pl, all the time I get this error:
syntax error, unexpected T_VARIABLE in /path/Themes/default/languages/TPShout.polish.php  on line 33

On line 33 is:
$txt['tp-mootools'] = 'Yes, use Mootools version';

What can be wrong?
Title: Re: TPShout.lang.php file error
Post by: Nolt on April 02, 2010, 09:01:18 PM
bump? When I deleted the lang file issue dissapeared.
Title: Re: TPShout.lang.php file error
Post by: IchBin on April 02, 2010, 09:32:42 PM
Can you attach the file?
Title: Re: TPShout.lang.php file error
Post by: Nolt on April 02, 2010, 11:56:07 PM
Sure, here it is.
Title: Re: TPShout.lang.php file error
Post by: IchBin on April 03, 2010, 09:06:29 PM
You were missing the semi-colon on line 32.
Title: Re: TPShout.lang.php file error
Post by: Nolt on April 03, 2010, 09:45:32 PM
Thanks.