>Can someone tell me what the following error means,
>and how to fix it...please?
>
>Parse error:
>parse error, unexpected T_STRING in
>c:\program files\apache
>group\apache\htdocs\phpbb\language\lang_english\lang_main.php
> on line 629
>
>this is the code on that page:
>
>$lang['Avatar_filesize'] = 'The avatar image file size must be less than %d
>kB'; // The avatar image file size must be less than 6 kB
>
>(than 6 kB < this part of that line is on the next line down)

*REALLY* on the next line down, or just wrapping in your editor?...

What happens if you make the editor window bigger (wider) or even narrower?

That should all be one line.

The error is either because of that, or on the line[s] *before* that line.

-- 
Like Music?  http://l-i-e.com/artists.htm
Off-Topic:  What is the moral equivalent of 'cat' in Windows?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to