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

More
1 year 1 month ago - 1 year 1 month ago #11 by Leen
I tried that locally but the problem still persists
 

L.v.d.A
Last edit: 1 year 1 month ago by Leen.
The following user(s) said Thank You: rich

Please Log in or Create an account to join the conversation.

More
1 year 1 month ago #12 by rich
Ok, now I saw the error and added a ticket on Git.


Important! Always create a backup before you make any changes to your website!
The following user(s) said Thank You: Leen, Gindi

Please Log in or Create an account to join the conversation.

More
1 year 1 month ago #13 by Gindi
For testing I have added in /libraries/vendor/joomla/filesystem/src/path.php the three lines
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.

More
1 year 1 month ago #14 by Leen
Yes, that works, but I don't know if this
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.

More
1 year 1 month ago #15 by Gindi
That's right. But the error message comes from /libraries/vendor/joomla/filesystem/src/path.php, there is no mention of Kunena.
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
The following user(s) said Thank You: Leen

Please Log in or Create an account to join the conversation.

More
1 year 1 month ago #16 by hayyi
I've created a pull request for this problem on GitHub. However, for those who urgently need a fix, you can follow these steps:
  1. Go to the 'default.xml' file located at [joomla_installation_dir]/components/com_kunena/tmpl/user/tmpl/default.xml.
  2. Copy the 'default.xml' file.
  3. Paste it one level up in the directory at [joomla_installation_dir]/components/com_kunena/tmpl/user.
Repeat these steps for all the affected menu items, which include:
  • Moderator Topics
  • Edit User
  • General Statistic
  • Search
  • Unread
  • User list
  • Profile
The following user(s) said Thank You: rich, Leen, Gindi

Please Log in or Create an account to join the conversation.

More
1 year 1 month ago #17 by Leen
if I look again at folder structure
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
Attachments:

Please Log in or Create an account to join the conversation.

More
1 year 1 month ago #18 by Gindi
I have copied all the specified .xml files in the specified directories one level up and all the menu items can be edited.
Well done, thank you.

Gindi
 

Please Log in or Create an account to join the conversation.

Time to create page: 0.533 seconds