If CB Forum is enabled and I got a user I get the following error. Dont think its available for Kunena 7 yet? An error has occurred.Undefined constant "Kunena\Forum\Libraries\Factory\KPATH_SITE" .../libraries/kunena/src/Factory/KunenaFactory.php:213
Code:
208 static $loaded = [];
209 KunenaProfiler::getInstance() ? KunenaProfiler::instance()->start('function ' . __CLASS__ . '::' . __FUNCTION__ . '()') : null;
210
211 if ($client == 'site') {
212 $lookup1 = JPATH_SITE;
213 $lookup2 = KPATH_SITE;
214 } else {
215 $client = 'admin';
216 $lookup1 = JPATH_ADMINISTRATOR;
217 $lookup2 = JPATH_ADMINISTRATOR . '/components/com_kunena';
218 }