Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.
The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question minimum system requirements for install?
17 years 2 months ago #6330
by fxstein
We love stars on the Joomla Extension Directory .
Replied by fxstein on topic Re:minimum system requirements for install?
Hi,
careful how you check the MySQL version. If you look at phpMyAdmin it will tell you the client version not the database one. You have to check the database version.
We have only added the checks in 1.0.8 since too many users did not check the tech requirements themselves, which led to broken installs.
We use this SQL to check for the version:
It will tell you what version of MySQL your server is running on.
Let us know.
Thx!
fxstein
careful how you check the MySQL version. If you look at phpMyAdmin it will tell you the client version not the database one. You have to check the database version.
We have only added the checks in 1.0.8 since too many users did not check the tech requirements themselves, which led to broken installs.
We use this SQL to check for the version:
Code:
SELECT VERSION() as mysql_version
It will tell you what version of MySQL your server is running on.
Let us know.
Thx!
fxstein
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
17 years 2 months ago #7065
by dojo
Replied by dojo on topic Re:minimum system requirements for install?
I think I'm experiencing an issue tied to the MySQL version. I use MediaTemple for hosting and they require a beta application to use MySQL 5.x.
I got some install errors (from the 1.0.8 version check) and so I uninstalled, toggled PHP to v5 and re-installed. I still got the INSTALL CHECK ERROR.
php version: 5.2.6 Required >= 4.3.0
mysql version: 4.1.25-Debian_mt1 Required >= 5.0.0
I figured I'd try and see if Kunena would work with the MySQL that was available to me.
Surprise! It DID NOT.
I got this error the first time I clicked through from my Main Menu item to Kunena's front end. I thought it might be helpful for you to see it, even though it's all Greek to me.
Note... I replaced my client's site with "clientsite.com" and client in the DB name for confidentiality reasons.
FOr now I think I may have to go with PHPbb3 and a bridge just because I can't easily get MySQL 5.x on MediaTemple. I'd much rather use Kunena but them's the breaks for now I guess.
I got some install errors (from the 1.0.8 version check) and so I uninstalled, toggled PHP to v5 and re-installed. I still got the INSTALL CHECK ERROR.
php version: 5.2.6 Required >= 4.3.0
mysql version: 4.1.25-Debian_mt1 Required >= 5.0.0
I figured I'd try and see if Kunena would work with the MySQL that was available to me.
Surprise! It DID NOT.
I got this error the first time I clicked through from my Main Menu item to Kunena's front end. I thought it might be helpful for you to see it, even though it's all Greek to me.
Code:
Table 'db10099_client.jos_fb_whoisonline' doesn't exist SQL=INSERT INTO jos_fb_whoisonline (`userid` , `time`, `what`, `task`, `do`, `func`,`link`, `userip`, `user`) VALUES ('0', '1236038234', 'Forum Main','','','','/index.php?option=com_kunena&Itemid=112', '69.232.205.1', '0')
variable value
$0 "
key value
$file "/home/10099/domains/clientsite.com/html/components/com_kunena/lib/kunena.debug.php"
$line "42"
$function "debug_callstackinfo"
[args] Nested Array
"
$1 "
key value
$file "/home/10099/domains/clientsite.com/html/components/com_kunena/lib/kunena.debug.php"
$line "62"
$function "trigger_dberror"
[args] Nested Array
"
$2 "
key value
$file "/home/10099/domains/clientsite.com/html/components/com_kunena/kunena.php"
$line "451"
$function "check_dberror"
[args] Nested Array
"
$3 "
key value
$file "/home/10099/domains/clientsite.com/html/libraries/joomla/application/component/helper.php"
$line "162"
[args] Nested Array
$function "require_once"
"
$4 "
key value
$file "/home/10099/domains/clientsite.com/html/includes/application.php"
$line "124"
$function "renderComponent"
$class "JComponentHelper"
$type "->"
[args] Nested Array
"
$5 "
key value
$file "/home/10099/domains/clientsite.com/html/index.php"
$line "68"
$function "dispatch"
$class "JSite"
$type "->"
[args] Nested Array
"
Warning: Could not load latest Version record.\nDB function failed with error number 1146
Table 'db10099_client.jos_fb_version' doesn't exist SQL=SELECT `version`, `versiondate`, `installdate`, `build`, `versionname` FROM `jos_fb_version` ORDER BY `id` DESC LIMIT 1;
SQL =
SELECT
`version`,
`versiondate`,
`installdate`,
`build`,
`versionname`
FROM `jos_fb_version`
ORDER BY `id` DESC LIMIT 1;
in /home/10099/domains/clientsite.com/html/components/com_kunena/lib/kunena.debug.php on line 69
Installed version: | | [ ] | php 5.2.6 | mysql 4.1.25-Debian_mt1
Fatal error: Unable load accessible categories for user.\nDB function failed with error number 1146
Table 'db10099_client.jos_fb_version' doesn't exist SQL=SELECT `version`, `versiondate`, `installdate`, `build`, `versionname` FROM `jos_fb_version` ORDER BY `id` DESC LIMIT 1;
SQL =
SELECT
`version`,
`versiondate`,
`installdate`,
`build`,
`versionname`
FROM `jos_fb_version`
ORDER BY `id` DESC LIMIT 1;
in /home/10099/domains/clientsite.com/html/components/com_kunena/lib/kunena.debug.php on line 54
Note... I replaced my client's site with "clientsite.com" and client in the DB name for confidentiality reasons.
FOr now I think I may have to go with PHPbb3 and a bridge just because I can't easily get MySQL 5.x on MediaTemple. I'd much rather use Kunena but them's the breaks for now I guess.
Please Log in or Create an account to join the conversation.
- lightinthedark
-
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
17 years 2 months ago - 17 years 2 months ago #8262
by lightinthedark
Replied by lightinthedark on topic Re:minimum system requirements for install?
Hi,
I'm new in here so sorry if this is out of place.
I was having installation trouble (similar to a couple of posts in this thread, and most of this one www.kunena.com/forum?func=view&catid=16&id=7764 ) . I could run the installation, but it'd flake out part way through. When I went to look at the component control panel I saw pretty much the same thing as dojo there. I looked at the database and saw that only 3 (or on some attempts 4) tables had been made.
I did a fresh installation on my dev server at home with the minimum requirements observed (max_execution_time =120 , memory_limit 64M) and it went in fine. I then took a dump of the jos_fb_... tables, ran the installer on my actual site (which failed as usual), went to the database and removed the fb tables, then ran the dump of the tables created on my dev box. I've not probed too deeply, but it seems to have worked. I get the control panel page without any errors, and the site side appears to be displaying right.
I've attached my dump in case anyone else wants to try the same thing and doesn't have their own webserver at home
I hope this helps someone.
Good work on the forum chaps, keep it up. When you're done making a 1.5 native version, how about slimming the installer down a bit ... and get it to make my coffee
Hello
:-Dave
I'm new in here so sorry if this is out of place.
I was having installation trouble (similar to a couple of posts in this thread, and most of this one www.kunena.com/forum?func=view&catid=16&id=7764 ) . I could run the installation, but it'd flake out part way through. When I went to look at the component control panel I saw pretty much the same thing as dojo there. I looked at the database and saw that only 3 (or on some attempts 4) tables had been made.
I did a fresh installation on my dev server at home with the minimum requirements observed (max_execution_time =120 , memory_limit 64M) and it went in fine. I then took a dump of the jos_fb_... tables, ran the installer on my actual site (which failed as usual), went to the database and removed the fb tables, then ran the dump of the tables created on my dev box. I've not probed too deeply, but it seems to have worked. I get the control panel page without any errors, and the site side appears to be displaying right.
I've attached my dump in case anyone else wants to try the same thing and doesn't have their own webserver at home
Good work on the forum chaps, keep it up. When you're done making a 1.5 native version, how about slimming the installer down a bit ... and get it to make my coffee
Hello
:-Dave
Last edit: 17 years 2 months ago by lightinthedark.
Please Log in or Create an account to join the conversation.
- grumblemarc
-
- Offline
- Elite Member
-
- Still making trouble
Less
More
- Posts: 1107
- Thank you received: 3
17 years 2 months ago #8266
by grumblemarc
We love stars on the Joomla Extension Directory .
Replied by grumblemarc on topic Re:minimum system requirements for install?
No need. Install and run Joomlpack on the local server and install the Joomlapacj archive on the remote one.
We love stars on the Joomla Extension Directory .
Please Log in or Create an account to join the conversation.
Time to create page: 0.257 seconds