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.
Can't Create Category "Bonk" Vanilla 2.0.1.8 (beta2), Error Screen Included
ckizer
New
1. GO TO HTTP:// forum/vanilla/settings/addcategory
2. Enter Category "test"
3. Click "SAVE"
4. ERROR
ERROR SCREENSHOT:
http://kzr.me/9ClZ
I have a brand new clean install of Vanilla forums using 2.0.18 (beta2). It has the default general category. Everything in my install works great, posting, configuration and setting it all up went smoothly.
The one thing I cannot do is create new categories. Everytime I try to create a new category, with normal permissions, or custom ones i get a "bonk" error.
Here is a screenshot of what the debugger outputs when I try to create a new category. Can someone help me with this? I really, really need the ability to create categories.
2. Enter Category "test"
3. Click "SAVE"
4. ERROR
ERROR SCREENSHOT:
http://kzr.me/9ClZ
I have a brand new clean install of Vanilla forums using 2.0.18 (beta2). It has the default general category. Everything in my install works great, posting, configuration and setting it all up went smoothly.
The one thing I cannot do is create new categories. Everytime I try to create a new category, with normal permissions, or custom ones i get a "bonk" error.
Here is a screenshot of what the debugger outputs when I try to create a new category. Can someone help me with this? I really, really need the ability to create categories.
Tagged:
0
Best Answer
-
UnderDog MVPReal error message : "Duplicate entry for key PRIMARY" (and then a really big number for any integer)
I would think that MySQL ran out of numbers to give you a new primary key.
You could try to fix it by adjusting the field type, keeping it integer of course, or making the field bigger. For example change int(11) to int(22)There was an error rendering this rich post.
0
Answers
281: trigger_error(ErrorMessage($this->GetPDOErrorMessage($PDOStatement->errorInfo()), $this->ClassName, 'Query', $Sql), E_USER_ERROR);
I would think that MySQL ran out of numbers to give you a new primary key.
You could try to fix it by adjusting the field type, keeping it integer of course, or making the field bigger. For example change int(11) to int(22)
There was an error rendering this rich post.
http://kzr.me/9FDJ
CategoryID, ParentCategoryID. Nothing else, how can these be out when the entire list in the field is null?
http://kzr.me/9Fgg
Why does everything else work fine except adding 1 category? I get that it's out of ids or whatever but how is that possible? I've got this database and ZERO categories.
There was an error rendering this rich post.
I did a fresh install today, also on MediaTemple, and also I cannot create ANY categories.
I just get this error every time:
Bonk
Something funky happened. Please bear with us while we iron out the kinks.
I've been able to post and alter/save all other settings.
Please follow these steps to get behind the problem
http://vanillawiki.homebrewforums.net/index.php/Bonk_Errors
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
@tldr
better not to necropost on a 2 year old discussion unless you are using Vanilla 2.0.1.8 (beta2). which is mentioned in title of discussion
which I recommend not using. 2.0.18.8 would be a vast improvement.
after you read the post by V read this and the associated links and start a new discussion if you still have problems.
http://vanillaforums.org/discussion/23130/forum-post-ettikett-etiquette
http://vanillaforums.org/discussion/17954/food-for-thought-forum-etiquette
P.S. Necroposting on the forum is best done on Halloween, on other days it's not good form
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.