Discuss
Discuss copied to clipboard
installation error ..
2016-03-15 13:40:01 Error 42S02 executing statement: Array ( [0] => 42S02 [1] => 1146 [2] => Table 'xxx.modx_discuss_thread_participants' doesn't exist )
within the modMenu/ .... resolve.table.resolver file.
case xPDOTransport::ACTION_INSTALL:
!!!!!! wrong value > $manager->createObjectContainer('disParticipant'); !!!!!
replacement -> $manager->createObjectContainer('disThreadParticipant');
will fix the installation problem.