Search Results (Searched for: message)
10 Mar 2026 13:21 - 10 Mar 2026 13:23
Replied by xillibit on topic Kunena 7.0.2 Error users can't login
Hello,
I have moved our message in a separate topic
To use the tool : administrator/index.php?option=com_kunena&task=tools.setupcolumnlanguage you need to have the error which say that you have the languague column unknown
In the table #__kunena_users do-you have the column socials present ?
I have moved our message in a separate topic
To use the tool : administrator/index.php?option=com_kunena&task=tools.setupcolumnlanguage you need to have the error which say that you have the languague column unknown
In the table #__kunena_users do-you have the column socials present ?
10 Mar 2026 11:51
Replied by Gindi on topic Error message in www.kunena.org/forum/recent
Yes, those are the error messages I've been getting every day for about a week.
gindi
gindi
10 Mar 2026 11:40 - 10 Mar 2026 11:43
Replied by Leen on topic Error message in www.kunena.org/forum/recent
Is this the error message I got again today? I get it more often.
10 Mar 2026 10:56
Replied by Captain_DXB on topic Incorrect integer value: '' for column 'rank' at row 1
Hello xillibit,
I want to thank you and the others here very much. With the change of the two variable names, the test site now runs for the first time without visible error messages with debugging max - and the rank system also works again.
There are still some other problems to which I open a new thread.
Thanks again for the great support!
I want to thank you and the others here very much. With the change of the two variable names, the test site now runs for the first time without visible error messages with debugging max - and the rank system also works again.
There are still some other problems to which I open a new thread.
Thanks again for the great support!
10 Mar 2026 02:39 - 10 Mar 2026 13:23
Kunena 7.0.2 Error users can't login was created by rudiments
Hello, I am having this same issue and users cannot access the forum while logged in (users not logged in can access it fine). I have tried using backups and re-uploading the 7.0.2 package but still no success.
I tried this proposed fix from the backend:
administrator/index.php?option=com_kunena&task=tools.setupcolumnlanguage
And received this message:
COM_KUNENA_TOOLS_COLUMN_LANGUAGE_EXIST_ALREADY_NOTHING_TO_DO
However nothing changed with the issue. Going through the Forum I also checked the #__kunena_users table and all the changes that should be there are present (bsky_app is added and all of that). I should probably also mention that the Kuena Latest Module is also not working, crashing the pages where it appears.
Any advice would be greatly appreciated, thanks.
I tried this proposed fix from the backend:
administrator/index.php?option=com_kunena&task=tools.setupcolumnlanguage
And received this message:
COM_KUNENA_TOOLS_COLUMN_LANGUAGE_EXIST_ALREADY_NOTHING_TO_DO
However nothing changed with the issue. Going through the Forum I also checked the #__kunena_users table and all the changes that should be there are present (bsky_app is added and all of that). I should probably also mention that the Kuena Latest Module is also not working, crashing the pages where it appears.
Any advice would be greatly appreciated, thanks.
09 Mar 2026 15:06
Replied by kboth on topic Kunena 7.0.1 Error-message: Unknown column 'language' in 'SET'
Hello, thank you for the information. The Update to 7.0.2 is already shown in my Joomla Backend.
We have declared a frozen zone for our website until Easter, as ticket orders for the concert on Good Friday are being processed there.
So, at about 4. April I will start working at this problem in the way you suggested.
best regards and good Easter
We have declared a frozen zone for our website until Easter, as ticket orders for the concert on Good Friday are being processed there.
So, at about 4. April I will start working at this problem in the way you suggested.
best regards and good Easter
09 Mar 2026 12:29
Replied by rich on topic Error message in www.kunena.org/forum/recent
Oh, I see what you mean. This error is beyond our control, but we have already asked our hosting provider to take care of it.
09 Mar 2026 10:11 - 09 Mar 2026 10:11
Replied by Gindi on topic Unable to update to Kunena 6.4.9
I have opened a new topic regarding these error messages.
Apparently, I am not the only one receiving these error messages.
gindi
Apparently, I am not the only one receiving these error messages.
gindi
09 Mar 2026 10:08
Error message in www.kunena.org/forum/recent was created by Gindi
Lately, I've been getting error messages more and more often when I visit the forum at
www.kunena.org/forum/recent
.
Under the menu bar, it says Error while rendering custom particle and in the middle of the screen it says:
2021 Disk got full writing 'information_schema.(temporary)' and below that (Errcode: 28 "No space left on device")
When I close the forum and then select it again, the following message appears in the middle of the screen: 3 Error writing file “/tmp/#sql-temptable-3fa867-351e0-19640.MAD” and below that (Errcode: 28 ‘No space left on device’)
I get these messages on my computer and on my laptop. I can access everything else on the internet; the error only occurs with Kunena.
When it works again, the entries from the last few days are sometimes missing.
gindi
Under the menu bar, it says Error while rendering custom particle and in the middle of the screen it says:
2021 Disk got full writing 'information_schema.(temporary)' and below that (Errcode: 28 "No space left on device")
When I close the forum and then select it again, the following message appears in the middle of the screen: 3 Error writing file “/tmp/#sql-temptable-3fa867-351e0-19640.MAD” and below that (Errcode: 28 ‘No space left on device’)
I get these messages on my computer and on my laptop. I can access everything else on the internet; the error only occurs with Kunena.
When it works again, the entries from the last few days are sometimes missing.
gindi
08 Mar 2026 20:35
Since K6.0.0 beta3 the column allow_ratings has been renammed in allowRatings, so make an export of the table #__kunena_categories with phpmyadmin just in case. Then you can apply this query to fix the table :
Replied by xillibit on topic Incorrect integer value: '' for column 'rank' at row 1
Hello,Hi rich,
I'm maybe a step further: I turned the extended php debugging on and get two error messages, that I couldn't interpret well - it seems that they are caused by the migration - how ever I wondering how this could be possible because kunena was set up completely new (now with v. 7.0.1).
Do you have a idea, what causes the following error and how to fix it?:
Deprecated: Creation of dynamic property Kunena\Forum\Libraries\Forum\Category\KunenaCategory::$allow_ratings is deprecated in /mnt/web508/e1/97/510678697/htdocs/Update/libraries/kunena/src/Database/KunenaDatabaseObject.php on line 128 Deprecated: Creation of dynamic property
Since K6.0.0 beta3 the column allow_ratings has been renammed in allowRatings, so make an export of the table #__kunena_categories with phpmyadmin just in case. Then you can apply this query to fix the table :
Code:
ALTER TABLE `#__kunena_categories` CHANGE allow_ratings allowRatings tinyint(4) NOT NULL default '0';
Same here on table #__kunena_ranks before K6.0.0 beta3 there was a column nammed rank_id which has been renammed. so make an export of the table #__kunena_ranks with phpmyadmin just in case, then apply this query :and,
Warning: Undefined property: stdClass::$rankId in /mnt/web508/e1/97/510678697/htdocs/Update/libraries/vendor/joomla/database/src/DatabaseDriver.php on line 1309
THX
Code:
ALTER TABLE `#__kunena_ranks` CHANGE rank_id rankId mediumint(8) unsigned NOT NULL auto_increment;
08 Mar 2026 20:00
I was extremely grateful to receive your quick response and immediately started using it.
Unfortunately, when unpacking, I received the message in several places:
Deprecated: Creation of dynamic property Kunena\Forum\Libraries\User\KunenaUser::$twitter is deprecated in W:\wamp64\www\jneu\libraries\kunena\src\User\KunenaUser.php on line 700
You warned me about this, but I had to tinker with it to remove the column.
Now the German site also works on K7, and I can move on to Joomla 6.
Thank you so much!
Sorry I didn't thank you right away—I wanted to check everything first.
And then I regretted it because I couldn't send you a reply because I was receiving messages from the forum (Kunena's server?):
We are sorry!
Please return to the homepage and try again.
1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")
(URL www.kunena.org/forum/installation-issues...-4-9?start=36#234681 )
or
Failed to load 'g5_helium' template: Please install Gantry 5 Framework!
(URL www.kunena.org/forum ).
P.S. Since you're seeing this post, I've overcome the difficulties mentioned. I couldn't find the first error in the discussions, and I couldn't find the second one because of the same issue.
If you don't know the errors and they should be posted in a separate thread, please let me know.
Thank you again for your excellent and prompt assistance.
P.P.S. I also thank Gindi for his valuable comments on the role of templates.
Replied by lemur on topic Unable to update to Kunena 6.4.9
Dear Rich,Done.
I was extremely grateful to receive your quick response and immediately started using it.
Unfortunately, when unpacking, I received the message in several places:
Deprecated: Creation of dynamic property Kunena\Forum\Libraries\User\KunenaUser::$twitter is deprecated in W:\wamp64\www\jneu\libraries\kunena\src\User\KunenaUser.php on line 700
You warned me about this, but I had to tinker with it to remove the column.
Now the German site also works on K7, and I can move on to Joomla 6.
Thank you so much!
Sorry I didn't thank you right away—I wanted to check everything first.
And then I regretted it because I couldn't send you a reply because I was receiving messages from the forum (Kunena's server?):
We are sorry!
Please return to the homepage and try again.
1021 Disk got full writing 'information_schema.(temporary)' (Errcode: 28 "No space left on device")
(URL www.kunena.org/forum/installation-issues...-4-9?start=36#234681 )
or
Failed to load 'g5_helium' template: Please install Gantry 5 Framework!
(URL www.kunena.org/forum ).
P.S. Since you're seeing this post, I've overcome the difficulties mentioned. I couldn't find the first error in the discussions, and I couldn't find the second one because of the same issue.
If you don't know the errors and they should be posted in a separate thread, please let me know.
Thank you again for your excellent and prompt assistance.
P.P.S. I also thank Gindi for his valuable comments on the role of templates.
08 Mar 2026 18:31
Replied by xillibit on topic Error Thank You - KunenaActivity.php on line 101
I don't know the reason why it pass an int instead a message object, i'am not able to reproduce. Do-you have a test site on which i have a FTP acess to try to investigate ?
08 Mar 2026 16:41
Replied by iceman1970 on topic Kunena 7.0.2 404 bei Profil bearbeiten
Hallo, ich habe jetzt erst einmal für die Profile eine Lösung gefunden. Ich habe einen weiteren Menüpunkt Kunena-Profil nicht übergeordnet erstellt, jetzt scheint mit den Profilen und deren Bearbeitung wieder alles zu funkrtionieren. Was weiterhin nicht geht sind die Ankündigungen und der Punkt alles als gelesen markieren. Nach wie vor funktioniert alles wenn ich SEO deaktiviere...
Ich nutze das Template NTS-KSamurai habe aber alle Fehler auch mit dem Standardtemplate.
Ich habe auch nochmals ein Backup mit der Ver. 7.0.1 versucht, dort gibt es keinerlei Probleme, die treten erst mit dem Update 7.0.2 auf.
Ich nutze das Template NTS-KSamurai habe aber alle Fehler auch mit dem Standardtemplate.
Ich habe auch nochmals ein Backup mit der Ver. 7.0.1 versucht, dort gibt es keinerlei Probleme, die treten erst mit dem Update 7.0.2 auf.
This message contains confidential information
Database collation check: The collation of your table fields are correct
Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |
This message contains confidential informationhtaccess: Exists | PHP environment: Max execution time: 180 seconds | Max execution memory: 512M | Max file upload:
Kunena menu details:
Warning: Spoiler!
ID Name Menutype Link Path In trash 620 Forum mainmenu Itemid=610 kunena-2026-03-08 No 610 Forum kunenamenu view=home&defaultmenu=611 forum No 611 Index kunenamenu view=category&layout=list forum/index No 612 Aktuell kunenamenu view=topics&mode=replies forum/aktuell No 613 Ungelesen kunenamenu view=topics&layout=unread forum/ungelesen No 614 Neues Thema kunenamenu view=topic&layout=create forum/neuesthema No 615 Ohne Antwort kunenamenu view=topics&mode=noreplies forum/ohneantwort No 616 Meine Themen kunenamenu view=topics&layout=user&mode=default forum/meinethemen No 617 Profil kunenamenu view=user forum/profil No 618 Hilfe kunenamenu view=misc forum/hilfe No 619 Suche kunenamenu view=search forum/suche No 621 Profil kunenamenu view=user profil No
Joomla default template details : tp_barrierefrei | author: joomlaPlates | version: 2.6 | creationdate: 2025-11-12
Kunena default template details : NTS KSamurai | author: Nice Theme Store Team | version: 7.0.0 | creationdate: 2026-02-01
Kunena template params:
Warning: Spoiler!
DefaultCategoryicon profileIconset default DefaultIconset default editorIconset default bootstrap 1 borderless 0 tooltips 1 SubjectLengthMessage 80 fullactions 1 quick 0 displayMenu 1 displayDropdownMenu 0 displayDropdownContent 1 displayModule 1 displayBreadcrumb 0 displayAnnouncement 0 displayFooter 0 avatarPosition left formRecover 0 labels 0 whoisonlineName default avatarType rounded-circle topicicontype fa fontawesome 1 optional_username 0 writeaccess 0 localstorage 0 primaryColor #403af2 secondaryColor #16a34a accentColor #f59e0b infoColor #273bf0 successColor #16a34a warningColor #ea580c errorColor #dc2626 tplLinkcolor #210e75 tplLinkHoverColor #7d85f0 inactiveTabcolor #000000 hoverTabcolor #6661fa activeTabcolor #000000 btnBgColor #d9d9eb btnTextColor #050505 btnFocusBgColor #2529de btnFocusTextColor #ffffff btnModBgColor #00d9ff btnModTextColor #ffffff btnModFocusBgColor #efff14 btnModFocusTextColor #ffffff forumHeaderBgColor #94efff forumHeaderTextColor #000000 forumHeaderLinkColor #1a00ab forumHeaderLinkHoverColor #007bff iconColor #191cb3 IconHoverColor #6c757d annBgColor #fff3e0 annTextColor #e6ff00 editorType ckeditor Bold 1 Italic 1 Underline 1 Strike 1 Subscript 0 Superscript 0 RemoveFormat 1 BulletedList 1 NumberedList 1 Blockquote 1 JustifyLeft 1 JustifyCenter 1 JustifyRight 1 JustifyBlock 1 Link_Unlink 1 Image 0 Smiley 1 Confidential 0 Hidetext 0 Spoiler 0 Code 1 Ebay 0 X_Social 1 0 Soundcloud 0 FontSize 1 TextColor 1 Maximize 0 Map 0 Video 0 editorButtons Superscript,Subscript,Confidential,Hidetext,Spoiler,Ebay,Instagram,Soundcloud,Map,Maximize,Image,Video nameskinckeditor ckeditorcustomprefixconfigfile avatarSizeX 40 avatarSizeY 90 avatarSizeXThumb 36 avatarSizeYThumb 36 avatarSizeXWelcome 72 avatarSizeYWelcome 72 avatarSizeXList 36 avatarSizeYList 36 avatarSizeXPost 144 avatarSizeYPost 144 avatarSizeXProfile 200 avatarSizeYProfile 200 templatebyText templatebyName templatebyLink
Kunena version detailed: Kunena 7.0.2 | 2026-03-03 [ Git Repository ]
| Kunena detailed configuration:| Kunena integration settings:Warning: Spoiler!
Kunena config settings: template nts_ksamurai emailSenderName funterra.de sendEmails 1 boardOffline 0 readOnly 0 sessionTimeOut 1800 enableRss 1 debug 0 profiler 0 fallbackEnglish 1 timeToCreatePage 1 sef 1 accessComponent 1 sefRedirect 1 cache 1 cacheTime 60 threadsPerPage 10 messagesPerPage 6 messagesPerPageSearch 15 showHistory 1 historyLimit 6 postDateFormat ago postDateFormatHover datetime showNew 1 showAnnouncement 1 avatarOnCategory 1 listCatShowModerators 0 showChildCatIcon 1 enableForumJump 0 reportMsg 1 orderingSystem mesid hideIp 1 latestCategoryIn 1 topicIcons 1 lightbox 1 showListTime 720 topicLayout threaded pickupCategory 0 articleDisplay intro defaultSort asc searchTime 365 allowChangeSubject 1 ratingEnabled 1 attachStart 0 attachEnd 14 quickReply 1 disableRe 0 displayFilenameAttachment 0 datePickerFormat username 1 askEmail 0 showEmail 0 showUserStats 1 showKarma 1 showThankYou 1 thankYouMax 10 userEdit 1 userEditTime 0 userEditTimeGrace 600 editMarkup 1 allowFavorites 1 boxGhostMessage 0 showBannedReason 0 showImgFilesManageProfile 1 userReport 1 logModeration 0 userStatus 1 signature 1 maxSig 300 personal 1 privateMessage 0 emailHeader media/kunena/email/hero-wide.png emailHeaderSizeY 560 emailHeaderSizeX 560 allowSubscriptions 1 mailFull 1 plainEmail 0 categorySubscriptions post topicSubscriptions every subscriptionsChecked 1 emailRecipientCount 10 emailRecipientPrivacy bcc useSystemEmails 0 utmSource 0 sendMailUserBanned 0 mailBodyUserBanned mailBodyUserUnBanned pubWrite 0 holdGuestPosts 0 userlistAllowed 0 pubProfile 0 regOnly 0 holdNewUsersPosts 0 userDeleteMessage 0 modSeeDeleted 0 floodProtection 0 mailModerators 0 mailAdministrators 0 ipTracking 1 statsLinkAllowed 1 maxLinks 6 teaser 0 urlSubjectTopic 0 moderatorPermDelete 0 newUsersPreventPostUrlImages 0 minimalUserPostsAddUrlImage 10 captcha 0 captchaPostLimit 0 stopForumSpamNewUserCheck 0 avatarType 1 defaultAvatar nophoto.png defaultAvatarSmall s_nophoto.png avatarTypes gif,jpeg,jpg,png,webp,avif allowAvatarUpload 1 allowAvatarGallery 1 avatarSize 2048 avatarQuality 75 avatarCrop 0 avatarEdit 0 attachmentLimit 8 attachmentProtection 0 attachmentUtf8 1 imageUpload registered showImgForGuest 1 imageTypes jpg,jpeg,gif,png,webp,avif checkMimeTypes 1 imageMimeTypes image/jpeg,image/jpg,image/gif,image/png,image/webp,image/avif imageSize 150 imageWidth 800 imageHeight 800 thumbWidth 32 thumbHeight 32 imageQuality 50 fileUpload registered showFileForGuest 1 fileTypes txt,rtf,pdf,zip,tar.gz,tgz,tar.bz2 fileSize 120 showRanking 1 rankImages 1 trimLongUrls 1 trimLongUrlsFront 40 trimLongUrlsBack 20 autoLink 1 smartLinking 0 autoEmbedYoutube 1 autoEmbedEbay 1 autoEmbedInstagram 1 autoEmbedSoundcloud 1 highlightCode 0 bbcodeImgSecure text ebayLanguage 77 ebayCertId rssType topic rssSpecification rss2.0 rssTimeLimit 1 month rssLimit 100 rssAllowHtml 1 rssAuthorFormat name rssAuthorInTitle 1 rssWordCount 0 rssOldTitles 1 rssCache 900 rssFeedBurnerUrl userlistRows 30 userlistOnline 1 userlistAvatar 1 userlistPosts 1 userlistKarma 1 userlistEmail 0 userlistJoinDate 1 userlistLastVisitDate 1 userlistUserHits 1 superAdminUserlist 1 userListUserType 1 showSessionType 2 showSessionStartTime 1800 showWhoIsOnline 1 showStats 1 showGenStats 1 showPopUserStats 1 popUserCount 5 showPopSubjectStats 1 popSubjectCount 5 showPopPollStats 1 popPollsCount 5 showPopThankYouStats 1 popThanksCount 5 userlistCountUsers 1 pollEnabled 1 pollNbOptions 4 pollTimeBtVotes 00:15:00 pollNbVotesByUser 100 pollAllowVoteOne 1 pollResultsUserslist 0 allowUserEditPoll 0 defaultPage recent activeMenuItem mainMenuId homeId indexId moderatorsId topicListId miscId profileId searchId rules | Joomla! detailed language files installed:Warning: Spoiler!Kunena - Finder Enabled
Kunena - Community Builder Disabled
Kunena - Easyblog Disabled
Kunena - Easysocial Disabled
Kunena - Gravatar Disabled
Kunena - JomSocial Disabled
Kunena - Joomla Enabled: access=1 login=1
Kunena - Kunena Enabled: avatar=1 profile=1
Kunena - UddeIm Disabled
Warning: Spoiler!
Joomla! languages installed: de-DE German (Germany) en-GB English (United Kingdom)
Third-party components: None
Third-party SEF components: None
Plugins: None
Modules: Kunena Latest 6.2.0 | Kunena Login 6.2.0
08 Mar 2026 14:10 - 08 Mar 2026 14:10
no matter how hard I tried, I couldn't repeat this operation on the German website. Therefore, I kindly ask you to install K7 on your server and provide me with the received file as last time. On the first site, K7.0.2 works fine.
In this file, I completely deactivated my templates and used Joomla's default template Cassiopia.
I also reinstalled K6.3.10.
Before updating K6.3.10, to reduce the file size by half, I copied and deleted the /media/kunena folder, so that it does not contain any data now.
Thank you.
Replied by lemur on topic Unable to update to Kunena 6.4.9
Dear Rich,Then I completely deactivated your Joomla template Gich via extensions and used Joomla's default htaccess during installation.
I also reinstalled K6.3.10 over it before the upgrade.
The upgrade from K6.3.10 -> K6.4.9 -> K7.0.2 went smoothly.
Finally, I removed the database column “twitter” to fix an error message related to it.
The forum is now running smoothly.
no matter how hard I tried, I couldn't repeat this operation on the German website. Therefore, I kindly ask you to install K7 on your server and provide me with the received file as last time. On the first site, K7.0.2 works fine.
In this file, I completely deactivated my templates and used Joomla's default template Cassiopia.
I also reinstalled K6.3.10.
Before updating K6.3.10, to reduce the file size by half, I copied and deleted the /media/kunena folder, so that it does not contain any data now.
Thank you.
This message contains confidential information
08 Mar 2026 11:03 - 08 Mar 2026 11:07
Replied by ssnobben on topic Error Thank You - KunenaActivity.php on line 101
Hi tried this but still got this error showing after the Thank you.
0
Kunena6ActivityEasySocial::onAfterThankyou(): Argument #3 ($message) must be of type int, Kunena\Forum\Libraries\Forum\Message\KunenaMessage given, called in /var/www/vhosts/site.com/httpdocs/libraries/kunena/src/Integration/KunenaActivity.php on line 101
0
Kunena6ActivityEasySocial::onAfterThankyou(): Argument #3 ($message) must be of type int, Kunena\Forum\Libraries\Forum\Message\KunenaMessage given, called in /var/www/vhosts/site.com/httpdocs/libraries/kunena/src/Integration/KunenaActivity.php on line 101
Time to create page: 0.287 seconds