XF 1.2 Error when creating a new forum

bobs409

Active member
Just noticed I cannot create a new forum, I get this error:

Code:
The following error occurred:
Mysqli statement execute error : Duplicate entry '0' for key 'node_id'

    Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
    Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
    Zend_Db_Adapter_Abstract->query() in Zend/Db/Adapter/Abstract.php at line 574
    Zend_Db_Adapter_Abstract->insert() in XenForo/DataWriter.php at line 1612
    XenForo_DataWriter->_insert() in XenForo/DataWriter.php at line 1601
    XenForo_DataWriter->_save() in XenForo/DataWriter.php at line 1393
    XenForo_DataWriter->save() in XenForo/ControllerAdmin/Forum.php at line 122
    XenForo_ControllerAdmin_Forum->actionSave() in

Waindigo/CustomFields/Extend/XenForo/ControllerAdmin/Forum.php at line 111
    Waindigo_CustomFields_Extend_XenForo_ControllerAdmin_Forum->actionSave() in

XenStop/AdvArchiver/ControllerAdmin/Forum.php at line 40
    XenStop_AdvArchiver_ControllerAdmin_Forum->actionSave() in

XenForo/FrontController.php at line 337
    XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
    XenForo_FrontController->run() in /home/n484092/public_html/forum/admin.php at line

13


I am able to create a new category and even a new library, just not a forum. (I have Waindigo Library add on installed) I tried turning off the library add on but still get the error above.

Any ideas?


Thanks,

Bob
 
Thanks Brogan. I discovered it was the Xenstop Advanced message archiver add on doing this. No more error when I disable it.

I'll inform the maker of that add on.
 
Top Bottom