Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
My Page of forums is Blank!
AlexG4m3rs
New
My name is Alex and I installed Vanilla Forums in my Host server.
As I am a Spanish speaking country, I downloaded the Spanish language pack, so you will see.
I installed the latest version of Vanilla along with the theme Bootstrap.
Install a few plugins, not many really.
My forum will be used for a game server in Minecraft, to form the community.
The problem:
The problem is when I click on any discucion, the page is blank, I can not know the "why", I tried several ways but nothing is.
I have come to you, since you are the creator of Bootstrap theme and could know much more than me in this Vanilla Forums.
I look forward to you.
You can review the error: http://forums.exnk.net/
http://forums.exnk.net/discussion/2/test#latest
Thank,
0
Comments
Unfortunately, we can not really review the error unless you change line 21 in index.php to
to show error messages.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Ready,
Fatal error: Call to undefined function mb_detect_encoding() in /home/exnk/public_html/forums/library/vendors/simplehtmldom/simple_html_dom.php on line 988
Line 988: $charset = mb_detect_encoding($this->root->plaintext . "ascii", $encoding_list = array( "UTF-8", "CP1252" ) );
What version of php are you running? (you can find out with phpinfo(); )
This is really weird as this function is in php since 4.0.6:
http://php.net/manual/de/function.mb-detect-encoding.php
I highly doubt that vanilla even works with version of php that old.
A quick temporary fix would be to change the line in that file to
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Thanks... very thanks i can see the post
Check http://forums.exnk.net/discussion/2/test#latest
You should probably still contact your host to install/enable the mbstring extension in php
http://www.php.net/manual/en/mbstring.installation.php
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
some useful tips here:
http://vanillaforums.org/discussion/comment/208595/#Comment_208595
and throughout the discussion link referenced.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.