Xenforo 2.1 At the time of publishing

BlackAngel>

Active member
Registered
Joined
Jan 26, 2020
Messages
30
Points
8

Reputation:

When posting a message in the forums after the topic is filled and the body of the message when I send it gives me this error! Can somebody help me?
064F9057-7BDA-4BB6-9AF6-BA3A69891B34.png

5C10A82F-F790-4B7F-8E6E-1FD381A2BAA3.png
 

BlackAngel>

Active member
Registered
Joined
Jan 26, 2020
Messages
30
Points
8

Reputation:

@thomsa I have it in the administrator panel but it is not installed....
63B0C418-9143-419F-A24B-2C352A8EB68D.png
AEE4F020-C20D-4B5C-B659-7CF5E57EAAAC.png
 
Last edited:

sucre13

Moderator
Staff member
Moderator
Collaborate
Registered
Joined
Jan 19, 2019
Messages
845
Points
153

Reputation:

@BlackAngel> paste the record that marks the error here to see if I help you
 

BlackAngel>

Active member
Registered
Joined
Jan 26, 2020
Messages
30
Points
8

Reputation:

@sucre13
Code:
XF\Db\Exception: MySQL query error [1364]: Field 'votes' doesn't have a default value in src/XF/Db/AbstractStatement.php at line 228
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 77
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 94
XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 221
XF\Db\AbstractAdapter->insert() in src/XF/Mvc/Entity/Entity.php at line 1452
XF\Mvc\Entity\Entity->_saveToSource() in src/XF/Mvc/Entity/Entity.php at line 1184
XF\Mvc\Entity\Entity->save() in src/XF/Service/Thread/Creator.php at line 285
XF\Service\Thread\Creator->_save() in src/XF/Service/ValidateAndSavableTrait.php at line 40
XF\Service\Thread\Creator->save() in src/XF/Pub/Controller/Forum.php at line 750
XF\Pub\Controller\Forum->actionPostThread() in src/XF/Mvc/Dispatcher.php at line 350
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 261
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2184
XF\App->run() in src/XF.php at line 391
XF::runApp() in index.php at line 20
 

sucre13

Moderator
Staff member
Moderator
Collaborate
Registered
Joined
Jan 19, 2019
Messages
845
Points
153

Reputation:

@BlackAngel> according to investigate your problem is a plugin you have to disable all the plugins you have installed from config.php
 

sucre13

Moderator
Staff member
Moderator
Collaborate
Registered
Joined
Jan 19, 2019
Messages
845
Points
153

Reputation:

@BlackAngel> my recommendation is to uninstall all the plugins once uninstalled again to install it one by one I have to try to see which of them is causing the conflict sorry for my English use translator hehehe
 

BlackAngel>

Active member
Registered
Joined
Jan 26, 2020
Messages
30
Points
8

Reputation:

@sucre13 these are the addons that I have installed !!! which of them does what you told me in the config.php
E92B1CF6-86E6-499D-8BB2-D00A45F44BED.png
6FC3C6CC-4F85-4BD3-A1A7-402A71661E5B.png
0F270FDF-83F3-45D2-8FDB-69E8E76149FF.jpeg
 

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,072
Points
173

Reputation:

bug from UserVoice (XF 2.1) addon . this addon to change db but dev no fix it.
 

Redbear

Member
Registered
Joined
Mar 5, 2020
Messages
11
Points
13

Reputation:

1. What happened is you installed a addon that was corrupt,
2. What was the last addon you put in before it started acting up?
3. Since the uninstall of the addon didn't work, you might have to reinstall the board from a backup, before the addon if your lucky enough to have one,

also if you know which addon did it, open the addon install file (usually install.php) and look for the sql code creating that field, it will tell you the correct table.
 

DareSec

Inforc3r
Staff member
Administrator
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
May 25, 2019
Messages
1,385
Points
523

Reputation:

Enable debug mode
 

boo

Well-known member
Registered
Joined
Aug 29, 2019
Messages
54
Points
28

Reputation:

/admin.php?custom-user-fields/

Anything in there related to "votes"?
 
Top