You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Building the joomla index with the cli command ends with error: Undefined constant "Kunena\Forum\Libraries\Factory\KPATH_ADMIN"
To Reproduce
ssh connect to your server and cd to joomla installation dir
run php cli/joomla.php finder:index
Expected behavior
Command should run without any errors
Actual result
php cli/joomla.php finder:index
Finder Indexer
==========================
Starting Indexer
Setting up Smart Search plugins
In KunenaFactory.php line 215:
Undefined constant "Kunena\Forum\Libraries\Factory\KPATH_ADMIN"
I have tested this patch and there is another error showing know
php cli/joomla.php finder:index
Finder Indexer
==========================
Starting Indexer
Setting up Smart Search plugins
Setup 15135 items in 0.032 seconds.
In KunenaRoute.php line 902:
Call to undefined method Joomla\CMS\Application\ConsoleApplication::getMenu()
Describe the bug
Building the joomla index with the cli command ends with error: Undefined constant "Kunena\Forum\Libraries\Factory\KPATH_ADMIN"
To Reproduce
php cli/joomla.php finder:index
Expected behavior
Command should run without any errors
Actual result
System information
Joomla version: 4.4.4
Kunena version: 6.2.6
Php version: 8.3.6
The text was updated successfully, but these errors were encountered: