- Posts: 17
- Thank you received: 0
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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?
16 years 10 months ago - 16 years 10 months ago #14110
by Jimmy1
Replied by Jimmy1 on topic Re:Having problem with tab?
I did as told.
1. use FTP filezilla, edited kunena.version as told.
looks like this...
function MySQLVersion()
{
global $database;
static $mysqlversion;
if (!$mysqlversion)
{
$database->setQuery("SELECT VERSION() as mysql_version");
$mysqlversion = $database->loadResult();
}
return $mysqlversion;
2. Uploaded file same problem.
Any other help please?
I attach kunena.version file to post here.
Fatal error: Call to a member function stderr() on a non-object in components/com_kunena/lib/kunena.debug.php on line 56.
Maybe something to do with kunena.debug not kunena.version?
1. use FTP filezilla, edited kunena.version as told.
looks like this...
function MySQLVersion()
{
global $database;
static $mysqlversion;
if (!$mysqlversion)
{
$database->setQuery("SELECT VERSION() as mysql_version");
$mysqlversion = $database->loadResult();
}
return $mysqlversion;
2. Uploaded file same problem.
Any other help please?
I attach kunena.version file to post here.
Fatal error: Call to a member function stderr() on a non-object in components/com_kunena/lib/kunena.debug.php on line 56.
Maybe something to do with kunena.debug not kunena.version?
Last edit: 16 years 10 months ago by Jimmy1.
Please Log in or Create an account to join the conversation.
16 years 10 months ago #14192
by Matias
Replied by Matias on topic Re:Having problem with tab?
This was another bug that has been fixed for Kunena 1.0.10:
Add this to components/com_kunena/lib/kunena.debug.php, line 42:
Sorry about that!
Add this to components/com_kunena/lib/kunena.debug.php, line 42:
Code:
global $database;
Sorry about that!
Please Log in or Create an account to join the conversation.
16 years 10 months ago - 16 years 10 months ago #14215
by Jimmy1
Replied by Jimmy1 on topic Re:Having problem with tab?
Update to joomla 1.5.10 no problems.
I changed line 42 as told. Line 42 had echo debug_callstackinfo();
Do I replace it or move it down to line 43 so I can put global $database; on line 42?
"My Discussions" tab still says error code and white background and black text.
This is my code in kunena.debug.php
// Production error handling
function trigger_dberror($text = '')
{
global $mainframe;
global $database;
echo debug_callstackinfo();
require_once ($mainframe->getCfg('absolute_path') . '/components/com_kunena/lib/kunena.version.php');
$kunenaVersion = CKunenaVersion::version();
$kunenaPHPVersion = CKunenaVersion::PHPVersion();
$kunenaMySQLVersion = CKunenaVersion::MySQLVersion();
?>
Attached Kunena.debug to help.
I changed line 42 as told. Line 42 had echo debug_callstackinfo();
Do I replace it or move it down to line 43 so I can put global $database; on line 42?
"My Discussions" tab still says error code and white background and black text.
This is my code in kunena.debug.php
// Production error handling
function trigger_dberror($text = '')
{
global $mainframe;
global $database;
echo debug_callstackinfo();
require_once ($mainframe->getCfg('absolute_path') . '/components/com_kunena/lib/kunena.version.php');
$kunenaVersion = CKunenaVersion::version();
$kunenaPHPVersion = CKunenaVersion::PHPVersion();
$kunenaMySQLVersion = CKunenaVersion::MySQLVersion();
?>
Attached Kunena.debug to help.
Last edit: 16 years 10 months ago by Jimmy1.
Please Log in or Create an account to join the conversation.
16 years 10 months ago #14298
by Matias
Replied by Matias on topic Re:Having problem with tab?
Could you please provide us the error message, too?
Please Log in or Create an account to join the conversation.
16 years 10 months ago #14316
by Jimmy1
Replied by Jimmy1 on topic Re:Having problem with tab?
The error code I still receive is...
Fatal error: Call to a member function stderr() on a non-object in components/com_kunena/lib/kunena.debug.php on line 56.
The page is white with black lettering and looks nothing like it is supposed to be. Looks like the graphics have been stripped out of the "My Discussions" page or something.
Maybe if could, provide me with kunena.version.php and kunena.debug.php files that have already been fixed of known bugs and try it that way? Those two files seem to be the causing the problems according to you guys so I figure if you already know of these errors and fixed them in 10.0.10, just provide me with the Kunena.version.php and kunena.debug.php files that have already been fixed of these known bugs and maybe that will work? That is just my suggestion I appreciate the help.
Fatal error: Call to a member function stderr() on a non-object in components/com_kunena/lib/kunena.debug.php on line 56.
The page is white with black lettering and looks nothing like it is supposed to be. Looks like the graphics have been stripped out of the "My Discussions" page or something.
Maybe if could, provide me with kunena.version.php and kunena.debug.php files that have already been fixed of known bugs and try it that way? Those two files seem to be the causing the problems according to you guys so I figure if you already know of these errors and fixed them in 10.0.10, just provide me with the Kunena.version.php and kunena.debug.php files that have already been fixed of these known bugs and maybe that will work? That is just my suggestion I appreciate the help.
Please Log in or Create an account to join the conversation.
16 years 10 months ago #14488
by Jimmy1
Replied by Jimmy1 on topic Re:Having problem with tab?
Any ideas? :S
Please Log in or Create an account to join the conversation.
Time to create page: 0.274 seconds