- Posts: 52
- Thank you received: 3
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
This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
Question JoniJnm Edition 1.4.2
16 years 3 months ago - 16 years 3 months ago #36062
by MusicInMe
Replied by MusicInMe on topic Re:Kunena JoniJnm Edition 1.4 RC4
I didn't notice any problem mentioned above. Instalation proces went smooth. And forum is working like a charm.
I'm using JS 1.6 and forum RE with all needed plugins enabled.
So guys, maybe you need change hosting or something?
GREAT WORK ! BIG THANK YOU!
Happy New Year!
I'm using JS 1.6 and forum RE with all needed plugins enabled.
So guys, maybe you need change hosting or something?
GREAT WORK ! BIG THANK YOU!
Happy New Year!
Last edit: 16 years 3 months ago by MusicInMe.
The topic has been locked.
16 years 3 months ago - 16 years 3 months ago #36971
by JoniJnm
Replied by JoniJnm on topic Re:Kunena JoniJnm Edition 1.4.1
Last edit: 16 years 3 months ago by JoniJnm.
The topic has been locked.
16 years 3 months ago #37022
by MusicInMe
Replied by MusicInMe on topic Re:Kunena JoniJnm Edition 1.4 RC4
Installer 1.4.1 get stuck in Checking Requirement.
I had no problems with 1.4 RC4
I had no problems with 1.4 RC4
The topic has been locked.
16 years 3 months ago - 16 years 3 months ago #37082
by JoniJnm
Replied by JoniJnm on topic Re:Kunena JoniJnm Edition 1.4 RC4
What version of php and mysql have you installed?
Download the com again, now you can force it to go to next step
Download the com again, now you can force it to go to next step
Last edit: 16 years 3 months ago by JoniJnm.
The topic has been locked.
16 years 3 months ago #37180
by MusicInMe
Replied by MusicInMe on topic Re:Kunena JoniJnm Edition 1.4 RC4
PHP version installed: 5.2.9
MySQL version installed: 5.1.33-community
I redownloaded com again but still the same. But Kunena works anyway. I got another problem - had to unpublish all JS plugins to get access to Kunena backend.
Error message is diplayed i.e
MySQL version installed: 5.1.33-community
I redownloaded com again but still the same. But Kunena works anyway. I got another problem - had to unpublish all JS plugins to get access to Kunena backend.
Error message is diplayed i.e
Code:
Warning: require_once(C:\xampp\htdocs\narefa\administrator\components\com_community\libraries\core.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\narefa\plugins\community\servermessage.php on line 5
Fatal error: require_once() [function.require]: Failed opening required 'C:\xampp\htdocs\narefa\administrator\components\com_community\libraries\core.php' (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\narefa\plugins\community\servermessage.php on line 5
The topic has been locked.
16 years 3 months ago #37184
by JoniJnm
Replied by JoniJnm on topic Re:Kunena JoniJnm Edition 1.4.1
In \plugins\community\servermessage.php, try to change
require_once( JPATH_BASE .DS.'components' .DS.'com_community' .DS.'libraries' .DS.'core.php');
By
require_once( JPATH_ROOT .DS.'components' .DS.'com_community' .DS.'libraries' .DS.'core.php');
require_once( JPATH_BASE .DS.'components' .DS.'com_community' .DS.'libraries' .DS.'core.php');
By
require_once( JPATH_ROOT .DS.'components' .DS.'com_community' .DS.'libraries' .DS.'core.php');
The topic has been locked.
Time to create page: 0.276 seconds