MyBB Community Forums

Full Version: Unknown Location
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
First I should say that I tried the fix provided over at the 1.4 area and it didn't help at all. Also, I submitted a ticket to my host asking if they have the latest version of MultiByte and they haven't responded yet.

Anyway, it says Unknown Location on every profile except my own. And that only works if I'm logged in. If I look at my profile from another browser I get the same error. Thanks in advance.
They just replied with this:

Quote:We do have multibyte support installed for PHP and the version we are
using reports the following:


Multibyte Support enabled

Multibyte string engine libmbfl

Multibyte (japanese) regex support enabled

Multibyte regex (oniguruma) version 4.4.4


We have the following directives:


mbstring.detect_order no value no value

mbstring.encoding_translation Off Off

mbstring.func_overload 0 0

mbstring.http_input pass pass

mbstring.http_output pass pass

mbstring.internal_encoding no value no value

mbstring.language neutral neutral

mbstring.strict_detection Off Off

mbstring.substitute_character no value no value


In as far as I can tell this is the latest setup for mbstring, but if you
have further questions please let us know.


Thanks!

JJ G

Not sure if any of those settings will affect anything or not. But there's what he sent.
As shown by the last comment, they are only guessing this is the latest MB version they have. Check phpinfo.
In ./inc/init.php, find:
define("TIME_NOW", time()); 

Add after:
define("NO_PLUGINS", 1); 

If it's okay after doing this, it's a plugin, if it still happens, it's something else.
Okay the problem is with this plugin: AJAX/RSS Ticker by MyBBPlus. Thanks AJS!