MyBB Community Forums

Full Version: Warning System
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On my forums (http://sulphox.cf), whenever I try to warn somebody for breaking the rules, I get an error message:

Parse error: syntax error, unexpected T_STRING in /home/a4676006/public_html/inc/languages/english/warnings.lang.php on line 44
On line 44 in that file, this is the following code:
$l['warning_pm_subject'] = "You have received a warning.";
Can anyone help me?
A brand new forum with an error like that? Does it happen on the default theme as well?

Edit: Probably not theme related as most of them don't change core php files.
The error will like actually be on line 43 or higher, but unless you've edited this file intentionally, just reupload it from a fresh download.
(2016-07-20, 05:32 PM)Ashley1 Wrote: [ -> ]A brand new forum with an error like that? Does it happen on the default theme as well?

Edit: Probably not theme related as most of them don't change core php files.

It does it on the default theme.

(2016-07-20, 06:14 PM)Matt. Wrote: [ -> ]The error will like actually be on line 43 or higher, but unless you've edited this file intentionally, just reupload it from a fresh download.

Alright, I'll try that.

Fixed it, thanks for the help.