- Posts: 17
- Thank you received: 0
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 Having problem with tab?
Installed 1.0.9 and use joomla 1.5.5.
The Discussion tab in Kunena gives error.
errer code:
Fatal error: Call to a member function setQuery() on a non-object in kunena.version.php on line 86.
Seems to do with mysql version but can't fix it need help.
thanks
P.S. tried removing and installing, not better.
Please Log in or Create an account to join the conversation.
Have you ask to your hoster if it's possible to upgrade your mysql version or change the server to have a recent mysql version ?
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.
PHP and mysql r version 5+
mysql 5.0.24a
PHP 5.2.2
Anything else?
sorry for bad english
Please Log in or Create an account to join the conversation.
30-second timeout on Joomla 1.5.x
Because Joomla 1.5.x requires a lot more resources than Joomla 1.0.x,
the upload and installation of Kunena may take longer than 30 seconds in a shared hosting
environment. Unfortunately, this is a very common PHP timeout setting. If you run into
this issue, you can increase the PHP timeout period from 30 to 120 seconds. See your hosting
provider for additional details.
Alternately, you may upload the entire package via FTP into a temporary directory.
Then unpack the files and use Joomla's "Install from a directory" feature. This will
eliminate the upload and decompress time from the install process so it will run in less than 30 seconds.
Should you exceed this timeout period, you must first uninstall the partial Kunena setup.
Depending on at what point the timeout occurred, you might be required to delete the
components/com_kunena and administrator/components/com_kunena directories
by hand through either FTP or SSH access in your hosting environment.
Second idea: Perhaps it would work with Joomla 1.510 , but I don't know, if this could be a problem.
Please Log in or Create an account to join the conversation.
Did you activate the legacy mode? Because in kunena.version.php a file is included with Joomla 1.0 Code so it wont work without legacy mode!
The error means that you miss the database object in that file and the database object is coded in 1.0 code so it dont have the object without legacy mode....ergo you get error that he cant get the object....
Kunena Contributor & Language Coordinator
Kunena Birthday Module | Kunena LaTeX Plugin | SchuWeb Sitemap with free Kunena Plugin
Always up to date with Twitter
Please Log in or Create an account to join the conversation.
Did you activate the legacy mode? Because in kunena.version.php a file is included with Joomla 1.0 Code so it wont work without legacy mode!
You would get the hint, to activate legacy mode, without enabling legacy mode, you can not install.
lda wrote:
The error means that you miss the database object
And because that, I thought, that not all database were transported -> 30 sec timeout problem
However, I hope we will find the cause
Please Log in or Create an account to join the conversation.