- Posts: 1140
- Thank you received: 154
Kunena 6.3.7 Released
The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
Solved View kunena menu-items on joomla 5 give 3 items a error
L.v.d.A
Please Log in or Create an account to join the conversation.
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
if (!\is_string($path)) {
throw new \InvalidArgumentException('You must specify a non-empty path to clean');
}
disabled by two preceding backslashes:
// if (!\is_string($path)) {
// throw new \InvalidArgumentException('You must specify a non-empty path to clean');
// }
After that, the error no longer occurred.
I haven't tested yet if there are any negative effects from this.
gindi
Please Log in or Create an account to join the conversation.
is a problem of Joomla 5.
The error only occurs when I view/edit kunena menu items
the Joomla menu items don't have that problem.
L.v.d.A
Please Log in or Create an account to join the conversation.
In the database there are no menus for kunena but in xxx_menu there are the kunena menus.
I also compared the database entries of the (Kunena) menus in Joomla 4.4.0 and Joomla 5.0.0. They are absolutely identical.
So the problem must be with Joomla.
I have described the case in the Joomla forum, maybe they know a solution there.
Gindi
Please Log in or Create an account to join the conversation.
- Go to the 'default.xml' file located at [joomla_installation_dir]/components/com_kunena/tmpl/user/tmpl/default.xml.
- Copy the 'default.xml' file.
- Paste it one level up in the directory at [joomla_installation_dir]/components/com_kunena/tmpl/user.
- Moderator Topics
- Edit User
- General Statistic
- Search
- Unread
- User list
- Profile
Please Log in or Create an account to join the conversation.
it seems to me that, for example, that in folder search
there is a folder tmpl again and it contains the default.xml
If I copy it one level up, \components\com_kunena\tmpl\search\ then view the menu works
L.v.d.A
Please Log in or Create an account to join the conversation.
Well done, thank you.
Gindi
Please Log in or Create an account to join the conversation.