Search Results (Searched for: message)

01 Feb 2026 10:22
Replied by xillibit on topic Oversized tooltips
Hello,

I have slipped your message into his own topic.

I have looked for the tooltip it takes 200 characters for K6.4.x and K7.0.x. For now i didn't what have changed to do that.
31 Jan 2026 16:06 - 31 Jan 2026 16:07
Replied by xillibit on topic Kunena upgrade failing
Hello,

If you are on Joomla! 6.0, Kunena 6.4.8 cannot be installed to this Joomla! version so it's why you have the error message. We are going to release a K6.4.9 today which are alowed to be installed on Joomla! 6.0.x

I have already answered at someone else to the same question in this topic :  www.kunena.org/forum/76-Official-Announc...a-5-4-and-6-0#234426
31 Jan 2026 14:46
Replied by ruud on topic Upgrade problems
Good to hear it helped. And thanks for the compliment 😀
Regarding remaining messages: difficulty here is that what is okay with php version x will get obsolete with future php versions. When that is decided (to make it obsolete) php will start showing notices so developers are notified: "fix this as in future version it will not work anymore"

When found, these notices are resolved in an updated version (in this case of Kunena).
So always (if possible) update to latest version, and when you run into one of them report them here on the forum so a developer can fix it.

Same goes basically for other extensions / Joomla core as well
31 Jan 2026 14:10
Replied by sbeaver on topic Upgrade problems
Thank you for that advice. I had entirely missed/forgotten about the error reporting option and that will help me make the site usable again. Following Rich's advice has made the error messages much less prominent but I would still like to learn how to get rid of the last remaining errors. There seem to be quite a few reports of problems involving the social media system and this error.

I must also thank you for one of the most polite and well written responses I have ever received on a support forum. :)
31 Jan 2026 06:46
Replied by ruud on topic Upgrade problems
Hi,
the errors you are getting are actually not errors but notices: this means that Kunena should work correct.
Notices should only be displayed while a site is in development, not in production.
You can (read: must! as exposing these messages is actually providing valuable information for hackers) turn these notices off in Joomla Global Config:
in Joomla back-end > System > Section 'Setup' > Global Configuration > tab 'Server' > set 'Error Reporting' to 'None'

Joomla will now not display these notices again.

New version of Kunena or following the instruction of Rich will resolve the root cause of the notices.

Hope this helps.
31 Jan 2026 00:08
Replied by makitso on topic RSS Feed Failed
Sorry, should have done this in my first post.  

This message contains confidential information

Database collation check: The collation of your table fields are correct
 

Joomla! SEF: Enabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |
     

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 900 seconds | Max execution memory: 1000M | Max file upload:

Kunena menu details:

Warning: Spoiler!

Joomla default template details : cassiopeia_webtrees | author: Rob | version: 1.0 | creationdate: August 2023

Kunena default template details : Aurelia | author: Kunena Team | version: 6.4.8 | creationdate: 2025-12-06

Kunena template params:

Warning: Spoiler!

Kunena version detailed: Kunena 6.4.8 | 2025-12-06 [ Git Repository ]
     | Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: None

Modules: Kunena Latest 6.0.7 | Kunena Search 6.0.5

30 Jan 2026 22:05 - 30 Jan 2026 22:23
Replied by sbeaver on topic Upgrade problems
Thank you for your patience.

I do not see any database upgrade messages. Visiting the Kunena dashboard and refreshing the browser (and clearing cache and cookies) the page renders but with 11 of the previously noted error messages. 9 "images", 2 "twitter"

I reinstalled from a fresh download but no change.
30 Jan 2026 21:56
Replied by rich on topic Upgrade problems
Yes, I know that. Press the space bar after the installation to scroll all the way down. You will then see the menu and can call the Kunena Dashboard.
Scroll down again and you should see messages such as Database upgraded to version xxxx.
Then refresh your browser and the messages should be gone.
30 Jan 2026 21:20
Replied by sbeaver on topic Upgrade problems
Tried once more and are still thousands of error messages but they are all copies of these two:

Deprecated: Creation of dynamic property Kunena\Forum\Libraries\Forum\Category\KunenaCategory::$image is deprecated in ..../libraries/kunena/src/Database/KunenaDatabaseObject.php on line 128

Deprecated: Creation of dynamic property Kunena\Forum\Libraries\User\KunenaUser::$twitter is deprecated in ....libraries/kunena/src/User/KunenaUser.php on line 692
30 Jan 2026 20:46
Replied by rich on topic Upgrade problems
I have removed the configuration report. Please do not insert any code tags in the report.

These error messages should only be temporary and should disappear as soon as you open the Kunena dashboard and afterwards reload the page. 
30 Jan 2026 20:00
RSS Feed Failed was created by makitso
I upgraded Kunena to version 6.4.8 yesterday.  Today, I get a post saying that his RSS feed no longer works.

I know nothing about RSS feeds.  Is this a kunena problem or a joomla 5.6.2 problem?

www.webtrees.net/index.php/forum/topics/...format=feed&type=rss
results in 
<error>
<code>0</code>
<message>Failed to parse time string (month ago) at position 0 (m): The timezone could not be found in the database</message>
</error>
28 Jan 2026 21:22 - 28 Jan 2026 21:31
Replied by xillibit on topic Fail on Kunane

After the last update today, it doesn't say who has pressed "thanks" which on my forum has been renamed to "Synes godt om"



 
Hello,

I don't understand exactly what you mean

Under a message i can see the list of users which have gived the thank you : 

 
28 Jan 2026 14:55 - 28 Jan 2026 15:02

maintenant j'ai deux erreurs
Code:
Unknown column 'deleted_time' in 'INSERT INTO'
quand on créer un message
Je ne sais pas pour quelle raison il manque la colonne deleted_time dans la table #__kunena_messages

Code:
 $kuser->language = $this->getUserDefaultLanguage($options['user']->params);
pose soucis a la connexion de mes utilsiateurs 
Code:
Unknown column 'language' in 'SET' /home/jurisup/public_html/libraries/kunena/src/User/KunenaUser.php:1114 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:196 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:963 5 Joomla\CMS\Application\CMSApplication->login() JROOT/libraries/src/Application/SiteApplication.php:678 6 Joomla\CMS\Application\SiteApplication->login() JROOT/plugins/system/skeletonkey/src/Extension/Skeletonkey.php:225 7 Joomla\Plugin\System\Skeletonkey\Extension\Skeletonkey->onAfterInitialise() JROOT/libraries/vendor/joomla/event/src/Dispatcher.php:454 8 Joomla\Event\Dispatcher->dispatch() JROOT/libraries/vendor/joomla/application/src/AbstractApplication.php:99 9 Joomla\Application\AbstractApplication->dispatchEvent() JROOT/libraries/src/Application/CMSApplication.php:813 10 Joomla\CMS\Application\CMSApplication->initialiseApp() JROOT/libraries/src/Application/SiteApplication.php:638 11 Joomla\CMS\Application\SiteApplication->initialiseApp() JROOT/libraries/src/Application/SiteApplication.php:237 12 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:304 13 Joomla\CMS\Application\CMSApplication->execute() JROOT/includes/app.php:58 14 require_once() JROOT/index.php:51



 
Pour ce problème il faut appliquer la requête
Code:
ALTER TABLE `#__kunena_users` ADD `language` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL AFTER `ip`
car cette étape de mise à jour dans la branche K6.4 n'est pas passée : github.com/Kunena/Kunena-Forum/blob/K7.0...xml#L579C39-L579C153
28 Jan 2026 14:29 - 28 Jan 2026 14:40
maintenant j'ai deux erreurs
Code:
Unknown column 'deleted_time' in 'INSERT INTO'
quand on créer un message
Code:
 $kuser->language = $this->getUserDefaultLanguage($options['user']->params);
pose soucis a la connexion de mes utilsiateurs
Code:
Unknown column 'language' in 'SET' /home/jurisup/public_html/libraries/kunena/src/User/KunenaUser.php:1114 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:196 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:963 5 Joomla\CMS\Application\CMSApplication->login() JROOT/libraries/src/Application/SiteApplication.php:678 6 Joomla\CMS\Application\SiteApplication->login() JROOT/plugins/system/skeletonkey/src/Extension/Skeletonkey.php:225 7 Joomla\Plugin\System\Skeletonkey\Extension\Skeletonkey->onAfterInitialise() JROOT/libraries/vendor/joomla/event/src/Dispatcher.php:454 8 Joomla\Event\Dispatcher->dispatch() JROOT/libraries/vendor/joomla/application/src/AbstractApplication.php:99 9 Joomla\Application\AbstractApplication->dispatchEvent() JROOT/libraries/src/Application/CMSApplication.php:813 10 Joomla\CMS\Application\CMSApplication->initialiseApp() JROOT/libraries/src/Application/SiteApplication.php:638 11 Joomla\CMS\Application\SiteApplication->initialiseApp() JROOT/libraries/src/Application/SiteApplication.php:237 12 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:304 13 Joomla\CMS\Application\CMSApplication->execute() JROOT/includes/app.php:58 14 require_once() JROOT/index.php:51
27 Jan 2026 13:18
Hello,

I have just moved your messages into a separate topic to avoid mising differents discussions

I don't know if you have edited your message but i don't find one where it show your website
Displaying 166 - 180 out of 320 results.
Time to create page: 0.302 seconds