MyBB Community Forums

Full Version: &action=lastpost shows blank screen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,could anybody help me with this.I am trying to fix this for over 3-4 hours and I couldn't.When I click on any last post I get blank screen.
Anybody knows how to fix this?
I tried disabling all plugins,but that didin't worked.
In /inc/init.php on a new line below the line that says "<?php" add:
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE); 
Save the file and try again.

Hopefully you get an error that you can post here.
(2011-05-28, 12:33 PM)Aries-Belgium Wrote: [ -> ]In /inc/init.php on a new line below the line that says "<?php" add:
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE); 
Save the file and try again.

Hopefully you get an error that you can post here.

Still blank screen.
Are you using the Google SEO plugin?
Download a fresh MyBB copy from this website and replace the inc/functions.php and showthread.php with the ones from the zip file.
Yes,I was using this plugin.I copied these files,but still blank screen.
I can take a look for you if you would like? PM me your FTP and ACP logins.
Thanks for your PM. It should be solved now. The problem was that the lietuviu.php file was encoded with BOM (Byte order mark). PHP outputs that character (although invisible) causing the headers to be sent and header-manipulation (like redirection and saving cookies) do not work anymore.
Thanks for your support!