- Posts: 1218
- Thank you received: 174
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Solved Attachment issue
7 months 4 days ago - 7 months 4 days ago #233995
by Leen
With kind regards
Leen
Attachment issue was created by Leen
@ruud No, unfortunately, I don't use Kunena Discuss.
p.s.
And I think I did something wrong today. I can no longer insert attachments.
p.s.
And I think I did something wrong today. I can no longer insert attachments.
Code:
[b]Warning[/b]: Undefined variable $attachs in [b]C:\wamp64\www\joomla60beta4\components\com_kunena\template\aurelia\layouts\message\item\default.php[/b] on line [b]112[/b]
[b]Rendering Error[/b] in layout [b]Message/Item[/b]: Kunena\Forum\Site\Layout\Message\MessageItem::canSeeAttachments(): Argument #1 ($attachments) must be of type Kunena\Forum\Libraries\Attachment\KunenaAttachment, array given, called in C:\wamp64\www\joomla60beta4\components\com_kunena\template\aurelia\layouts\message\item\default.php on line 112 in [b]C:\wamp64\www\joomla60beta4\components\com_kunena\template\aurelia\layouts\message\item\default.php[/b] on line 112
Layout was rendered in [b]C:\wamp64\www\joomla60beta4\components\com_kunena\template\aurelia\layouts\topic\item\message\default.php[/b] on line 34
With kind regards
Leen
Last edit: 7 months 4 days ago by xillibit.
Please Log in or Create an account to join the conversation.
7 months 4 days ago #234001
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Attachment issue
Hello,
Just moved our message here, i'am able to reproduce this issue i will investigate
Just moved our message here, i'am able to reproduce this issue i will investigate
I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: Leen
Please Log in or Create an account to join the conversation.
7 months 4 days ago #234002
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Attachment issue
This fix should fix it :
github.com/Kunena/Kunena-Forum/commit/6b...05707ef3f1ee3779b484
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
7 months 3 days ago - 7 months 3 days ago #234003
by Leen
With kind regards
Leen
Replied by Leen on topic Attachment issue
I have made adjustments but it is not yet completely correct here.
It seems as if the image is removed again after uploading.
or the attachment is not saved or in the wrong place?
It seems as if the image is removed again after uploading.
or the attachment is not saved or in the wrong place?
With kind regards
Leen
Last edit: 7 months 3 days ago by Leen.
Please Log in or Create an account to join the conversation.
7 months 3 days ago - 7 months 3 days ago #234004
by Leen
With kind regards
Leen
Replied by Leen on topic Attachment issue
Sorry.
I did another test on a clean version; it worked there.
On the upgraded forum, I deleted the cache folder from the administrator and the site where the problem seemed to be.
It seems to work there when I create a new topic.
But with an existing topic, I can't add an attachment later. Continue testing.
ps
When I log in to an existing test forum site with the Joomla module, I get an error message
But I appear to be logged in.
I did another test on a clean version; it worked there.
On the upgraded forum, I deleted the cache folder from the administrator and the site where the problem seemed to be.
It seems to work there when I create a new topic.
But with an existing topic, I can't add an attachment later. Continue testing.
ps
When I log in to an existing test forum site with the Joomla module, I get an error message
But I appear to be logged in.
Code:
The requested page can't be found.
An error has occurred while processing your request.
You may not be able to visit this page because of:
an out-of-date bookmark/favourite
a mistyped address
a search engine that has an out-of-date listing for this site
you have no access to this page
Go to the Home Page
If difficulties persist, please contact the website administrator and report the error below.
0 Unknown column 'language' in 'field list'
Call Stack
# Function Location
1 () JROOT\libraries\kunena\src\User\KunenaUser.php:1114
2 Kunena\Forum\Libraries\User\KunenaUser->save() JROOT\plugins\system\kunena\src\Extension\Kunena.php:194
3 Kunena\Forum\Plugin\System\Kunena\Extension\Kunena->onUserAfterLogin() JROOT\libraries\vendor\joomla\event\src\Dispatcher.php:454
4 Joomla\Event\Dispatcher->dispatch() JROOT\libraries\src\Application\CMSApplication.php:973
5 Joomla\CMS\Application\CMSApplication->login() JROOT\libraries\src\Application\SiteApplication.php:672
6 Joomla\CMS\Application\SiteApplication->login() JROOT\components\com_users\src\Controller\UserController.php:90
7 Joomla\Component\Users\Site\Controller\UserController->login() JROOT\libraries\src\MVC\Controller\BaseController.php:730
8 Joomla\CMS\MVC\Controller\BaseController->execute() JROOT\libraries\src\Dispatcher\ComponentDispatcher.php:143
9 Joomla\CMS\Dispatcher\ComponentDispatcher->dispatch() JROOT\libraries\src\Component\ComponentHelper.php:361
10 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT\libraries\src\Application\SiteApplication.php:217
11 Joomla\CMS\Application\SiteApplication->dispatch() JROOT\libraries\src\Application\SiteApplication.php:271
12 Joomla\CMS\Application\SiteApplication->doExecute() JROOT\libraries\src\Application\CMSApplication.php:315
13 Joomla\CMS\Application\CMSApplication->execute() JROOT\includes\app.php:58
14 require_once()
With kind regards
Leen
Last edit: 7 months 3 days ago by Leen.
Please Log in or Create an account to join the conversation.
7 months 3 days ago #234005
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Attachment issue
Hello,
I have added a feature which needs the column 'language' in table #__kunena_users, can-you if your have it in the table #__kunena_users ? For clean install i had added it a week ago : github.com/Kunena/Kunena-Forum/commit/08...acf46242672fea2be4cb
I have added a feature which needs the column 'language' in table #__kunena_users, can-you if your have it in the table #__kunena_users ? For clean install i had added it a week ago : github.com/Kunena/Kunena-Forum/commit/08...acf46242672fea2be4cb
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
Time to create page: 0.250 seconds