MyBB Community Forums

Full Version: Issue with Home page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear Friends,

I have done something wrong in one of the php file. May be. Sharing my screen shot. You can see that following text is showing on top of home page.

ink'] = "0.15"; $settings['hello_pl_yes'] = "1"; ?>

Also font size of "Search", "Member" etc link has increased a lot.

Please help to resolve


[attachment=31246]

I was doing some changes in my setting.php file.

Also following error (Screenshot) while i am opening any of my sub forum.


[attachment=31247]
ink'] = "0.15"; $settings['hello_pl_yes'] = "1"; ?>

Looks like the bottom of your inc/settings.php file, so I would start by looking in there and seeing if you can see something that doesn't look like valid PHP syntax. (Probably down near the end.)
Dear Dave H,

I am not familiar with PHP hence pasting code of my Setting.php file so that you can help me

-----------------------------------------------
$settings['spamalyser_weight_oldbump'] = "0.007";
$settings['spamalyser_weight_link'] = "0.15";
$settings['hello_pl_yes'] = "1";

?>
------------------------------------------------
From your other message, I would guess the problem is around line 358.

The lines you posted look OK to me.
Dear Dave H,

Problem solved. Thanks a ton for your support