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.
[Solved] website down BONK
Hi
I need help i cant access my forum cause it comes to a page that says BONK Something funky happened. Please bear with us while we iron out the kinks.
how can i fix this it was working fine the other day can anyone help me heres a link to my website for you to see for your self
xsprestige.net46.net/vanilla/
0
Best Answer
-
whu606 MVP
First thing is to get past the 'Bonk' message.
You need to access the Vanilla/conf folder on your webserver, and
if you are using vanilla >= 2.0.18 Put
$Configuration['Garden']['Debug'] = TRUE; `
and if its < 2.0.18 put
`$Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';`
in your config.php file.
This will give you a detailed error message, rather than the 'Bonk' one. Once you have that, either it will help you see what to do, or else you can post another question, asking specifically about the error.
0
Answers
@NZH
First thing is to get past the 'Bonk' message.
You need to access the Vanilla/conf folder on your webserver, and
if you are using vanilla >= 2.0.18 Put
and if its < 2.0.18 put
in your config.php file.
This will give you a detailed error message, rather than the 'Bonk' one. Once you have that, either it will help you see what to do, or else you can post another question, asking specifically about the error.
I add that codes but didn't work, don't show errors
i have >= 2.0.18
@Leo_alvarez which code did you add to your conf/config.php?
both of them? Then show the contents of your conf/config.php in this thread and DELETE your MySQL username, MySQL Password, MySQL DataBase information.
You can also show all the information BELOW the MySQL information.
Do not add the codes to your conf/config.php, but you have to change the current settings.
There was an error rendering this rich post.
@UnderDog I already fix the problem Thank you!
I'm getting the 'bonk' error when trying to upload the dummy vanilla content for upload. I have added the first line of code to my config.php file with no effect (I still get the 'bonk' screen rather than any details of the error.)
Here's my config.php:
Sigh ^^Split^^ @mandrill can you open a new topic next time please?
Also add this line to your config.php:
There was an error rendering this rich post.
OK. Sorry
And thank you