Discuss icon indicating copy to clipboard operation
Discuss copied to clipboard

installation error ..

Open mfalkenhahn opened this issue 8 years ago • 0 comments

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.

mfalkenhahn avatar Mar 15 '16 14:03 mfalkenhahn