Kunena 6.2.6 released

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

Question [Solved] - Cannot access kunena control panel after Install

More
14 years 10 months ago - 14 years 10 months ago #1 by JBHawaii
Uninstalled previous versions of kunena, install 1.5.3 Stable, installation was a success, went to click on kunena configuration....

Problem:
Code:
Parse error: syntax error, unexpected $end in /home/jbhawaii/public_html/dev/administrator/components/com_kunena/toolbar.kunena.php on line 92

so I looked at the code...

toolbar.kunena.php

Line 92:
Code:
bre

Solution:

Line 92 change to:
Code:
break; case "editsmiley": CKunenaToolbar::_EDITSMILEY_MENU(); break; case "newsmiley": CKunenaToolbar::_NEWSMILEY_MENU(); break; case "ranks": CKunenaToolbar::_SHOWRANKS_MENU(); break; case "editRank": CKunenaToolbar::_EDITRANK_MENU(); break; case "newRank": CKunenaToolbar::_NEWRANK_MENU(); break; default: CKunenaToolbar::BACKONLY_MENU(); break; } ?>

This should allow you to enter the control panel for kunena!

Mahalo,
JBHawaii
Last edit: 14 years 10 months ago by JBHawaii.

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

More
14 years 10 months ago - 14 years 10 months ago #2 by vdrover
Confirmed bug and fix. Cheers mate. I guess 1.5.3 is not the final stable :)
Last edit: 14 years 10 months ago by vdrover.

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

More
14 years 10 months ago #3 by fxstein
That is strange.

That line in the SVN and the package seem to be just fine, also on the local install on kunena.com.

Can you provide some details on what platform you are running?

Looks like that file got truncated during the install.

We love stars on the Joomla Extension Directory . :-)

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

More
14 years 10 months ago - 14 years 10 months ago #4 by fxstein
Just checked the SVN as well as the zip package of the final build.

They do not contain the error you mention. We need more info to diagnose what could be doing this to the files during the install.

BTW: That file does not end at line 92 - Its more like 125 lines.

Could you please unzip the package locally and confirm that it contains the complete file?

We love stars on the Joomla Extension Directory . :-)
Last edit: 14 years 10 months ago by fxstein.

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

More
14 years 10 months ago - 14 years 10 months ago #5 by JBHawaii
FX, you're right... something is causing the file to be truncated. local version looks as you stated. Any other info you need? The other guy also had the same thing so we need to find the cause.

This could be a problem, with the host... but I suspect that there may be other files also truncated.

Currently I'm using Joomla 1.5.11 with built-in SEF, Mod-Rewrite, add html suffix, & CB 1.2.1

Server details:

Apache version 2.2.11 (Unix)
PHP version 5.2.9
MySQL version 5.0.75-community-
log
Architecture x86_64
Operating system Linux
Path to sendmail /usr/sbin/sendmail
Path to PERL /usr/bin/perl
Kernel version 2.6.28-9.16.intel
.BHsmp
cPanel Pro 1.0 (RC1)

Mahalo,
JBHawaii
Last edit: 14 years 10 months ago by JBHawaii.

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

More
14 years 10 months ago #6 by fxstein
Did you get a success message at the end of the install?

We have known about corrupted files by the Joomla installer, primarily on Joomla 1.0.x with certain gif files.
This is the first time I see php files getting truncated.

Truly a serious installer issue that we need to find the root for.

Would you happen to have another domain on that same host that you could install Kunena 1.5.3 on to see if it does the same thing?

We love stars on the Joomla Extension Directory . :-)

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

More
14 years 10 months ago #7 by JBHawaii
Yes I received a successful install message. I checked the svn with my currently installed version it seems it was only this one file being affected. As for the cause of this I do not know yet.

I am going to do another install with a different domain name.

I have this suspicion that the culprit in my case might be JoomSuiteDefender! I am going to test this again and see if it still happens when I uninstall JoomSuiteDefender.

Mahalo,
JBHawaii

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

More
14 years 10 months ago #8 by fxstein
Yes - Please try to install without that component enabled.

We love stars on the Joomla Extension Directory . :-)

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

More
14 years 10 months ago - 14 years 10 months ago #9 by JBHawaii
Ok, I knew it... JoomSuiteDefender was the reason. I unistalled it and re-installed Kunena and everything is good now, the local files and the server files match :)

I'm relieved that it wasn't any fault on this release :) We all have been anticipating this release and I can wait to see what's next.

Mahalo,
JBHawaii
Last edit: 14 years 10 months ago by JBHawaii.

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

More
14 years 10 months ago #10 by Matias
Well, now we need to find out what makes JoomSuiteDefender to break our file..

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

Time to create page: 0.391 seconds