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

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

More
16 years 10 months ago - 16 years 10 months ago #19884 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: 16 years 10 months ago by JBHawaii.

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

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

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

More
16 years 10 months ago #19888 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
16 years 10 months ago - 16 years 10 months ago #19889 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: 16 years 10 months ago by fxstein.

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

More
16 years 10 months ago - 16 years 10 months ago #19890 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: 16 years 10 months ago by JBHawaii.

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

More
16 years 10 months ago #19894 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.

Time to create page: 0.264 seconds