MyBB Community Forums

Full Version: Unable to View Guest Post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I wanted to add a forum for guests to post in without having to register; however, when I added said forum and tried to post in it as a guest, it took me to a blank white page with a refresh button in the upper left hand corner that did nothing. If you’re signed in you can see the post fine, but if you’re a guest, it takes you to that blank page with the button. I would expect a problem like this from IE, but the odd thing is…it works perfectly in IE, I can see the post that was posted as guest no problem. The problem appears when using Chrome and Fire Fox. I have no idea what the problem is, so any help would be appreciated.

The forum is no longer up, but if it helps, I will replace it. Thank you in advance for any assistance given.
Try clearing ur browser's cache.
Tried that and it didn't work. Sad
Its nt a problem with mybb then as forum cn be seen via IE.

Whats the forum url? Also please enable the guest forum. Wanne have a look at it.
The sight url is in my signature, I'll enable it now (called Guest Testing).
I just tested it in Chrome and I had the same problem. There's something weird here.

Mind posting a screenshot of your installed plugins?
I am on mobile and tried posting, bt gt the same msg though thread was posted
(2011-07-22, 01:32 AM)lucasbytegenius Wrote: [ -> ]Mind posting a screenshot of your installed plugins?

Sure, no problem.
The only plugins in that list I could think of that could be causing it would be While You Were Typing and Anonymous Mode, though idk if the latter is related to it.
To rule out plugins as a cause of this issue, please try the following. In ./inc/init.php, find the code:

define("TIME_NOW", time());

After this code, add this:

define("NO_PLUGINS", 1);

Then save and/or reupload this edited version of the file so the forum will run the new code.

This edit will stop plugins being run when a page on the forum is loaded; it will not edit, delete or reset any content the plugin has added or changed, it will just temporarily stop the plugins being loaded, so some features on your forum may be temporarily missing or broken whilst this code is in place. When you remove this code, plugins will work again exactly as they were before. This change helps us to see if a plugin is the cause of a problem, without you having to manually deactivate every single plugin, which would mean you may lose data from them.

If your issue is fixed when this code is added, then the cause of your issue is a plugin; please post a list of your plugins and we will try and help you find which one it may be. If the problem still happens with this code added, then it is unlikely a plugin is the cause, in which case we will investigate the issue further.

Thank you.
Pages: 1 2 3