Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

This section is for questions directly related to the procedure for installing Kunena for the first time or upgrading from an older version of Kunena.

Use this category:
  • to ask how to install or upgrade; or
  • if you encountered problems during the installation or upgrade procedure.

Use a different category to ask questions about problems that you may be having after you successfully installed or upgraded the currently supported version. If you are unsure what is the current supported version of Kunena, please go to the download page.

Question Can't install

More
3 years 1 month ago #1 by mberman
Can't install was created by mberman
I just tried to install Kunena for the first time -- pkg_kunena_v5.2.3_2021-03-07. My site has Joomla 3.9.25, which is the latest version as of this writing. When I tried, I got a big red box with the message below. I have redacted some of it, as it had a lot of possibly hackable info. I have uninstalled everything. What is going on?

Thanks,
Matt

Kunena 5.2.3 Installer - ******* - Administration .menu-checkin {background: url(components/com_breezingforms/images/js/ThemeOffice/checkin.png) no-repeat;} .menu-content {background: url(components/com_breezingforms/images/js/ThemeOffice/content.png) no-repeat;} .menu-controlpanel {background: url(components/com_breezingforms/images/js/ThemeOffice/controlpanel.png) no-repeat;} .menu-mainmenu {background: url(components/com_breezingforms/images/js/ThemeOffice/mainmenu.png) no-repeat;} .menu-config {background: url(components/com_breezingforms/images/js/ThemeOffice/config.png) no-repeat;} .menu-logo_icon_cb {background: url(components/com_contentbuilder/views/logo_icon_cb.png) no-repeat;} .menu-logo {background: url(components/com_jce/media/img/menu/logo.png) no-repeat;} .menu-icon-16-jcomments {background: url(components/com_jcomments/assets/images/icon-16-jcomments.png) no-repeat;} .menu-jumi {background: url(components/com_jumi/images/jumi.png) no-repeat;} .menu-kunena-logo-white {background: url(components/com_kunena/media/icons/favicons/kunena-logo-white.png) no-repeat;} .menu-export {background: url(components/com_lg-userexport/assets/export.png) no-repeat;} .menu-contenttemplater {background: url(../media/contenttemplater/images/contenttemplater.png) no-repeat;} {"csrf.token":"******","system.paths":{"root":"","base":"\/administrator"}} // Internet Explorer 6-11 var isIE = /*@cc_on!@*/false || !!document.documentMode; // Edge 20+ var isEdge = !isIE && !!window.StyleMedia; if (!isIE && !isEdge) { console.log('%c Warning! ', 'font-size: 36px; color: red; font-weight: bold;'); console.log('%c This browser feature is aimed to developers only. If you were instructed to copy here something to enable some kind of \'hidden feature\', in reality it\'s an attempt to compromise your account ', 'font-size: 14px;'); console.log('%c For further info see en.wikipedia.org/wiki/Self-XSS ', 'font-size: 14px;'); } Toggle Navigation Skip to Main Content Control Panel ****** System Control Panel Global Configuration Global Check-in Clear Cache Clear Expired Cache System Information Users Manage Add New User Groups Add New Group Access Levels Add New Access Level Fields Field Groups User Notes Add User Note User Note Categories Add New Category Privacy User Actions Log Mass Mail Users Menus Manage Add New Menu All Menu Items Site Main Menu Add New Menu Item Content Articles Add New Article Categories Add New Category Featured Articles Fields Field Groups Media Components Admin Tools Akeeba Backup Banners BreezingForms Manage Records Manage Forms Manage Scripts Manage Pieces Integrator Manage Backend Menus Configuration Contacts ContentBuilder Data Storages Views Try BreezingForms! About ContentBuilder JCE Editor Pro Control Panel Global Configuration Profiles File Browser JComments Comments Settings Smilies Subscriptions Custom BBCode Blacklist Mail Queue Import About JComments Jumi Komento Settings Themes Backgrounds Comments ACL Subscribers Download Requests Languages Email Activities Migrators Kunena Forum COM_KUNENA_DASHBOARD Category Manager User Manager COM_KUNENA_FILE_MANAGER COM_KUNENA_EMOTICON_MANAGER Rank Manager Template Manager Configuration COM_KUNENA_PLUGIN_MANAGER COM_KUNENA_LOG_MANAGER COM_KUNENA_MENU_STATISTICS COM_KUNENA_FORUM_TOOLS Trash Manager LG-UserExport Messaging Multilingual Associations News Feeds Post-installation Messages Redirects Regular Labs - Content Templater Search Smart Search Tags Template Creator CK Templates list Fonts About Help Versions Web Links Links Categories Extensions Manage Install Update Manage Discover Database Warnings Install Languages Update Sites Modules Plugins Templates Styles Templates Language(s) Installed Content Languages Overrides Help Joomla! Help Official Support Forum Official Language Forums Documentation Wiki Joomla! Extensions Joomla! Translations Joomla! Resources Community Portal Security Centre Developer Resources Stack Exchange Joomla! Shop Regular Labs Extensions User Menu ***** Edit Account Logout Real Spellers Kunena 5.2.3 Installer Toolbar Main content begins here Installing Kunena, please wait... Preparing installation... Installation Details To Kunena Close Installation Details Preparing installation... window.kunenaAddItems = function (log) { jQuery('#kunena-details').html(log); }; window.kunenainstall = function () { var kunenaInstall = jQuery('#kunena-install'); var kunenaProgress = jQuery('#kunena-progress'); var kunenaDescription = jQuery('#kunena-description'); jQuery.ajax({ type: 'POST', dataType: 'json', timeout: '180000', // 3 minutes url: '/administrator/index.php?option=com_kunena&view=install&task=run', data: *****=1', cache: false, error: function (xhr, ajaxOptions, thrownError) { kunenaInstall.html(' Kunena Installation Failed! Sorry, installation failed with following error: ' + xhr.responseText + ' '); kunenaProgress.addClass('bar-danger'); jQuery('#kunena-installer').show(); }, beforeSend: function () { kunenaProgress.css('width', '1%'); }, complete: function () { }, success: function (json) { if (json.status) { kunenaProgress.css('width', json.status); } if (json.log) { window.kunenaAddItems(json.log); } if (json.success) { kunenaDescription.html(json.current); if (json.status != '100%') { window.kunenainstall(); return; } else { kunenaInstall.find('h2').text('Kunena has been successfully installed!'); kunenaProgress.parent().removeClass('active'); kunenaProgress.addClass('bar-success'); jQuery('#kunena-component').addClass('btn-success'); window.location.href = '/administrator/index.php?option=com_kunena'; } jQuery('.kunena-close').removeAttr('disabled'); } else { kunenaProgress.parent().removeClass('active'); kunenaInstall.find('h2').text('Kunena Installation Failed!'); kunenaDescription.html(json.error); kunenaProgress.addClass('bar-danger'); jQuery('#kunena-installer').removeAttr('disabled'); jQuery('#kunena-container').removeClass('hidden'); } } }); }; jQuery(document).ready(function () { jQuery('#kunena-toggle').click(function (e) { jQuery('#kunena-container').toggleClass('hidden'); e.preventDefault(); }); jQuery('#kunena-component').click(function (e) { window.location.href = '/administrator/index.php?option=com_kunena'; e.preventDefault(); }); jQuery('#kunena-installer').click(function (e) { window.location.href = '#Close'; e.preventDefault(); }); window.kunenainstall(); }); Joomla! 3.9.25  —  © 2021 ***** View Site 1 Visitor 1 Administrator 2 Messages Log out

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

More
3 years 1 month ago #2 by xillibit
Replied by xillibit on topic Can't install

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.

More
3 years 1 month ago #3 by mberman
Replied by mberman on topic Can't install
Thanks for your response. So, does that mean that there is now an updated version of Kunena that I should download and try to to install?

Thanks.

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

More
3 years 1 month ago #4 by xillibit
Replied by xillibit on topic Can't install
No the most recent version availaible is the version 5.2.3

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.

More
3 years 1 month ago #5 by mberman
Replied by mberman on topic Can't install
The post you sent me to says:
"The change in the file is to try to fix it, they was a redirect during install of Kunena done in a way that's not allowed since Joomla! 3.9.25 for security reason."
So, what should I do to be able to install Kunena?

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

More
3 years 1 month ago #6 by xillibit
Replied by xillibit on topic Can't install
Just don't take care of the error message that you had quoted in your first post, so when you are here just go after under "Components" -> "Kunena Forum" -> "Dashboard"

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.

More
3 years 1 month ago #7 by mberman
Replied by mberman on topic Can't install
I'm afraid I don't understand. Are you saying that I should just ignore that whole error message and that Kunena is installed fine anyway?

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

More
3 years 1 month ago #8 by barfonne
Replied by barfonne on topic Can't install
Do you have in http://yourjoomlasite/administrator under 'components' a menu item for Kunena. If yes, it's installed. If no then it's not installed. If it is installed click on it and it will do some post install configuration. Then you can go to Menus -> main menu, scroll down and you will find an unpublished menu item for Kunena.

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

More
3 years 1 month ago #9 by mberman
Replied by mberman on topic Can't install
I will give it a try, thanks.

I have to say, though, that it makes me nervous to leave in place an extension that produces an error in installation, especially one so extensive and serious-sounding. This can't be how it's meant to work.

Thanks,
Matt

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

More
3 years 1 month ago #10 by mberman
Replied by mberman on topic Can't install
Ok, I tried it again, and this time I got this:

Kunena Installation Failed!

It stopped on Prepare Installation ... OK

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

Time to create page: 1.057 seconds